Thomas Bruederli
2013-10-18 977f85be924156f799c8f35de9764dac87f91148
skins/classic/common.css
@@ -20,7 +20,7 @@
  margin: 10px;
}
td, th, div, p, select, input, textarea
select, input, textarea
{
  font-size: 12px;
  font-family: inherit;
@@ -144,6 +144,14 @@
{
  color: #999999;
}
/* fixes vertical alignment of checkboxes and labels */
label input,
label span
{
  vertical-align: middle;
}
/** common user interface objects */
@@ -273,6 +281,15 @@
{
  cursor: pointer;
  text-decoration: underline;
}
body.extwin #closelink
{
  position: absolute;
  top: 5px;
  right: 20px;
  text-align: right;
  z-index:100;
}
.box
@@ -466,6 +483,8 @@
  top: 32px;
  left: 90px;
  width: auto;
  max-height: 70%;
  overflow: auto;
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
@@ -614,6 +633,32 @@
  background-color: #929292;
}
ul.treelist li
{
  position: relative;
}
ul.treelist li div.treetoggle
{
  position: absolute;
  left: 8px !important;
  left: -16px;
  top: 1px;
  width: 14px;
  height: 16px;
  cursor: pointer;
}
ul.treelist li div.collapsed
{
  background: url(images/icons/collapsed.png) bottom right no-repeat;
}
ul.treelist li div.expanded
{
  background: url(images/icons/expanded.png) bottom right no-repeat;
}
/***** mac-style quicksearch field *****/
@@ -658,6 +703,7 @@
  font-size: 11px;
  padding: 0px;
  border: none;
  outline: none;
}
/***** roundcube webmail pre-defined classes *****/
@@ -782,6 +828,14 @@
   color: #666;
}
#login-noscriptwarning
{
   margin: 2em auto 0 auto;
   width: 400px;
   color: #cf2734;
   font-weight: bold;
}
#console
{
  opacity: 0.8;