Sha256: 1a969a22076cb51380d508ded86d3e24343be6f60645d2a0c8008c76d0fd972e

Contents?: true

Size: 1.47 KB

Versions: 12

Compression:

Stored size: 1.47 KB

Contents

@media only screen and (max-width: 600px)  {
  #keyboard_shortcuts_button { display: none; }
}

html.mobile {
  min-height: 100%;

  body {
    width: 100%;
    height: 100%;
    padding-top: 36px;
  }

  .project-banner {
    top: 0;
  }

  .project-banner small {
    display: block;
  }

  .project-navbar {
    height: auto;
    position: static;
    padding: 0;
    overflow: visible;
  }

  .project-navbar .nav > li {
    float: none;
  }

  .nav .nav-label {
    display: inline;
    vertical-align: text-bottom;
  }

  #body {
    background: white;
  }

  .navbar .nav {
    margin: 0;
  }

  .slideout-menu {
    position: fixed;
    left: 0;
    top: 36px;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 172px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #333;
    padding: 20px 0 0 0;

    .nav {
      background: #333;
      padding: 0;
      margin: 0 0 0 6px;
    }

    .nav > li.current-project > a {
      color: white;
    }

    .nav > li > a,
    .nav > li.current {
      padding: 5px 15px;
      color: #999;
      .nav-icon svg * { fill: #999; }
    }

    .nav > li.current {
      background: #666;
      color: white;
      .nav-icon svg * { fill: white; }
    }
  }

  .slideout-panel {
    position: relative;
    z-index: 1;
  }

  &.slideout-open,
  &.slideout-open body,
  &.slideout-open .slideout-panel {
    overflow: hidden;
    height: 100%;
  }

  &.slideout-open .slideout-menu {
    display: block;
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre app/assets/stylesheets/houston/application/mobile.scss
houston-core-0.7.0 app/assets/stylesheets/houston/application/mobile.scss
houston-core-0.7.0.beta4 app/assets/stylesheets/houston/application/mobile.scss
houston-core-0.7.0.beta3 app/assets/stylesheets/houston/application/mobile.scss
houston-core-0.7.0.beta2 app/assets/stylesheets/houston/application/mobile.scss
houston-core-0.7.0.beta app/assets/stylesheets/houston/application/mobile.scss
houston-core-0.6.3 app/assets/stylesheets/application/mobile.scss
houston-core-0.6.2 app/assets/stylesheets/application/mobile.scss
houston-core-0.6.1 app/assets/stylesheets/application/mobile.scss
houston-core-0.6.0 app/assets/stylesheets/application/mobile.scss
houston-core-0.5.6 app/assets/stylesheets/application/mobile.scss
houston-core-0.5.5 app/assets/stylesheets/application/mobile.scss