Skip to content

Commit

Permalink
Style error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 21, 2011
1 parent 8382d7c commit 139a43c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/static/brunch/build/web/css/main.css
Expand Up @@ -50,3 +50,5 @@ form div{clear:both;padding-top:5px}
form div label{float:left;width:175px;text-align:right} form div label{float:left;width:175px;text-align:right}
form div .digestive-input{float:right;width:200px;text-align:left} form div .digestive-input{float:right;width:200px;text-align:left}
form div .digestive-submit{width:auto} form div .digestive-submit{width:auto}
.digestive-error-list{float:left}
.digestive-error{color:#c00}
6 changes: 6 additions & 0 deletions resources/static/brunch/src/app/styles/main.styl
Expand Up @@ -211,3 +211,9 @@ form div .digestive-input


form div .digestive-submit form div .digestive-submit
width auto width auto

.digestive-error-list
float left

.digestive-error
color #C00

0 comments on commit 139a43c

Please sign in to comment.