1 /* Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: CC-BY-SA-3.0 */
10 height: 90%; /* If calc() is not supported */
11 height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
13 @media (max-width: 1050px) {
29 -webkit-border-radius: 12px;
30 -moz-border-radius: 12px;
34 .row-fluid :first-child .section-block {
37 .row-fluid :last-child .section-block {
53 #annotate-notify { position: fixed; right: 40px; top: 3px; }