]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix overlapping infield labels
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 15:44:38 +0000 (17:44 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 16 Apr 2014 15:49:46 +0000 (17:49 +0200)
core/css/styles.css

index 5efa77078361cbd3555be7d4751f86800ae51c35..af817ead0343a717842fc822853a97eb88d7a6f6 100644 (file)
@@ -464,7 +464,7 @@ p.infield { position:relative; }
 label.infield { cursor:text !important; top:1.05em; left:.85em; }
 #body-login form label.infield { /* labels are ellipsized when too long, keep them short */
        position: absolute;
-       width: auto;
+       width: 82%;
        margin-left: 26px;
        font-size: 19px;
        color: #aaa;