Add red error boxes in return messages

This is continuing development on the interface, they will fade
in the next commit
This commit is contained in:
Arctic Code
2013-08-26 01:33:14 -05:00
parent c3848688a5
commit cfe1a23a33
3 changed files with 37 additions and 16 deletions

View File

@@ -104,7 +104,6 @@ body{
.form-shorten input[type="text"], .form-shorten textarea{
position: relative;
font-size: 14px;
height: auto;
padding: 7px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
@@ -142,6 +141,16 @@ body{
float: center;
text-align: center;
color: #bbb;
padding-left: 25.6% !important;
}
#message #error{
float: center;
text-align: center;
background-color: #cb3434;
border-radius: 5px;
padding: 5px;
width: 66%;
}
#footer {