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 /skins/classic/common.css | |
parent | 5906b5fb2c58c25d6ddda0a61367d89e86e936cb (diff) |
Eliminate horizontal scrollbar in popup menus with many options (e.g. spellcheck languages list)
Diffstat (limited to 'skins/classic/common.css')
-rw-r--r-- | skins/classic/common.css | 2 |
1 files changed, 1 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; |