diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-13 20:47:41 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-13 20:47:41 +0000 |
commit | f8912ab58a52ecbfca4a53e98be8be83e45b17c1 (patch) | |
tree | 6e10f30993f28a115d3dac5204994aefbb714320 /www/ajax | |
parent | eb9f54be105e309dae51bdc68025ed2a4f2a7e6a (diff) |
Older commits that never went into version control
Diffstat (limited to 'www/ajax')
-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; } |