mirror of
https://github.com/gamaio/unps.us-Shortener.git
synced 2025-07-30 13:50:17 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user