alecpl
2008-09-29 bf2f39ea6d2b49c7495a43cca19ab18f27f8292e
skins/default/common.css
@@ -18,7 +18,7 @@
  margin: 10px;
}
body, td, th, span, div, p, h3
body, td, th, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
@@ -80,6 +80,7 @@
{
  border: 0;
  padding: 0;
  background-color: transparent;
}
input.button
@@ -96,6 +97,12 @@
input.button:hover
{
  color: black;
}
input.mainaction
{
  font-weight: bold;
  border: 1px solid #999;
}
img
@@ -134,7 +141,7 @@
  width: 600px;
  height: 37px;
  background: url(images/taskbar.gif) top right no-repeat;
  padding: 10px 14px 10px 0px;
  padding: 10px 4px 10px 0px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
@@ -147,7 +154,7 @@
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 6px 16px 6px 30px;
  padding: 6px 16px 6px 25px;
  background-repeat: no-repeat;
}
@@ -186,6 +193,8 @@
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
  /* IE */
  filter: alpha(opacity=85);
}
#message div
@@ -229,8 +238,10 @@
.splitter
{
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: absolute;
  padding: 2px;
  background: url(images/dimple.png) center no-repeat;
}
@@ -243,7 +254,7 @@
.splitter-v
{
  cursor: e-resize;
  background-position: 1px center;
  background-position: 2px center;
}
.boxtitle
@@ -317,7 +328,7 @@
{
  position: absolute;
  top: 60px;
  right: 30px;
  right: 20px;
  width: 182px;
  height: 20px;
  text-align: right;
@@ -377,6 +388,8 @@
#rcmdraglayer
{
  min-width: 300px;
  width: auto !important;
  width: 300px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
@@ -385,6 +398,7 @@
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);