From 68070e448c6c8cd09faa75fd70ff11bfea764cc1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 27 Jun 2011 03:09:15 -0400
Subject: [PATCH] - Fix PHP warning in mailbox_info(), - Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server)

---
 skins/default/googiespell.css |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/skins/default/googiespell.css b/skins/default/googiespell.css
index c48ff5a..8adadc2 100644
--- a/skins/default/googiespell.css
+++ b/skins/default/googiespell.css
@@ -3,13 +3,8 @@
 .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 {
@@ -17,9 +12,11 @@
   padding: 0 4px;
   font-size: 9pt;
   font-family: monospace;
+  border: 1px solid #999;
 }
 
 .googie_edit_layer span {
+  font-family: monospace;
 }
 
 .googie_list {
@@ -69,6 +66,7 @@
 .googie_list_revert:hover {
   color: #fff;
 }
+
 .googie_link {
   color: #b91414;
   text-decoration: underline;
@@ -77,7 +75,7 @@
   font-family: monospace;
 }
 
-.googie_check_spelling_link {  
+.googie_check_spelling_link {
   color: #CC0000;
   font-size: 11px;
   text-decoration: none;
@@ -92,7 +90,7 @@
   text-decoration: none;
 }
 
-.googie_check_spelling_ok, 
+.googie_check_spelling_ok,
 .googie_resume_editing {
   color: green;
   font-size: 11px;

--
Gitblit v1.9.1