webapi-eca/webpages/public/style.css
Dominic Bosch 1342d0b2de Events can now be pushed into the engine via webpage.
The events are now queued through the DB.
2013-11-28 19:14:05 +01:00

46 lines
568 B
CSS

body {
font-family: sans-serif, "Times New Roman", Georgia, Serif;
font-size: 80%;
margin: 0px;
}
textarea {
-moz-tab-size: 2;
-o-tab-size:2;
tab-size:2;
}
#menubar {
font-size: 0.75em;
width: 100%;
padding: 2px;
height: 1em;
background-color: #DDD;
}
#menubar_menu {
float: left;
margin:0 auto;
}
#menubar_logout {
height: 100%;
float: right;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}
#menubar_logout:hover {
background-color: #AAA;
}
#mainbody {
padding: 5px;
}
#pagetitle {
font-size: 1.5em;
font-weight: bold;
}