Eliminate horizontal scrollbar in popup menus with many options (e.g. spellcheck languages list)

pull/146/head
Aleksander Machniak 11 years ago
parent 5906b5fb2c
commit c3b6f3d871

@ -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;

@ -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,

Loading…
Cancel
Save