Sha256: bf300020e2d58c975d9775ec3380f5a07a9a60e9c80978dbd7bf1d6a5a433d10

Contents?: true

Size: 1.76 KB

Versions: 3

Compression:

Stored size: 1.76 KB

Contents

/*
 * Metro UI CSS
 * Copyright 2012 Sergey Pimenov
 * Licensed under the MIT Lilcense
 *
 * responsive.less
 */

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .span1  {width: 42px;}
    .span2  {width: 104px;}
    .span3  {width: 166px;}
    .span4  {width: 228px;}
    .span5  {width: 290px;}
    .span6  {width: 352px;}
    .span7  {width: 414px;}
    .span8  {width: 476px;}
    .span9  {width: 538px;}
    .span10 {width: 600px;}
    .span11 {width: 662px;}
    .span12 {width: 724px;}

    .offset1  {margin-left: 62px; }
    .offset2  {margin-left: 124px;}
    .offset3  {margin-left: 186px;}
    .offset4  {margin-left: 248px;}
    .offset5  {margin-left: 310px;}
    .offset6  {margin-left: 372px;}
    .offset7  {margin-left: 434px;}
    .offset8  {margin-left: 496px;}
    .offset9  {margin-left: 558px;}
    .offset10 {margin-left: 620px;}
    .offset11 {margin-left: 682px;}
    .offset12 {margin-left: 744px;}

    .navigation-bar {
        .navigation-bar-inner {
            .menu-pull {
                display: block;
            }
            .brand {
                float: none;
                width: 100%;
            }
            & > ul {
                display: none;
                float: none;

                & > li {
                    display: block;
                    float: none;
                    width: 100%;
                    margin-left: 0;
                    padding-left: 0;

                    &.brand {
                        width: auto;
                    }

                    .dropdown-menu {
                        position: relative;
                        width: 100%;
                        border: 0;
                    }
                }
            }
        }
    }

}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
metro-ui-rails-0.1.6 vendor/toolkit/metro-ui/modern-responsive-max979.less
metro-ui-rails-cn-0.1.6 vendor/toolkit/metro-ui-css/modern-responsive-max979.less
metro-ui-rails-cn-0.1.5 vendor/toolkit/metro-ui-css/modern-responsive-max979.less