]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed login warning style #5065
authorVincent Petry <pvince81@owncloud.com>
Mon, 7 Oct 2013 16:06:27 +0000 (18:06 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 9 Oct 2013 09:15:54 +0000 (11:15 +0200)
Removed bold so it takes less space and set alignment to left.

core/css/styles.css

index 6406bcd7e636d0ab3d6d20b7e493f9466ddd07d7..be53b67c858f87a866d0dc22e46257c9e5dc8548 100644 (file)
@@ -431,7 +431,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
        padding: 10px;
        color: #d2322d;
        background-color: rgba(0,0,0,.3);
-       text-align: center;
+       text-align: left;
        border-radius: 3px;
        cursor: default;
 }
@@ -466,7 +466,6 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
 }
 #body-login .warning {
        margin: 0 7px 5px;
-       font-weight: bold;
 }
 #body-login .warning legend {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";