diff options
author | lookshe <github@lookshe.org> | 2017-04-27 16:53:33 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2017-04-27 16:53:33 +0200 |
commit | 93d60be36f75ef1eb100dd801a00900316c9eb4a (patch) | |
tree | 6a3b985e74f4098ffe4f91aaeed2819c7fc105a4 /css | |
parent | deccec38f00a943a45d3cbc3216ba4db7415e45d (diff) |
calendar and contacts
Diffstat (limited to 'css')
-rw-r--r-- | css/classic_lineheight.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/css/classic_lineheight.css b/css/classic_lineheight.css index c02e420..37ed997 100644 --- a/css/classic_lineheight.css +++ b/css/classic_lineheight.css @@ -41,3 +41,32 @@ table td.filename a.name { } table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-child {padding: 0px 0 !important;} + +#app-navigation .app-navigation-list-item .calendarCheckbox, #publicinformationscontainer .calendarCheckbox { + margin-top: 10px !important; +} + +#app-navigation .app-navigation-list-item .utils .action span { + line-height: 12px !important; + height: 12px !important; + padding: 6px 6px !important; +} + +#app-navigation .app-navigation-list-item .icon-loading-small { + margin-top: 7px !important; +} + +.contact__icon { + height: 30px !important; + width: 30px !important; + line-height: 30px !important; +} + +.app-content-list-item-line-one.no-line-two { + padding-top: 19px !important; + padding-bottom: 19px !important; +} + +.app-content-list-item { + height: 58px !important; +} |