From 543ccbb328b37d5d5f3ef8d982fdfadc350f3bb6 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 02 Jan 2012 08:33:04 -0500 Subject: [PATCH] Add toggle for all-headers display --- 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 412e5c3..198d647 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -65,6 +65,9 @@ padding: 2px 4px; } +.bold { + font-weight: bold; +} /*** buttons ***/ @@ -395,7 +398,7 @@ #message div.warning { color: #960; - background-position: 0 -25px; + background-position: 0 -86px; } #message div.error { @@ -405,7 +408,7 @@ #message div.confirmation { color: #093; - background-position: 0 -86px; + background-position: 0 -25px; } #message div.loading { @@ -1225,12 +1228,12 @@ 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 { -- Gitblit v1.9.1