From b8d4febf6c792a35b6603f510013be864aa5ef64 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 30 Jun 2010 07:17:51 -0400
Subject: [PATCH] - googiespell layer resizing + small css improvements - better googiespell suggestions popup positioning

---
 skins/default/googiespell.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css
index f5f7e3b..c48ff5a 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 {  

--
Gitblit v1.9.1