svncommit
2009-05-12 f22c2cefb4c7f8b1a995d5de6f706d49861c473c
skins/default/common.css
@@ -246,6 +246,13 @@
  border: 1px solid #CCCCCC;
}
#pagecontent
{
  position: absolute;
  top: 95px;
  left: 20px;
}
.splitter
{
  user-select: none;
@@ -270,18 +277,13 @@
.boxtitle
{
  height: 12px !important;
  padding: 4px 20px 3px 20px;
  padding: 2px 10px 5px 10px;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
}
.radios-left label
{
  padding-left: 0.3em;
}
/***** common table settings ******/
@@ -345,12 +347,19 @@
  background: url('images/searchfield.gif') top left no-repeat;
}
#quicksearchbar a
#searchreset
{
  position: absolute;
  top: 3px;
  right: 4px;
  text-decoration: none;
}
#searchmod
{
 position: absolute;
 top: 3px;
 right: 162px;
}
#quicksearchbar img
@@ -450,3 +459,30 @@
  background-color: #CC3333;
}
#login-form
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 400px;
  border: 1px solid #999;
}
#login-form table td.title
{
  color: #666;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
#login-form table
{
  width: 1%;
  margin: auto;
}
#login-form .boxcontent
{
  padding: 20px 10px 10px 10px;
}