summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-30 11:17:51 +0000
committeralecpl <alec@alec.pl>2010-06-30 11:17:51 +0000
commitb8d4febf6c792a35b6603f510013be864aa5ef64 (patch)
tree29e41a70bf0c26efe8b5c57f80ab7ff454fc49e0 /skins
parent9ed374bbe176b9c822f38ddd2d404fe0af6b781f (diff)
- googiespell layer resizing + small css improvements
- better googiespell suggestions popup positioning
Diffstat (limited to 'skins')
-rw-r--r--skins/default/functions.js3
-rw-r--r--skins/default/googiespell.css6
-rw-r--r--skins/default/mail.css3
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;
}