svncommit
2009-05-12 f22c2cefb4c7f8b1a995d5de6f706d49861c473c
skins/default/common.css
@@ -63,24 +63,33 @@
  border-style: none;
}
input, textarea
input[type="text"],
input[type="button"],
input[type="password"],
textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #666666;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #666666;
}
input[type="checkbox"],
input[type="radio"]
input, textarea
{
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding-left: 3px;
  padding-right: 3px;
  /* IE hacks for input elements */
  border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid');
  border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px');
  border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666');
  background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff');
}
input.button
@@ -237,6 +246,13 @@
  border: 1px solid #CCCCCC;
}
#pagecontent
{
  position: absolute;
  top: 95px;
  left: 20px;
}
.splitter
{
  user-select: none;
@@ -261,18 +277,13 @@
.boxtitle
{
  height: 12px !important;
  padding: 4px 20px 3px 20px;
  padding: 2px 10px 5px 10px;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
}
.radios-left label
{
  padding-left: 0.3em;
}
/***** common table settings ******/
@@ -336,12 +347,19 @@
  background: url('images/searchfield.gif') top left no-repeat;
}
#quicksearchbar a
#searchreset
{
  position: absolute;
  top: 3px;
  right: 4px;
  text-decoration: none;
}
#searchmod
{
 position: absolute;
 top: 3px;
 right: 162px;
}
#quicksearchbar img
@@ -355,17 +373,11 @@
  top: 2px;
  left: 20px;
  width: 140px;
  height: 15px;
  font-size: 11px;
  padding: 0px;
  border: none;
}
/*\*/
html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; }
html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; }
html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
/**/
/***** roundcube webmail pre-defined classes *****/
@@ -447,3 +459,30 @@
  background-color: #CC3333;
}
#login-form
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 400px;
  border: 1px solid #999;
}
#login-form table td.title
{
  color: #666;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
#login-form table
{
  width: 1%;
  margin: auto;
}
#login-form .boxcontent
{
  padding: 20px 10px 10px 10px;
}