diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-09 21:21:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-09 22:04:21 +0200 |
commit | 583d0685900aefdfce4f02eb4cc5783efbca2339 (patch) | |
tree | e9b17b80b06eff623c5dd17d7df59d4007bea7ca /core | |
parent | a5c84768f163cad6afff6ddd6c4bd30ad53a3a86 (diff) | |
download | nextcloud-server-583d0685900aefdfce4f02eb4cc5783efbca2339.tar.gz nextcloud-server-583d0685900aefdfce4f02eb4cc5783efbca2339.zip |
more small whitespace fixes for the app list
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 6499f454f9f..c33254856a8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -287,9 +287,6 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac #navigation:hover { overflow-y: auto; /* show scrollbar only on hover */ } -#navigation li { - padding: 6px 0; /* some whitespace between apps */ -} #navigation a span { display: block; text-decoration: none; @@ -298,6 +295,7 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac color: #fff; text-shadow: #000 0 -1px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */ + padding-bottom: 10px; } /* icon opacity and hover effect */ @@ -327,9 +325,11 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac width: 32px; height: 32px; margin-left: 24px; - padding: 8px 0 4px; + padding: 10px 0 4px; + } + #navigation li:first-child .icon { /* special rule for Files icon as it's first */ + padding-top: 20px; } - #navigation li:first-child a { padding-top:16px; } /* USER MENU */ |