]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix header for shared links
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 19:19:32 +0000 (20:19 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jan 2013 19:19:32 +0000 (20:19 +0100)
core/css/styles.css

index ce9f07a404157db394027fc57a582770090cc510..b36d96f3b75973ee3ca9cf2fef0b5da440862618 100644 (file)
@@ -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; }