Commit 295b02b2 authored by Michal Čihař's avatar Michal Čihař

Simplify CSS for small buttons

parent 840c391d
...@@ -88,13 +88,11 @@ nav li { ...@@ -88,13 +88,11 @@ nav li {
.suggestions { .suggestions {
width: 100% width: 100%
} }
.navi-toolbar a { .navi-toolbar .ui-buttonset, .toolbar a, .small-button {
height: 20px; font-size: 10px !important;
vertical-align: bottom; vertical-align: bottom;
} }
.toolbar a, .small-button { .toolbar a, .small-button {
height: 20px;
font-size: 10px !important;
font-weight: normal !important; font-weight: normal !important;
vertical-align: top; vertical-align: top;
white-space: nowrap; white-space: nowrap;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment