Plugin Directory

Changeset 1692023


Ignore:
Timestamp:
07/06/2017 06:08:08 PM (9 years ago)
Author:
localmapco
Message:

Verson 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map-business-box/trunk/map_box.php

    r1678347 r1692023  
    204204            display: table;
    205205            float: right;
    206             padding: 25px 58px 28px;
    207             text-align: center;
    208             width: 370px;
     206            padding: 25px 23px 28px;
     207            text-align: center;
     208            width: auto;
    209209        }
    210210        .mbb_map_address_image {
     
    254254        .mbb_tab_cls {cursor:pointer;}
    255255        .mbb-map-wrap iframe {width:100%;}
     256       
     257        @media only screen and (max-width:768px) {
     258            .mbb-contact-map-wrapp .nav-tabs > li {
     259                display: inline-block;
     260                width:100%
     261            }
     262            .mbb_tab .nav-tabs > li > a, .mbb_tab .nav-tabs > li.active > a, .mbb_tab .nav-tabs > li.active > a:hover, .mbb_tab .nav-tabs > li.active > a:focus, .mbb_tab .nav-tabs > li:hover > a {
     263                width:100%;
     264                display: inline-block;
     265                padding:6px 10px;
     266            }
     267        }
    256268    </style>
    257269    <section class="mbb-contact-map-wrapp mbb-home-map-wrapp">
Note: See TracChangeset for help on using the changeset viewer.