alecpl
2011-05-20 d2a64865a7089133345dc9eed63ddab691d43575
skins/default/common.css
@@ -9,7 +9,7 @@
body.iframe
{
  margin: 0px;
  margin: 20px 0 0 0;
  background-color: #FFF;
}
@@ -274,6 +274,14 @@
  float: right;
}
body.iframe .boxtitle
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.boxcontent
{
  padding: 15px 10px 10px 10px;
@@ -480,6 +488,11 @@
{
  color: #fff;
  background-color: #c00;
}
.popupmenu li input
{
  float: left;
}
.darkbg
@@ -848,7 +861,7 @@
span.tablink a,
span.tablink-selected a
{
  display: block;
  display: inline-block;
  padding: 5px 10px 0 5px;
  margin-left: 5px;
  height: 23px;
@@ -894,9 +907,9 @@
  cursor: default;
}
.quota_bg { background-color: white; }
.quota_high { background-color: #F33131; }
.quota_mid { background-color: #F5AD3C; }
.quota_low { background-color: #91E164; }
.quota_high { background: url(images/quota-colors.png) repeat-x 0 -28px #f90509; }
.quota_mid { background: url(images/quota-colors.png) repeat-x 0 -14px #e3e909; }
.quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }