alecpl
2010-06-04 6749e45ed338c719735cc8ea47d83ca7e7879432
skins/default/common.css
@@ -74,13 +74,19 @@
  background-color: #ffffff;
}
input, textarea, select
input, textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
}
select
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: black;
}
input.button
@@ -140,7 +146,7 @@
  right: 0px;
  width: 600px;
  height: 24px;
  background: url(images/taskbar.gif) top right no-repeat;
  background: url(images/taskbar.png) top right no-repeat;
  padding: 10px 4px 5px 0px;
  text-align: right;
  white-space: nowrap;
@@ -152,8 +158,8 @@
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 6px 14px 6px 27px;
  background: url('images/taskicons.gif') no-repeat;
  padding: 6px 12px 6px 26px;
  background: url(images/taskicons.gif) no-repeat;
}
#taskbar a:hover
@@ -203,7 +209,7 @@
#message div.notice,
#remote-objects-message
{
  background: url('images/display/icons.png') 6px 3px no-repeat;
  background: url(images/display/icons.png) 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}
@@ -211,21 +217,21 @@
#message div.error,
#message div.warning
{
  background: url('images/display/icons.png') 6px -97px no-repeat;
  background: url(images/display/icons.png) 6px -97px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}
#message div.confirmation
{
  background: url('images/display/icons.png') 6px -47px no-repeat;
  background: url(images/display/icons.png) 6px -47px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}
#message div.loading
{
  background: url('images/display/loading.gif') 6px 3px no-repeat;
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
@@ -247,7 +253,7 @@
  padding: 0;
  margin: 1px;
  overflow: hidden;
  background: url('images/pagenav.gif') 0 0 no-repeat transparent;
  background: url(images/pagenav.gif) 0 0 no-repeat transparent;
  opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
}
@@ -312,7 +318,7 @@
  color: #333;
  font-size: 11px;
  font-weight: bold;
  background: url('images/listheader.gif') top left repeat-x #CCC;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
.boxcontent
@@ -394,7 +400,7 @@
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background: url('images/listheader.gif') top left repeat-x #CCC;
  background: url(images/listheader.gif) top left repeat-x #CCC;
  font-size: 11px;
  font-weight: bold;
}
@@ -442,7 +448,7 @@
  width: 182px;
  height: 20px;
  text-align: right;
  background: url('images/searchfield.gif') top left no-repeat;
  background: url(images/searchfield.gif) top left no-repeat;
}
#searchreset
@@ -480,21 +486,15 @@
/***** roundcube webmail pre-defined classes *****/
#rcversion
#rcmversion
{
  position: absolute;
  top: 67px;
  left: 20px;
  width: 160px;
  text-align: center;
  font-weight: normal;
  font-size: x-small;
  font-variant: small-caps;
  color: #999999;
  /*border: 1px solid #308014;
  background-color: #b4eeb4;*/
  bottom: 10px;
  right: 20px;
  text-align: right;
  white-space: nowrap;
  font-size: 8pt;
  color: #999;
}
#rcmdraglayer
@@ -503,14 +503,30 @@
  width: auto !important;
  width: 300px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.7;
  opacity: 0.82;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 1px 1px 12px #999;
  -webkit-box-shadow: #999 1px 1px 12px;
}
.draglayercopy:before
{
  position: absolute;
  bottom: -5px;
  left: -6px;
  content: " ";
  width: 14px;
  height: 14px;
  background: url(images/messageactions.png) -2px -128px no-repeat;
}
a.rcmContactAddress