diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -3,12 +3,54 @@ margin:auto; font-family: sans-serif; } - #header { - text-align: left; - background: rgb(220,220,220); /* IE fallback */ - background: rgba(200,200,200, .3); - } - #footer { - text-align: right; - background: rgb(220,220,220); /* IE fallback */ - background: rgba(200,200,200, .3); + #savedBox { + width: 15em; + padding: 1em; + border: 1px solid #000; + float:right; + background: #DDD; + font-size: .8em; + } + #header { + text-align: left; + background: rgb(220,220,220); /* IE fallback */ + background: rgba(200,200,200, .3); + } + #footer { + text-align: right; + background: rgb(220,220,220); /* IE fallback */ + background: rgba(200,200,200, .3); + } + .defaultText { + width: 300px; } + .defaultTextActive { + color: #a1a1a1; + font-style: italic; + } + .error { + color: #F00; /* For validation errors */ + } + .error p { + padding: 0; + margin: 0; + font-size: .7em; + } + td.center { + text-align:center; + } + .section:nth-child(even) { + background: #DDDDDD; + } + .none { + background: #fff; + } + .class { + background: #99FF99; + } + #classage { + float:left; + } + .paddingtop { + padding: .5em; + padding-top: .8em; + }