Changeset 29458


Ignore:
Timestamp:
Sep 10, 2014, 3:28:30 PM (10 years ago)
Author:
JanisV
Message:

Menu width for small screen

Location:
extensions/stripped_responsive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/header.tpl

    r29453 r29458  
    5959
    6060<body id="{$BODY_ID}" class={strip}"
     61        {if $stripped_responsive.menuOnRight} right_menu{/if}
    6162        {if !$stripped_responsive.thumbFrame} ntf{/if}
    6263        {if !$stripped_responsive.albumFrame} naf{/if}
  • extensions/stripped_responsive/theme.css

    r29453 r29458  
    135135/*      width:100%;*/
    136136/*  min-width: 580px;*/
    137     max-width: 700px;
     137    max-width: auto;
    138138    float: left;
    139139}
     
    294294        text-align:left;
    295295        display:block;
     296}
     297
     298.right_menu #menubar {padding: 0 19px 0 0;}
     299
     300@media (max-width: 777px) {
     301    #menubar {
     302      padding: 0 19px;
     303      width: auto;
     304    }
     305    .right_menu #menubar {padding: 0 19px;}
    296306}
    297307
Note: See TracChangeset for help on using the changeset viewer.