alecpl
2010-06-30 3e58bf2062be1323d7c7c021d40255458e28e74d
skins/default/common.css
@@ -22,7 +22,6 @@
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
th
@@ -128,6 +127,15 @@
}
/** common user interface objects */
#mainscreen
{
  position: absolute;
  top: 85px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
#header
{
@@ -236,11 +244,9 @@
  border: 1px solid #CCCCCC;
}
#pagecontent
.box
{
  position: absolute;
  top: 95px;
  left: 20px;
  border: 1px solid #999;
}
.boxtitle
@@ -251,6 +257,7 @@
  color: #333;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
@@ -273,8 +280,21 @@
  bottom: 22px;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.boxsubject
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  height: 22px;
  border-bottom: 1px solid #999;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
.boxfooter
@@ -286,7 +306,7 @@
  overflow: hidden;
  height: 22px;
  border-top: 1px solid #999;
  background: url('images/listheader.gif') top left repeat-x #CCC;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
.boxfooter a.button,
@@ -299,7 +319,7 @@
  padding: 0px;
  margin: 0;
  overflow: hidden;
  background: url('images/icons/groupactions.png') 0 0 no-repeat transparent;
  background: url(images/icons/groupactions.png) 0 0 no-repeat transparent;
  opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
}
@@ -315,9 +335,10 @@
.pagenav span
{
  color: #666;
  color: #444;
  font-size: 11px;
  text-shadow: white 1px 1px;
  white-space: nowrap;
}
.pagenav a.button,
@@ -728,3 +749,9 @@
{
  color: #999;
}
font.bold
{
  font-weight: bold;
}