webapi-eca/webpages/public/style.css
Dominic Bosch 32f5553471 Login functionality successfully implemented,
switched crypto to crypto-js from google. login.html form loads crypto-js directly from google codebase in order to hash passwords before sending them to the server
2013-11-28 16:05:47 +01:00

40 lines
506 B
CSS

body {
font-family: sans-serif, "Times New Roman", Georgia, Serif;
font-size: 80%;
margin: 0px;
}
#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;
}