alecpl
2011-11-18 45fa64c3c9801f9719638f7fa2f4f11cc6505647
skins/default/settings.css
@@ -39,6 +39,12 @@
  color: #666;
}
#subscription-table tr.root td
{
  font-size: 10%;
  height: 5px;
}
#subscription-table tr.selected td
{
  color: #FFFFFF;
@@ -121,6 +127,7 @@
{
  background-color: #F2F2F2;
  border: none;
  min-height: 100%; /* Chrome 14 bug */
}
#formfooter
@@ -163,3 +170,50 @@
{
  font-family: monospace;
}
#license
{
  margin-left: 20px;
  left: 20px;
  width: 500px;
  height: 250px;
  background: url(images/watermark.gif) no-repeat center;
}
#license .sysname
{
  font-size: 18px;
  font-weight: bold;
}
#license .copyright
{
  font-weight: bold;
}
#license .license,
#license .links
{
  margin-top: 30px;
}
#pluginlist
{
  border: 1px solid #999;
  margin-left: 20px;
  top: 300px;
  left: 20px;
  width: 500px;
}
#pluginlist td.source,
#pluginlist td.license,
#pluginlist td.version
{
  text-align: center;
}
div.crop
{
  overflow: auto;
}