thomascube
2007-03-18 86958f70d2970704e9ec6935d65e294c077143ea
skins/default/common.css
@@ -39,6 +39,7 @@
a, a:active, a:visited
{
  color: #000000;
  outline: none;
}
a.button, a.button:visited, a.tab, a.tab:visited, a.axislist
@@ -70,6 +71,13 @@
  padding-right: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
}
input[type="checkbox"],
input[type="radio"]
{
  border: 0;
  padding: 0;
}
input.button
@@ -119,7 +127,7 @@
  width: 600px;
  height: 37px;
  background: url(images/taskbar.gif) top right no-repeat;
  padding: 10px 24px 0px 0px;
  padding: 10px 24px 10px 0px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
@@ -170,6 +178,7 @@
  left: 200px;
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
}
#message div
@@ -211,6 +220,25 @@
  border: 1px solid #CCCCCC;
}
.splitter
{
  position: absolute;
  padding: 2px;
  background: url(images/dimple.png) center no-repeat;
}
.splitter-h
{
  cursor: n-resize;
  background-position: center 2px;
}
.splitter-v
{
  cursor: e-resize;
  background-position: 1px center;
}
/***** common table settings ******/
@@ -250,6 +278,18 @@
  background-color: #CC3333;
}
table.records-table tr.focused td
{
  border-bottom: thin dotted;
  border-top: thin dotted;
}
table.records-table tr.unfocused td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #929292;
}
/***** roundcube webmail pre-defined classes *****/