thomascube
2007-02-21 e6a406d0bb5958d6380741ad91f1a72f2ecdba44
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
@@ -119,7 +120,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;
@@ -212,6 +213,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 ******/
@@ -251,6 +271,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 *****/