thomascube
2008-02-25 c5042d468e605a7ec9bb6883ba721c8fd222b4ec
installer/styles.css
@@ -104,7 +104,7 @@
}
fieldset {
  margin-bottom: 2em;
  margin-bottom: 1.5em;
  border: 1px solid #aaa;
  background-color: #f9f9f9;
}
@@ -163,6 +163,27 @@
  margin-bottom: 0.2em;
}
a.blocktoggle {
  color: #666;
  text-decoration: none;
}
a.addlink {
  color: #999;
  font-size: 0.9em;
  padding: 1px 0 1px 20px;
  background: url('images/add.png') top left no-repeat;
  text-decoration: none;
}
a.removelink {
  color: #999;
  font-size: 0.9em;
  padding: 1px 0 1px 24px;
  background: url('images/delete.png') 4px 0 no-repeat;
  text-decoration: none;
}
.hint {
  color: #666;
  font-size: 0.95em;