* improved layout
* CSS for message boxes
This commit is contained in:
parent
949e699e25
commit
e6bd9036ac
3 changed files with 45 additions and 10 deletions
|
@ -7,4 +7,26 @@ html {
|
|||
padding-right:10px;
|
||||
border-right:1px solid black;
|
||||
margin-right:10px;
|
||||
}
|
||||
width:100px;
|
||||
}
|
||||
|
||||
#content {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.msgbox {
|
||||
padding:10px 10px 10px 25px;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
#messages {
|
||||
border:1px solid green;
|
||||
background-color:#80ff80;
|
||||
color:#008000;
|
||||
}
|
||||
|
||||
#errors {
|
||||
border:1px solid red;
|
||||
background-color:#ff8080;
|
||||
color:#800000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue