thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
skins/default/common.css
@@ -188,8 +188,8 @@
  position: absolute;
  display: none;
  top: -1px;
  left: 200px;
  right: 200px;
  margin-left: -225px;
  left: 50%;
  z-index: 5000;
  opacity: 0.85;
}
@@ -247,6 +247,11 @@
  font-weight: bold;
  overflow: hidden;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
.boxtitle .rightalign
{
  float: right;
}
.boxcontent
@@ -471,7 +476,7 @@
.dropbutton:hover
{
  background: url(images/dbutton.png) 0 0 no-repeat transparent;
/*  background: url(images/dbutton.png) 0 0 no-repeat transparent; */
}
.dropbutton span
@@ -483,7 +488,7 @@
.dropbutton span:hover
{
  cursor: pointer;
  background-position: -64px 0;
  background-position: -74px 0;
}
@@ -730,7 +735,7 @@
{
  display: block;
  color: #a0a0a0;
  padding: 2px 12px 3px 28px;
  padding: 1px 12px 3px 28px;
  text-decoration: none;
  min-height: 14px;
}
@@ -843,9 +848,35 @@
  background-position: right -23px;
}
fieldset
{
  margin-bottom: 1em;
  border: 1px solid #999999;
  padding: 4px 8px 9px 8px;
}
legend
{
  color: #999999;
}
fieldset.tabbed
{
  margin-top: 22px;
  padding-top: 12px;
}
.quota_text {
  text-align: center;
  font-size: 10px;
  color: #666;
  border: 1px solid #999;
  cursor: default;
}
.quota_bg { background-color: white; }
.quota_high { background-color: #F33131; }
.quota_mid { background-color: #F5AD3C; }
.quota_low { background-color: #91E164; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }