[Mapbender-commits] r3049 - branches/beck_dev/http/css

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Sep 30 06:46:08 EDT 2008


Author: beck
Date: 2008-09-30 06:46:08 -0400 (Tue, 30 Sep 2008)
New Revision: 3049

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-09-30 10:44:47 UTC (rev 3048)
+++ branches/beck_dev/http/css/popup.css	2008-09-30 10:46:08 UTC (rev 3049)
@@ -1,7 +1,7 @@
 @CHARSET "UTF-8";
 /*fixes*/
-div.jqmNotice iframe {width:100%;height:100%;}
-div.jqmNotice div.scrollDiv {position:relative;top:0px;left:0px;right:0px;bottom:0px;width:100%;height:100%;}
+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.scrollDiv {
  overflow: auto;
@@ -9,55 +9,99 @@
 
 /* exploder V6 only */
 * html div.scrollDiv {
- overflow-y: scroll;
+ overflow-y: auto;
 }
 
 /* exploder V7 only */
 *+html div.scrollDiv {
- overflow-y: scroll;
+ overflow-y: auto;
 }
 
-div.jqmNotice {
+div.mbPopup {
     display: none;
     overflow:hidden;
     position: absolute;
     
-/*styles that can change*/
-    background:#EEEEEE url(../img/info_on.gif) 5px 5px no-repeat;
+	/*styles that can change*/
+    background:#EEEEEE url(../img/info_on.gif) 8px 8px no-repeat;
     border: 1px solid #000;
-    padding: 0;
-    padding-bottom:30px;
+    -moz-border-radius:10px;
+    -webkit-border-radius: 10px;
+        
+    /*border to client area (top right bottom left)*/
+    padding: 30px 10px 10px 10px;
 }
 
-div.jqmNotice .jqResize {
+div.mbPopup .Resize {
 	position: absolute; 
-	right: 2px; 
-	bottom: 2px;
+	right: 5px; 
+	bottom: 5px;
 	width:16px;
 	height:16px;
 	background:url(../img/resize.gif);
 }
 
-.jqmnTitle{margin: 0 25px;}
+div.mbPopup .Title{
+	position:absolute;
+	left:35px;
+	right:25px;
+	top:9px;
+	margin:0pt;
+	padding:0pt;
+}
   
-.jqmnTitle h1{
-  margin: 5px 0;
-  padding-left:5px;
-  width: 100%;
-  font-size:12px;
-  color:#EEEEEE;
-  background-color:#505050;
+div.mbPopup .Title h1{
+	background-color:#505050;
+	color:#EEEEEE;
+	font-size:12px;
+	margin:0pt;
+	width:100%;
+	text-align:center;
 }
 
-div.jqmNotice .jqmClose {
+div.mbPopup .Close {
   position: absolute;
   cursor: pointer;
-  right: 4px;
-  top: 6px;
+  right: 8px;
+  top: 10px;
 }
 
-.jqmnContent{
-  border-top:1px;
-  color:#000;
-  padding:0 20px 5px;
-}
\ No newline at end of file
+div.mbPopup .Content{
+}
+
+.balloonTL{
+	position:absolute;
+	background-image:url("../img/balloon_ul.png");
+	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