diff options
author | thomascube <thomas@roundcube.net> | 2012-03-14 12:58:56 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-03-14 12:58:56 +0000 |
commit | ff4c18f1fb860c959a3b8fa1948b1253fbb01b59 (patch) | |
tree | e72492b19c10ddbde4fc9b25e90e018d82faf644 /skins/larry/googiespell.css | |
parent | 6756289736558a90ff5769937aeda2ba2fddd4f0 (diff) |
Better color for selected spell check button; Styles for undo link in status messages
Diffstat (limited to 'skins/larry/googiespell.css')
-rw-r--r-- | skins/larry/googiespell.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/larry/googiespell.css b/skins/larry/googiespell.css index 1e4d5dfab..d2f1cea78 100644 --- a/skins/larry/googiespell.css +++ b/skins/larry/googiespell.css @@ -8,6 +8,9 @@ } .googie_edit_layer { + position: relative; + top: 1px; + left: 1px; padding: 8px; font-size: 9pt; font-family: monospace; |