diff options
author | lookshe <github@lookshe.org> | 2017-04-27 18:52:31 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2017-04-27 18:52:31 +0200 |
commit | 9007d2691115d88c4c10a0e2cc7c41b1b2303375 (patch) | |
tree | 1b51094cf06c79e7f333bdbf2292d3334abba39c /css | |
parent | 93d60be36f75ef1eb100dd801a00900316c9eb4a (diff) |
Diffstat (limited to 'css')
-rw-r--r-- | css/classic_lineheight.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/css/classic_lineheight.css b/css/classic_lineheight.css index 37ed997..edd348e 100644 --- a/css/classic_lineheight.css +++ b/css/classic_lineheight.css @@ -70,3 +70,19 @@ table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-chi .app-content-list-item { height: 58px !important; } + +.settings-button { + height: 32px !important; +} + +.nav-trashbin { + bottom: 32px !important; +} + +#app-navigation { + padding-bottom: 32px !important; +} + +.tags_actions { + line-height: 32px !important; +} |