summaryrefslogtreecommitdiff
path: root/skins/default/googiespell.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-05-01 19:27:36 +0000
committeralecpl <alec@alec.pl>2009-05-01 19:27:36 +0000
commit309d2f40a037a158db596068b7fb6799f94018c2 (patch)
tree98a1221b50cca406e84166c196bd60cc6439c63f /skins/default/googiespell.css
parent169249982db0d93e1a0a26ca4c91fc8bf3018f58 (diff)
- jQuery'fied GoogieSpell 4.0 + some changes in compose
Diffstat (limited to 'skins/default/googiespell.css')
-rw-r--r--skins/default/googiespell.css31
1 files changed, 22 insertions, 9 deletions
diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css
index f6ee59fd5..02314f355 100644
--- a/skins/default/googiespell.css
+++ b/skins/default/googiespell.css
@@ -12,6 +12,20 @@
visibility: hidden;
}
+.googie_edit_layer {
+ border: 1px solid #666666;
+ background-color: #ffffff;
+ padding: 1px 4px;
+ margin: 1px 0px;
+ font-size: 9pt;
+ font-family: "Courier New", Courier, monospace;
+}
+
+.googie_edit_layer span {
+ font-size: 9pt;
+ font-family: "Courier New", Courier, monospace;
+}
+
.googie_list {
width: 100%;
margin: 0;
@@ -62,34 +76,33 @@
cursor: pointer;
}
-.googie_resume_editing,
-.googie_check_spelling_link {
+.googie_check_spelling_link {
color: #CC0000;
font-size: 11px;
text-decoration: none;
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;