diff options
author | thomascube <thomas@roundcube.net> | 2012-01-02 13:33:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-02 13:33:04 +0000 |
commit | 543ccbb328b37d5d5f3ef8d982fdfadc350f3bb6 (patch) | |
tree | 88cbe3f0a306597edc2d0718ac8ffc8f61fe5bb3 /skins/larry/styles.css | |
parent | 7152f59f04fc2ecfc0bcfb9a50758c3757c119f8 (diff) |
Add toggle for all-headers display
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 412e5c3b5..198d64773 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -65,6 +65,9 @@ select.selector { padding: 2px 4px; } +.bold { + font-weight: bold; +} /*** buttons ***/ @@ -395,7 +398,7 @@ a.iconlink.upload { #message div.warning { color: #960; - background-position: 0 -25px; + background-position: 0 -86px; } #message div.error { @@ -405,7 +408,7 @@ a.iconlink.upload { #message div.confirmation { color: #093; - background-position: 0 -86px; + background-position: 0 -25px; } #message div.loading { @@ -1225,12 +1228,12 @@ ul.proplist li { top: 0; height: 42px; width: 18px; - background: url(images/buttons.png) -24px -1255px no-repeat; + background: url(images/buttons.png) 0 -1255px no-repeat; cursor: pointer; } .dropbutton .dropbuttontip:hover { - background-position: 0 -1255px; + background-position: -26px -1255px; } .toolbar a.button.back { |