summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 20:19:32 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-31 20:19:32 +0100
commit3f3ae4a9856c1cb598acb1aefa6957285a479b20 (patch)
tree5edf8874597bc5ed3af7ba33886779d103b713e5
parent3d5c7ca2456849b7227cf24bed2bc0be4db1a555 (diff)
downloadnextcloud-server-3f3ae4a9856c1cb598acb1aefa6957285a479b20.tar.gz
nextcloud-server-3f3ae4a9856c1cb598acb1aefa6957285a479b20.zip
fix header for shared links
-rw-r--r--core/css/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index ce9f07a4041..b36d96f3b75 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -28,7 +28,9 @@ background:-ms-linear-gradient(top, #35537a 0%,#1d2d42 100%); /* IE10+ */
background:linear-gradient(top, #35537a 0%,#1d2d42 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#1d2d42',GradientType=0 ); /* IE6-9 */ }
-#owncloud { position:absolute; padding:6px; padding-bottom:0; }
+#owncloud { position:absolute; top:0; left:0; padding:6px; padding-bottom:0; }
+.header-right { float:right; vertical-align:middle; padding:0 0.5em; }
+.header-right > * { vertical-align:middle; }
/* INPUTS */
input[type="text"], input[type="password"] { cursor:text; }