thomascube
2007-02-21 e6a406d0bb5958d6380741ad91f1a72f2ecdba44
skins/default/common.css
@@ -120,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;
@@ -213,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 ******/