Ignore:
Timestamp:
Dec 5, 2013, 9:35:51 PM (10 years ago)
Author:
rvelices
Message:

rv_gmaps improvements on mobile/tablets

File:
1 edited

Legend:

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

    r12706 r25792  
    8080        min-width: 150px;
    8181        width: 150px;
    82         margin-right: 10px;
    83         margin-left: 5px;
     82        margin-right: 5px;
     83        margin-left: 10px;
    8484        font-weight: bold;
    8585}
     
    139139
    140140
     141@media (max-width:980px){
     142        #q {
     143                max-width:200px;
     144        }
     145        #titlebar {
     146                height: 36px;
     147        }
     148
     149        #map {
     150                top: 36px;
     151        }
     152}
     153
     154@media (max-width:640px){
     155        #q {
     156                max-width: 150px;
     157        }
     158        .hideable {
     159                display:none;
     160        }
     161}
     162
     163@media (max-width:360px){
     164        #q {
     165                display: none;
     166        }
     167}
Note: See TracChangeset for help on using the changeset viewer.