[Mapbender-commits] r3209 - branches/beck_dev/http/css
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Nov 10 08:43:12 EST 2008
Author: beck
Date: 2008-11-10 08:43:12 -0500 (Mon, 10 Nov 2008)
New Revision: 3209
Modified:
branches/beck_dev/http/css/popup.css
Log:
Modified: branches/beck_dev/http/css/popup.css
===================================================================
--- branches/beck_dev/http/css/popup.css 2008-11-10 09:38:07 UTC (rev 3208)
+++ branches/beck_dev/http/css/popup.css 2008-11-10 13:43:12 UTC (rev 3209)
@@ -1,38 +1,22 @@
@CHARSET "UTF-8";
/*fixes*/
-div.mbPopup iframe {width:100%;height:100%;border:none;}
-div.mbPopup div.scrollDiv {position:relative;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}
+div.jqmNotice iframe {width:100%;height:100%;border:none;margin-top:-25px;padding-top:20px;}
+div.jqmNotice div.scrollDiv {overflow:auto;position:relative;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}
-div.scrollDiv {
- overflow: auto;
-}
-
-/* exploder V6 only */
-* html div.scrollDiv {
- overflow-y: auto;
-}
-
-/* exploder V7 only */
-*+html div.scrollDiv {
- overflow-y: auto;
-}
-
-div.mbPopup {
+div.jqmNotice {
display: none;
overflow:hidden;
position: absolute;
- /*styles that can change*/
+/*styles that can change*/
background:#EEEEEE url(../img/info_on.gif) 8px 8px no-repeat;
border: 1px solid #000;
-moz-border-radius:10px;
- -webkit-border-radius: 10px;
-
- /*border to client area (top right bottom left)*/
- padding: 30px 10px 10px 10px;
-}
+ padding: 0px;
+/* padding-bottom:30px;
+*/}
-div.mbPopup .Resize {
+div.jqmNotice .jqResize {
position: absolute;
right: 5px;
bottom: 5px;
@@ -41,32 +25,28 @@
background:url(../img/resize.gif);
}
-div.mbPopup .Title{
- position:absolute;
- left:35px;
- right:25px;
- top:9px;
- margin:0pt;
- padding:0pt;
-}
+.jqmnTitle{margin: 0 30px;}
-div.mbPopup .Title h1{
- background-color:#505050;
- color:#EEEEEE;
- font-size:12px;
- margin:0pt;
- width:100%;
- text-align:center;
+.jqmnTitle h1{
+ margin: 9px 0;
+ padding-left:5px;
+ width: 100%;
+ font-size:12px;
+ color:#EEEEEE;
+ background-color:#505050;
}
-div.mbPopup .Close {
+div.jqmNotice .jqmClose {
position: absolute;
cursor: pointer;
right: 8px;
top: 10px;
}
-div.mbPopup .Content{
+.jqmnContent{
+ border-top:1px;
+ color:#000;
+ margin:0px 20px 25px;
}
.balloonTL{
@@ -75,33 +55,22 @@
width:100px;
height:80px;
}
-*html .balloonTL{
- background-image:url("../img/balloon_ul.gif");
-}
.balloonTR{
position:absolute;
background-image:url("../img/balloon_ur.png");
width:100px;
height:80px;
}
-*html .balloonTR{
- background-image:url("../img/balloon_ur.gif");
-}
.balloonBR{
position:absolute;
background-image:url("../img/balloon_lr.png");
width:100px;
height:80px;
}
-*html .balloonBR{
- background-image:url("../img/balloon_lr.gif");
-}
.balloonBL{
position:absolute;
background-image:url("../img/balloon_ll.png");
width:100px;
height:80px;
}
-*html .balloonBL{
- background-image:url("../img/balloon_ll.gif");
-}
+
More information about the Mapbender_commits
mailing list