Merge remote-tracking branch 'origin/master' into 2049-run-job-from-workbench
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 28 Feb 2014 13:36:49 +0000 (08:36 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 28 Feb 2014 13:36:49 +0000 (08:36 -0500)
1  2 
apps/workbench/app/assets/stylesheets/application.css.scss
apps/workbench/app/views/layouts/application.html.erb

index db8074b1ad409905658ae5d807021fc64479d1b2,1dc6284c83c93daa0874eddf62eacf6727c59b0c..68f0e109bd3a125a5087f808c93e701812785464
      padding-top: 1.25em;
      }
  
 -    /* Setting the height needs to be fixed with javascript. */
 -    .dropdown-menu {
 -    padding-right: 20px;
 -    max-height: 440px;
 -    width: 400px;
 -    overflow-y: auto;
 -    }
 -
      @media (min-width: 768px) {
-         .left-nav {
-             position: fixed;
-             top: 0;
-             left: 0;
-             height: 100%;
-             padding-left: 0;
-         }
+     .left-nav {
+     position: fixed;
+     }
      }
      @media (max-width: 767px) {
-         .breadcrumbs {
-             display: none;
-         }
+     .breadcrumbs {
+     display: none;
+     }
      }
    </style>
  </head>