thomascube
2011-11-21 15cd3e5c0bdbd9c00ac0602d9a1c9338ae30e4d7
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,49 @@
{
  font-family: monospace;
}
div.readtext
{
  width: 42em;
  padding: 20px;
}
#license
{
  min-height: 200px;
  padding-bottom: 2em;
  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: 1.5em;
}
#pluginlist
{
  border: 1px solid #999;
  width: 100%;
}
#pluginlist td.version
{
  text-align: center;
}
div.crop
{
  overflow: auto;
}