From 25e6a0f11043537e9ea2950398f916d4db96a235 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 23 Jun 2011 13:43:44 -0400 Subject: [PATCH] - Add rcube_imap::mailbox_info() --- skins/default/googiespell.css | 42 +++++++++++++++++++++++++++--------------- 1 files changed, 27 insertions(+), 15 deletions(-) diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css index f6ee59f..8adadc2 100644 --- a/skins/default/googiespell.css +++ b/skins/default/googiespell.css @@ -3,13 +3,20 @@ .googie_window { font-size: 11px; width: 185px; - text-align: left; - border: 1px solid #666666; - background-color: #ffffff; margin: 0; padding: 0; - position: absolute; - visibility: hidden; +} + +.googie_edit_layer { + background-color: #ffffff; + padding: 0 4px; + font-size: 9pt; + font-family: monospace; + border: 1px solid #999; +} + +.googie_edit_layer span { + font-family: monospace; } .googie_list { @@ -34,7 +41,7 @@ } .googie_list_onout { - background-color: #F6F6F6; + background-color: #fff; } .googie_list_selected { @@ -53,16 +60,21 @@ .googie_list_revert { font-size: 11px; - color: #b91479; + color: #b91414; +} + +.googie_list_revert:hover { + color: #fff; } .googie_link { color: #b91414; text-decoration: underline; cursor: pointer; + font-size: 9pt; + font-family: monospace; } -.googie_resume_editing, .googie_check_spelling_link { color: #CC0000; font-size: 11px; @@ -70,26 +82,26 @@ cursor: pointer; } -.googie_resume_editing:hover, .googie_check_spelling_link:hover { text-decoration: underline; -} - -.googie_resume_editing { - color: green; } .googie_no_style { text-decoration: none; } -.googie_check_spelling_ok { +.googie_check_spelling_ok, +.googie_resume_editing { color: green; font-size: 11px; - text-decoration: underline; cursor: pointer; } +.googie_check_spelling_ok:hover, +.googie_resume_editing:hover { + text-decoration: underline; +} + .googie_lang_3d_click img { vertical-align: middle; border-top: 1px solid #555; -- Gitblit v1.9.1