diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ajax/rrdui.js | 1 | ||||
-rw-r--r-- | www/ajax/style.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/ajax/rrdui.js b/www/ajax/rrdui.js index 4a776cb..55c68fd 100644 --- a/www/ajax/rrdui.js +++ b/www/ajax/rrdui.js @@ -630,6 +630,7 @@ function displayCategories() { changeCategory(evt || window.event); } categoryArea.insertBefore(el, template); + categoryArea.insertBefore(document.createTextNode(" "), template) } } diff --git a/www/ajax/style.css b/www/ajax/style.css index ac7f89d..7b6cfe2 100644 --- a/www/ajax/style.css +++ b/www/ajax/style.css @@ -54,12 +54,12 @@ body .header { background-color: #3D2C2C; - padding: 4pt 6pt; + line-height: 19pt; + padding: 3pt 5pt; font-size: 8pt; font-weight: bold; -moz-border-radius: 3pt; cursor: pointer; - margin-right: 5pt; text-decoration: none; } |