From eecb447b2a067f3e9af012e512dec7a7b73f4a6b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 1 Jan 2013 12:12:37 +0100 Subject: Fix checkbox/label alignment. We do this by additional span inside label and vertical-align:middle on both checkbox and span. --- skins/larry/styles.css | 6 ++++ skins/larry/templates/addressbook.html | 10 +++--- skins/larry/templates/mail.html | 62 +++++++++++++++++----------------- 3 files changed, 42 insertions(+), 36 deletions(-) (limited to 'skins/larry') diff --git a/skins/larry/styles.css b/skins/larry/styles.css index cd6810e8d..4f6073fdd 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -71,6 +71,12 @@ textarea.placeholder { font-weight: bold; } +/* fixes vertical alignment of checkboxes and labels */ +label input, +label span { + vertical-align: middle; +} + /*** buttons ***/ input.button { diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index c39c2fe87..9a9a2d747 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -78,11 +78,11 @@
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index cd817c1de..58f6cc01d 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -128,13 +128,13 @@
@@ -178,19 +178,19 @@
@@ -198,15 +198,15 @@
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
@@ -214,8 +214,8 @@
    -
  • -
  • +
  • +
-- cgit v1.2.3