[Mapbender-commits] r1832 - branches/mapbender_sld/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Nov 23 08:38:10 EST 2007
Author: christoph
Date: 2007-11-23 08:38:10 -0500 (Fri, 23 Nov 2007)
New Revision: 1832
Added:
branches/mapbender_sld/http/css/gazetteerSQL_ALB.css
branches/mapbender_sld/http/css/gazetteerSQL_ALK.css
branches/mapbender_sld/http/css/gazetteerSQL_Address.css
branches/mapbender_sld/http/css/popup.css
Modified:
branches/mapbender_sld/http/css/edit_gui.css
Log:
new and updated css
Modified: branches/mapbender_sld/http/css/edit_gui.css
===================================================================
--- branches/mapbender_sld/http/css/edit_gui.css 2007-11-23 13:22:46 UTC (rev 1831)
+++ branches/mapbender_sld/http/css/edit_gui.css 2007-11-23 13:38:10 UTC (rev 1832)
@@ -23,25 +23,26 @@
}
.Lbutton{
- font-size : 11;
- width:65px;
+ font-size : 9pt;
+ width:56px;
}
.button2{
- font-size : 10;
+ font-size : 9pt;
width: 30px;
}
-.button3{
- font-size : 10;
- width: 50px;
+.button_on_off{
+ font-size : 9pt;
+ width: 24px;
}
+.button_wfs{
+ font-size : 9pt;
+ width: 48px;
+}
+
.myButton{
font-size : 14;
width: 100px;
}
-
-.myText {
- width: 200px;
-}
Added: branches/mapbender_sld/http/css/gazetteerSQL_ALB.css
===================================================================
--- branches/mapbender_sld/http/css/gazetteerSQL_ALB.css (rev 0)
+++ branches/mapbender_sld/http/css/gazetteerSQL_ALB.css 2007-11-23 13:38:10 UTC (rev 1832)
@@ -0,0 +1,81 @@
+ body{
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ }
+ .selectCommune{
+ position:absolute;
+ top:10px;
+ left:5px;
+ width:150px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ }
+ .selectStreet{
+ visibility:hidden;
+ position:absolute;
+ top:40px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ .selectDistrict{
+ visibility:hidden;
+ position:absolute;
+ top:40px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ .divOwner{
+ position:absolute;
+ top:40px;
+ left:5px;
+ }
+ .inputOwner{
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 55px;
+ }
+ .divParcel{
+ visibility:hidden;
+ position:absolute;
+ top:125px;
+ left:5px;
+ }
+ .inputParcel1{
+ visibility:hidden;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 30px;
+ }
+ .inputParcel2{
+ visibility:hidden;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 30px;
+ }
+ .divResults{
+ position:absolute;
+ top:90px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ a:link {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
+ a:visited {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
+ a:active {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
\ No newline at end of file
Added: branches/mapbender_sld/http/css/gazetteerSQL_ALK.css
===================================================================
--- branches/mapbender_sld/http/css/gazetteerSQL_ALK.css (rev 0)
+++ branches/mapbender_sld/http/css/gazetteerSQL_ALK.css 2007-11-23 13:38:10 UTC (rev 1832)
@@ -0,0 +1,79 @@
+ body{
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ }
+ .selectCommune{
+ position:absolute;
+ top:10px;
+ left:5px;
+ width:150px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ }
+ .selectStreet{
+ visibility:hidden;
+ position:absolute;
+ top:40px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ .selectDistrict{
+ position:absolute;
+ top:40px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ .divOwner{
+ visibility:hidden;
+ position:absolute;
+ top:125px;
+ left:5px;
+ }
+ .inputOwner{
+ visibility:hidden;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 100px;
+ }
+ .divParcel{
+ position:absolute;
+ top:125px;
+ left:5px;
+ }
+ .inputParcel1{
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 30px;
+ }
+ .inputParcel2{
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 30px;
+ }
+ .divResults{
+ position:absolute;
+ top:160px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ a:link {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
+ a:visited {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
+ a:active {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
\ No newline at end of file
Added: branches/mapbender_sld/http/css/gazetteerSQL_Address.css
===================================================================
--- branches/mapbender_sld/http/css/gazetteerSQL_Address.css (rev 0)
+++ branches/mapbender_sld/http/css/gazetteerSQL_Address.css 2007-11-23 13:38:10 UTC (rev 1832)
@@ -0,0 +1,82 @@
+ body{
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ }
+ .selectCommune{
+ position:absolute;
+ top:10px;
+ left:5px;
+ width:150px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ }
+ .selectStreet{
+ position:absolute;
+ top:40px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ .selectDistrict{
+ visibility:hidden;
+ position:absolute;
+ top:40px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ .divOwner{
+ visibility:hidden;
+ position:absolute;
+ top:125px;
+ left:5px;
+ }
+ .inputOwner{
+ visibility:hidden;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 100px;
+ }
+ .divParcel{
+ visibility:hidden;
+ position:absolute;
+ top:125px;
+ left:5px;
+ }
+ .inputParcel1{
+ visibility:hidden;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 30px;
+ }
+ .inputParcel2{
+ visibility:hidden;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 30px;
+ }
+ .divResults{
+ position:absolute;
+ top:120px;
+ left:5px;
+ font-family : Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ width: 150px;
+ }
+ a:link {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
+ a:visited {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
+ a:active {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ color: black;
+ }
\ No newline at end of file
Added: branches/mapbender_sld/http/css/popup.css
===================================================================
--- branches/mapbender_sld/http/css/popup.css (rev 0)
+++ branches/mapbender_sld/http/css/popup.css 2007-11-23 13:38:10 UTC (rev 1832)
@@ -0,0 +1,40 @@
+ at CHARSET "UTF-8";
+div.jqmNotice .jqResize {position: absolute; right: 2px; bottom: 2px;width:16px;height:16px;background:url(../img/resize.gif);}
+div.jqmNotice iframe {width:100%;height:100%;}
+div.jqmNotice div.scrollDiv {overflow:auto;width:100%;height:100%;}
+
+div.jqmNotice {
+ display: none;
+ z-index:50;
+ position: absolute;
+ width: 300px;
+ height:250px;
+ background:#EEEEEE url(../img/info_on.gif) 5px 5px no-repeat;
+ border: 1px solid #000;
+ padding: 0;
+ padding-bottom:30px;
+}
+
+.jqmnTitle{margin: 0 25px;}
+
+.jqmnTitle h1{
+ margin: 5px 0;
+ padding-left:5px;
+ width: 100%;
+ font-size:12px;
+ color:#EEEEEE;
+ background-color:#505050;
+}
+
+div.jqmNotice .jqmClose {
+ position: absolute;
+ cursor: pointer;
+ right: 4px;
+ top: 6px;
+}
+
+.jqmnContent{
+ border-top:1px;
+ color:#000;
+ padding:0 20px 5px;
+}
\ No newline at end of file
More information about the Mapbender_commits
mailing list