Config editort

This commit is contained in:
Michael Save 2012-05-20 20:20:50 +10:00
parent 0f04117037
commit d3739c48c2
6 changed files with 158 additions and 17 deletions

View file

@ -388,19 +388,15 @@ div.blotter {
font-weight: bold;
text-align: center;
}
/* Uboachan stuff */
div.styles-sidebar {
text-align: center;
padding-bottom: 0px;
table.mod.config-editor {
font-size: 9pt;
width: 100%;
}
div.styles-sidebar a {
margin: 0 5px;
table.mod.config-editor td {
text-align: left;
padding: 5px;
border-bottom: 1px solid #98e;
}
div.styles-sidebar a.selected {
text-decoration: none;
}
.category {
background: #98E;
color: black;
table.mod.config-editor input[type="text"] {
width: 98%;
}