diff options
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/functions.js | 3 | ||||
-rw-r--r-- | skins/default/googiespell.css | 6 | ||||
-rw-r--r-- | skins/default/mail.css | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/skins/default/functions.js b/skins/default/functions.js index 258742e69..877d1524a 100644 --- a/skins/default/functions.js +++ b/skins/default/functions.js @@ -344,6 +344,9 @@ resize_compose_body: function() $('#compose-body_tbl').width((w+4)+'px').height(''); $('#compose-body_ifr').width((w+2)+'px').height((h-54)+'px'); } + else { + $('#googie_edit_layer').width(w-(bw.ie || bw.opera || bw.safari ? 2 : 0)+'px').height(h+'px'); + } }, show_header_form: function(id) diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index f5f7e3b24..c48ff5a5a 100644 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -13,10 +13,8 @@ } .googie_edit_layer { - border: 1px solid #666666; background-color: #ffffff; - padding: 1px 4px; - margin: 1px 0px; + padding: 0 4px; font-size: 9pt; font-family: monospace; } @@ -75,6 +73,8 @@ color: #b91414; text-decoration: underline; cursor: pointer; + font-size: 9pt; + font-family: monospace; } .googie_check_spelling_link { diff --git a/skins/default/mail.css b/skins/default/mail.css index f78d98296..dfaf45365 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -137,8 +137,7 @@ background-position: -416px -32px; } -#messagetoolbar select, -#compose-container select +#messagetoolbar select { font-size: 11px; } |