worked on login view

This commit is contained in:
Torkel Ödegaard
2014-08-12 15:06:54 +02:00
parent c690d4aae8
commit bfe1ef0733
10 changed files with 111 additions and 3 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ legend, label {
.alert-error .alert-heading,
.alert-info,
.alert-info .alert-heading {
color: @grayLighter;
color: @white;
text-shadow: none;
border: none;
}
+1
View File
@@ -2,6 +2,7 @@
@import "graph.less";
@import "console.less";
@import "bootstrap-tagsinput.less";
@import "p_pro.less";
.hide-controls {
padding: 0;
+14
View File
@@ -0,0 +1,14 @@
.login-box {
width: 700px;
margin: 100px auto 0 auto;
button.btn {
margin-top: 19px;
padding: 12px 30px;
}
}
.login-box-logo {
text-align: center;
padding-bottom: 50px;
}