alecpl
2011-11-11 ecfaed571b2c38f4bcc2b6a0fa39fba15a5126ce
skins/default/common.css
@@ -98,6 +98,13 @@
  color: black;
}
input.button[disabled],
input.button[disabled]:hover
{
  color: #aaa;
  border-color: #ccc;
}
input.mainaction
{
  font-weight: bold;
@@ -163,7 +170,7 @@
  height: 24px;
  width: 100%;
  background: url(images/taskbar.png) top right no-repeat;
  padding: 10px 4px 5px 0px;
  padding: 10px 6px 5px 0px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
@@ -223,7 +230,7 @@
}
#message div.notice,
#remote-objects-message
#message-objects div.notice
{
  background: url(images/display/icons.png) 6px 3px no-repeat;
  background-color: #F7FDCB;
@@ -231,25 +238,35 @@
}
#message div.error,
#message div.warning
#message div.warning,
#message-objects div.warning,
#message-objects div.error
{
  background: url(images/display/icons.png) 6px -97px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}
#message div.confirmation
#message div.confirmation,
#message-objects div.confirmation
{
  background: url(images/display/icons.png) 6px -47px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}
#message div.loading
#message div.loading,
#message-objects div.loading
{
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
#message a
{
  cursor: pointer;
  text-decoration: underline;
}
.box
@@ -266,6 +283,9 @@
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
@@ -490,6 +510,11 @@
  background-color: #c00;
}
.popupmenu li.block input
{
  float: left;
}
.darkbg
{
  background-color: #F2F2F2 !important;
@@ -573,8 +598,8 @@
{
  position: absolute;
  top: 55px;
  right: 20px;
  width: 182px;
  right: 30px;
  width: 190px;
  height: 20px;
  text-align: right;
  background: url(images/searchfield.gif) top left no-repeat;
@@ -584,7 +609,7 @@
{
  position: absolute;
  top: 3px;
  right: 4px;
  right: 12px;
  text-decoration: none;
}
@@ -592,7 +617,7 @@
{
 position: absolute;
 top: 3px;
 right: 160px;
 right: 168px;
}
#quicksearchbar img
@@ -611,7 +636,6 @@
  padding: 0px;
  border: none;
}
/***** roundcube webmail pre-defined classes *****/
@@ -721,7 +745,7 @@
  margin: auto;
}
#rcmloginuser, #rcmloginpwd, #rcmloginhost
#login-form table td.input input
{
  width: 200px;
}
@@ -810,6 +834,21 @@
  padding-top: 2px;
}
#searchmenu
{
  width: 160px;
}
#searchmenu ul.toolbarmenu
{
  margin: 0;
}
#searchmenu ul.toolbarmenu li
{
  margin: 1px 4px 1px;
}
/***** tabbed interface elements *****/