diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-24 09:23:58 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-24 09:23:58 +0200 |
commit | c3b6f3d8714e03878e7f2e461b3c842433ed58ab (patch) | |
tree | a586e7eddc206230ff84de2513c8de028e93a6de | |
parent | 5906b5fb2c58c25d6ddda0a61367d89e86e936cb (diff) |
Eliminate horizontal scrollbar in popup menus with many options (e.g. spellcheck languages list)
-rw-r--r-- | skins/classic/common.css | 2 | ||||
-rw-r--r-- | skins/larry/styles.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 919cd2153..90bf730b7 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -517,7 +517,7 @@ body.iframe .boxtitle { display: block; color: #a0a0a0; - padding: 2px 10px; + padding: 2px 16px 2px 10px; text-decoration: none; min-height: 14px; background: transparent; diff --git a/skins/larry/styles.css b/skins/larry/styles.css index c82e9de93..7b5e61d48 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1939,6 +1939,7 @@ ul.toolbarmenu li, margin: 0; border-top: 1px solid #5a5a5a; border-bottom: 1px solid #333; + padding-right: 10px; } .googie_list tr:first-child td, |