From 6eed4c01486477b0da08d1a3220d04fbde2e05d3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 17 Apr 2009 16:21:18 -0600 Subject: [PATCH] More formatting tweaks --- imp/templates/chunks/compose.php | 1 + imp/themes/screen-dimp.css | 5 +---- imp/themes/screen.css | 22 +++++++++------------- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/imp/templates/chunks/compose.php b/imp/templates/chunks/compose.php index 6ca1c151e..f78daecd9 100644 --- a/imp/templates/chunks/compose.php +++ b/imp/templates/chunks/compose.php @@ -120,6 +120,7 @@ function _createDAcompose($text, $image, $id) + : diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 4e1207034..2a714a16f 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -642,12 +642,9 @@ div.dimpActionsCompose, div.dimpActionsMsg { .msgwrite .atcrow { line-height: 130%; } -#to, #cc, #bcc { +#to, #cc, #bcc, #subject { width: 100%; } -#subject { - width: 40em; -} .msgwrite td.autocompleteImg { width: 25px; diff --git a/imp/themes/screen.css b/imp/themes/screen.css index adb6d976e..cb41c5948 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -339,7 +339,7 @@ table.multipleMsgs td.msgheader { background: #f4f4f4; border: 1px solid #d4d4d4; position: absolute; - padding: 2px 2px 2px 2px; + padding: 2px; } .autocomplete ul { margin: 1px; @@ -363,17 +363,14 @@ table.multipleMsgs td.msgheader { } /* SpellChecker styles. */ -.spellcheckChecking { +.spellcheckChecking, .spellcheckIncorrect { color: #f00; } -.spellcheckIncorrect { +.spellcheckIncorrect, .spellcheckCorrected { text-decoration: underline; cursor: pointer; - color: #f00; } .spellcheckCorrected { - text-decoration: underline; - cursor: pointer; color: #090; } @@ -444,7 +441,7 @@ ul.nav-audio { } #RB_loading { z-index: 101; - width: 66; + width: 66px; margin-left: auto; margin-right: auto; margin-top: 200px; @@ -534,6 +531,9 @@ span.threadImg8 { width: 100%; margin-bottom: 3px; } +.mimeStatusIcon { + width: 22px; +} .mimeStatusWarning { border: 1px solid #800; background: #e81222; @@ -554,7 +554,6 @@ span.threadImg8 { } .mimePartInfo img { vertical-align: bottom; - padding-right: 3px; } .mimeStatusMessage td, .mimeStatusWarning td, .mimePartInfo td { @@ -571,8 +570,8 @@ span.threadImg8 { height: 16px; width: 16px; background: transparent center right no-repeat; - padding-left: 1px; - padding-right: 1px; + padding: 0 1px; + vertical-align: bottom; } .downloadAtc { background-image: url("graphics/download.png"); @@ -586,6 +585,3 @@ span.threadImg8 { .stripAtc { background-image: url("graphics/delete.png"); } -.mimeStatusIcon { - width: 22px; -} -- 2.11.0