29 lines
354 B
CSS
29 lines
354 B
CSS
body{
|
|
font-family:Verdana, Arial, Helvetica, sans-serif;
|
|
font-size:10px;
|
|
}
|
|
|
|
table {
|
|
border:1px solid #999999;
|
|
background-color:#EEEEEE;
|
|
}
|
|
|
|
th {
|
|
background-color:#D8DDDA;
|
|
border-bottom:2px solid #FFFFFF;
|
|
}
|
|
|
|
.error {
|
|
font-weight:bold;
|
|
color:#990000;
|
|
}
|
|
|
|
.logout {
|
|
width:100%;
|
|
text-align:right;
|
|
}
|
|
|
|
.center {
|
|
text-align:center;
|
|
font-weight:bold;
|
|
} |