]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/googiespell.css
Imported Upstream version 0.5
[roundcube.git] / skins / default / googiespell.css
index 6e8d41c920eb2c4a8b2a4bff66043ed1ff06ad33..8adadc25645d53b19a4edf987fd126c802cd28c8 100644 (file)
@@ -3,27 +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 {
-  border: 1px solid #666666;
   background-color: #ffffff;
-  padding: 1px 4px;
-  margin: 1px 0px;
+  padding: 0 4px;
   font-size: 9pt;
-  font-family: "Courier New", Courier, monospace;
+  font-family: monospace;
+  border: 1px solid #999;
 }
 
 .googie_edit_layer span {
-  font-size: 9pt;
-  font-family: "Courier New", Courier, monospace;
+  font-family: monospace;
 }
 
 .googie_list {
 .googie_list_revert:hover {
   color: #fff;
 }
+
 .googie_link {
   color: #b91414;
   text-decoration: underline;
   cursor: pointer;
+  font-size: 9pt;
+  font-family: monospace;
 }
 
-.googie_check_spelling_link {  
+.googie_check_spelling_link {
   color: #CC0000;
   font-size: 11px;
   text-decoration: none;
@@ -94,7 +90,7 @@
   text-decoration: none;
 }
 
-.googie_check_spelling_ok, 
+.googie_check_spelling_ok,
 .googie_resume_editing {
   color: green;
   font-size: 11px;