summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-10-09 04:18:14 -0700
committerVincent Petry <pvince81@owncloud.com>2013-10-09 04:18:14 -0700
commit599383c8b1750daf036009cfccca13f704a5e973 (patch)
tree06aa8ed693622972f637c3674ab3cdfa21667846
parent9637ca3ae839b11b85e2c26e49d728429aee2834 (diff)
parent01371e318713183cef45b2471af2e80c9dc18e72 (diff)
downloadnextcloud-server-599383c8b1750daf036009cfccca13f704a5e973.tar.gz
nextcloud-server-599383c8b1750daf036009cfccca13f704a5e973.zip
Merge pull request #5183 from owncloud/login-warningstyle
Fixed login warning style
-rw-r--r--core/css/styles.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 6406bcd7e63..be53b67c858 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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)";