- position: absolute;
- top: 5px;
- padding: 2px;
- width: 110px; /* TODO: find better fix for overlap */
- background-color: #fff;
- z-index: 100;
-}
-
-#small-title img {
- position: absolute;
-}
-
-#small-title h1 {
- position: absolute;
- left: 18px;
- font-size: 12px;
- margin: 0;
-}
-
-/* Rules for greeting bar in the top right corner */
-
-#greeting {
- position: absolute;
- top: 5px;
- height: 14px;
- font-size: 12px;
- line-height: 12px;
- white-space: nowrap;
- background: none;
-}
-
-#full-greeting {
- display: none;
-}
-
-#small-greeting {
- display: inline;
-}
-
-/* Rules for OpenLayers maps */
-
-#map {
- border: 0;
-}
-
-.olControlSimplePanZoom {
- display: none;
-}
-
-.site-index #map .olControlZoom,
-.site-index #map .SimpleLayerSwitcher,
-.site-export #map .olControlZoom,
-.site-export #map .SimpleLayerSwitcher {
- top: 8px !important;
-}
-
-/* Rules for the main content area */
-
-#content {
- margin-left: 0px;
- margin-right: 0px;
- border-left: 0px;
- border-right: 0px;
-}
-
-.site-export #content,
-.site-edit #content,
-.site-index #content {
- margin-top: 40px;
-}
-
-/* Rules for search sidebar when shown */
-
-#sidebar {
- border: 0px;
- border-right: 1px solid #ccccdd;
- margin: 0px;