Ignore:
Timestamp:
Oct 8, 2010, 3:02:29 AM (14 years ago)
Author:
grum
Message:

Connect the plugin to the RBuilder component + fixe some small bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps2.css

    r7125 r7128  
    118118}
    119119
     120#gmapsNbPhotos {
     121  font-size:80%;
     122  font-weight:normal;
     123  margin-left:3px;
     124  position:relative;
     125  top:-3px;
     126}
     127#gmapsLoading {
     128  background:none repeat scroll 0 0 #FFFFFF;
     129  position:absolute;
     130  top:0;
     131  width:90%;
     132}
     133#gmapsLoading span {
     134  margin-left:3px;
     135  position:relative;
     136  top:-3px;
     137}
    120138
     139#iDialogGMapWaiting {
     140  position:absolute;
     141  z-index:1500;
     142  background:#000000;
     143  opacity:0.55;
     144  filter:alpha(opacity:55);
     145}
Note: See TracChangeset for help on using the changeset viewer.