vertical-align: bottom;
}
-.search_container {
- height: 15px;
- padding-bottom: 5px;
-}
-
#search_field form {
width: 100%;
margin: 0px;
text-decoration: none;
}
+.count-number {
+ padding: 2px 5px;
+ border-radius: 3px;
+ background: #eee;
+ margin: 0 2px;
+ font-size: 11px;
+ color: #333;
+}
+
/* Rules for greeting bar in the top right corner */
#greeting {
/* Rules for edit menu */
-.arrow {
+.menuicon {
padding: 5px;
&:hover {
position: absolute;
background-color: #ffffff;
border: 1px solid #cccccc;
- border-top: 0;
+ border-top: 0px;
}
.menu ul {
- margin: 0;
- padding: 0;
+ margin: 0px;
+ padding: 0px;
}
.menu li {
padding: 2px 5px;
- margin: 0;
+ margin: 0px;
list-style-type: none;
border-top: 1px solid #eee;
white-space: nowrap;
/* Rules for the user map */
-.user_map .olControlPanZoomBar {
+.user_map .olControlSimplePanZoom {
display: none;
}
-.user_map .olControlPanZoom {
+.user_map .olControlZoom {
display: block;
}