aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-20 13:36:52 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-20 13:36:52 +0100
commit92d57cb5a7de41e576c9cbd3fae70e9802561187 (patch)
treea4f6ad71b58c83a9cba3ede9e803d8c3e6e5b386 /core/css
parent3e2c56157bfb20fbc48bdf668bd56fb47bd7cc1f (diff)
downloadnextcloud-server-92d57cb5a7de41e576c9cbd3fae70e9802561187.tar.gz
nextcloud-server-92d57cb5a7de41e576c9cbd3fae70e9802561187.zip
move avatar into clickable area of user menu
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index c17d0a9bc07..1c80a3ea160 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -37,11 +37,12 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
.header-right { float:right; vertical-align:middle; padding:0.5em; }
.header-right > * { vertical-align:middle; }
+/* Profile picture in header */
#header .avatardiv {
float: left;
display: inline-block;
+ margin-right: 5px;
}
-
#header .avatardiv img {
opacity: 1;
}
@@ -708,12 +709,11 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
/* USER MENU */
#settings {
float: right;
- margin-top: 7px;
- margin-left: 10px;
color: #bbb;
}
#expand {
- padding: 15px 15px 15px 5px;
+ display: block;
+ padding: 7px 12px 6px 7px;
cursor: pointer;
font-weight: bold;
}