contrast login screen

This commit is contained in:
Serghey Rodin 2013-01-14 19:18:37 +02:00
commit c98449ea8a

View file

@ -636,7 +636,7 @@
border-top: 1px solid #cccccc; border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc; border-right: 1px solid #cccccc;
background: #ebe9dc; background: #fff;
text-align: left; text-align: left;
vertical-align:top; vertical-align:top;
width: 500px; width: 500px;
@ -647,29 +647,29 @@
text-align: left; text-align: left;
vertical-align:top; vertical-align:top;
padding: 0 0 10px 40px; padding: 0 0 10px 40px;
color: #333; color: #323232;
} }
.login-bottom { .login-bottom {
color: #574F51; color: #ebe9dc;
text-align: right; text-align: right;
width: 500px; width: 500px;
height: 50px; height: 50px;
background: #484243; background: #ebe9dc;
padding: 0 8px 0 0; padding: 0 8px 0 0;
margin: 0; margin: 0;
} }
.vestacp{ .vestacp{
font-size: 8pt; font-size: 8pt;
color: #CCCCB4; color: #323232;
text-align: right; text-align: right;
padding: 20px 0 0 0; padding: 20px 0 0 0;
} }
.error { .error {
font-size: 10pt; font-size: 10pt;
color: #DE6C5D; color: #dE6c5d;
} }
</style> </style>