diff options
Diffstat (limited to 'p/themes/base-theme/base.css')
| -rw-r--r-- | p/themes/base-theme/base.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 76ac37933..ccfab10df 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -14,7 +14,7 @@ html, body { } /*=== Links */ -a { +a, button.as-link { outline: none; } @@ -255,8 +255,9 @@ a.btn { padding: 0 25px; line-height: 2.5em; } -.dropdown-menu > .item > span { - padding: 0 25px; +.dropdown-menu > .item > span, +.dropdown-menu > .item > .as-link { + padding: 0 22px; line-height: 2em; } .dropdown-menu > .item:hover { @@ -677,6 +678,18 @@ a.btn { text-align: center; } +.stat > .horizontal-list { + margin: 0 0 5px; +} +.stat > .horizontal-list .item { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.stat > .horizontal-list .item:first-child { + width: 250px; +} + /*=== LOGS */ /*=========*/ .logs { |
