wikipoints/public/css/style.css

36 lines
1.6 KiB
CSS

/*
Document : style
Created on : 03.04.2014, 10:51:45
Author : all4dk
Description:
Purpose of the stylesheet follows.
*/
html {height: 100%;}
body {margin: 0; padding: 0; height: 100%;}
div#map {width: 100%; position: absolute; top: 0; bottom: 50px;}
div.infoCard h3 {text-align: center; margin-top: 0;}
div.infoCard img {width: 200px; float: left; margin: 0 10px 5px 0;}
div.header {display: block; position: absolute; top: 0; left: 110px; border-radius: 0 0 5px 5px; z-index: 1000; background-color: #FFF; padding: 5px 10px;}
div.header h1 {display: inline; color: #333; cursor: default;}
div.header span.mainMenu {display: none;}
div.header:hover span.mainMenu {display: block;}
div.add {cursor: pointer;}
div#footer {position: absolute; width: 100%; height: 50px; bottom: 0; padding: 12px 10px 0 10px;;}
div#footer table{}
.form-group .error {display: none;}
.form-group.has-error .error {display: inline-block;}
#wayPoints {margin-bottom: 10px;}
#wayPoints .wayPoint {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
#wayPoints .wayPoint span {font-weight: bold; color: red;}
#routeWindow {display: none;position: absolute; top: 35px; right: 7px; left: auto; max-width: 320px; width: 320px; bottom: 55px;}
#routeWindow .popover-content {overflow-y: scroll; bottom: 45px; position: absolute; top: 36px;}
#routeWindow .buttons {bottom: 3px; position: absolute;}
#routes {margin-bottom: 10px; height: 200px; background-color: #ff9999;}
#routes .route {cursor: pointer; border: solid 1px #999; padding: 2px 5px; margin-bottom: 3px;}
#routes .route span {font-weight: bold; color: red;}