diff options
author | Chris Schlaeger <chris@linux.com> | 2014-08-12 21:56:44 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-08-12 21:56:44 +0200 |
commit | ea346a785dc1b3f7c156f6fc33da634e1f1a627b (patch) | |
tree | af67530553d20b6e82ad60fd79593e9c4abf5565 /misc/openlayers/examples/style.mobile-jq.css | |
parent | 59741cd535c47f25971bf8c32b25da25ceadc6d5 (diff) | |
download | postrunner-ea346a785dc1b3f7c156f6fc33da634e1f1a627b.zip |
Adding jquery, flot and openlayers to be included with the GEM.v0.0.4
Diffstat (limited to 'misc/openlayers/examples/style.mobile-jq.css')
-rw-r--r-- | misc/openlayers/examples/style.mobile-jq.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/misc/openlayers/examples/style.mobile-jq.css b/misc/openlayers/examples/style.mobile-jq.css new file mode 100644 index 0000000..280f7ba --- /dev/null +++ b/misc/openlayers/examples/style.mobile-jq.css @@ -0,0 +1,62 @@ +html , +body { + margin: 0; + padding: 0; + height: 100%; +} +.ui-content { + padding: 0; +} +.ui-footer { + text-align: center; + padding: 5px 0; +} +.portrait, .portrait #mappage { + min-height: 0; +} +/*.portrait, .portrait .ui-page{*/ + /*min-height: 0;*/ +/*}*/ +#mappage, #mappage .ui-content, #map { + width: 100%; + height: 100%; +} +.olControlAttribution { + font-size: 10px; + bottom: 5px; + right: 5px; +} +#navigation { + position: absolute; + bottom: 70px; + left: 10px; + z-index: 1000; +} +#navigation .ui-btn-icon-notext { + display: block; + padding: 7px 6px 7px 8px; +} +#title, #tags, #shortdesc { + display: none; +} +.ui-icon-check { + opacity: 0.3; +} +.checked .ui-icon-check { + opacity: 1; +} +.ui-icon-locate { + background-image: url(img/locate.png); +} +.ui-icon-layers { + background-image: url(img/openlayers.png); +} +.ui-content .ui-listview-inset, #search_results { + margin: 1em; +} +.ui-content .ui-listview { + margin: 0; +} +#details-list li{ + padding:15px 10px; +} |