Ignore:
Timestamp:
Dec 8, 2011, 10:36:35 PM (12 years ago)
Author:
rvelices
Message:

rv_gmaps use places autocomplete + added new markers + better algo for displaying markers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/template/style.css

    r3447 r12706  
    4949}
    5050
    51 #titlebar FORM {
    52   display:inline;
    53   margin:0;
    54 }
    55 
    56 #titlebar FORM INPUT {
     51#titlebar INPUT {
    5752  border: 1px solid gray;
    5853  font-size:80%;
    59 }
    60 
    61 #titlebar FORM INPUT {
    6254  color: #404040;
    6355  background-color: #dddddd;
    6456}
    6557
    66 #titlebar FORM INPUT:focus {
     58
     59#titlebar INPUT:focus {
    6760  color: black;
    6861  background-color: #ffffff;
Note: See TracChangeset for help on using the changeset viewer.