Skip to content

Commit

Permalink
Added error styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Apr 5, 2009
1 parent a0c9ec6 commit 40d6008
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/stylesheets/common.css
Expand Up @@ -48,6 +48,12 @@
div.pagination span.disabled {padding:3px 7px; text-transform:lowercase; color:#ccc;}
div.pagination span.current {padding:3px 5px; font-weight:bold;}

#errorExplanation {border:1px solid #E3BEBE; background:#F6E8E8; margin:10px 0 20px; padding:20px;}
#errorExplanation h2 {margin:-20px -20px 20px; background:#E3BEBE; padding:10px 20px;}
#errorExplanation p {margin:0 0 20px;}
#errorExplanation ul {margin:0 0 0 25px;}
#errorExplanation ul li {list-style-type:disc; margin:0 0 3px; padding:0;}

#update {position:relative; float:left; display:inline; width:300px; margin:10px 0 20px 240px;}
#update label {display:block; font-size:11px; color:#999; margin:0 0 5px;}
#update textarea {width:294px; height:50px; padding:3px;}
Expand Down

0 comments on commit 40d6008

Please sign in to comment.