diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-30 11:17:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-30 11:17:51 +0000 |
| commit | 5a093940d9b8d7b4bbe7fdadd12bc8f33900e4fa (patch) | |
| tree | dfa4718397d250653b933e187e6b148f1bc2c85b /roundcubemail/skins/default | |
| parent | 64679b30ed0b5ae60fff9f151c7d90fba7a9b33b (diff) | |
- googiespell layer resizing + small css improvements
- better googiespell suggestions popup positioning
git-svn-id: https://svn.roundcube.net/trunk@3798 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/functions.js | 3 | ||||
| -rw-r--r-- | roundcubemail/skins/default/googiespell.css | 6 | ||||
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/roundcubemail/skins/default/functions.js b/roundcubemail/skins/default/functions.js index 258742e69..877d1524a 100644 --- a/roundcubemail/skins/default/functions.js +++ b/roundcubemail/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/roundcubemail/skins/default/googiespell.css b/roundcubemail/skins/default/googiespell.css index f5f7e3b24..c48ff5a5a 100644 --- a/roundcubemail/skins/default/googiespell.css +++ b/roundcubemail/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/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index f78d98296..dfaf45365 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -137,8 +137,7 @@ background-position: -416px -32px; } -#messagetoolbar select, -#compose-container select +#messagetoolbar select { font-size: 11px; } |
