From 33d2a2481e86596a967446239a82940490520a19 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 15 Nov 2009 23:27:37 -0700 Subject: MInor message-block padding fixes in general and specifically for organize. --- modules/organize/css/organize.css | 7 ++++++- modules/organize/views/organize_dialog.html.php | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 55267052..16645c37 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -68,7 +68,12 @@ #g-organize #g-organize-detail .g-message-block { margin: 0; - padding-left: 30px !important; +} + +#g-organize #g-organize-detail .g-message-block li { + padding-bottom: .2em; + padding-top: .2em; + width: inherit; } #g-organize-microthumb-panel { diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 5e46a5bb..31f788ad 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -17,9 +17,9 @@
"> -
- -
+
    +
  • +
-- cgit v1.2.3