Files
uberspace-webadmin/style.css
2015-07-09 00:06:31 +03:00

25 lines
300 B
CSS

body {
color: #333;
font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
}
body warn {
color: #FF0000;
}
label {
display: block;
margin-top: 10px;
}
button {
margin-top: 5px;
}
.boxed {
background: #ECF4FF none repeat scroll 0 0;
border: 1px solid green;
padding: 6px;
}