Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Dec 4, 2012
1 parent 324de19 commit 4fef2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/css/layout.css
Expand Up @@ -152,7 +152,7 @@ select {padding: 7px 10px; border: 1px solid #ccc; border-radius: 5px; -moz-bord
#fancybox-content label, #container label {cursor: pointer; padding-right: 20px; display: block; padding-bottom: 10px; font-weight: bold;}
.right label {width: 200px;}
input, textarea {font-family: Arial, Helvetica, sans-serif;}
.inputbox, form input[type="text"], form input[type="password"] {border: 1px solid #999; padding: 3%; width: 94%; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 5px; color: #666; background: url(../images/bg_fade_sml.png) repeat-x top;}
.inputbox, form input[type="text"], form input[type="password"] {border: 1px solid #999; padding: 3%; width: 94% !important; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 5px; color: #666; background: url(../images/bg_fade_sml.png) repeat-x top;}
.errorbox {border: 1px solid #CC0000; background: #FCF0EF url(../images/bg_fade_red_sml.png) repeat-x top; color: #CC0000; margin-right: 5px;}
.correctbox {border: 1px solid #9DB832; background: #F3F8E0 url(../images/bg_fade_green_sml.png) repeat-x top;; color: #9DB832; margin-right: 5px;}
.correctbox:focus {border: 1px solid #7C9227;}
Expand Down

0 comments on commit 4fef2e0

Please sign in to comment.