X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/928aa8a0496f0c6f37579cac821e1048ce6cca96..943feeec776bb75c685cbdee9466f8db3cdf5da7:/apps/workbench/app/assets/stylesheets/application.css.scss diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss index 446f524fba..455e4c0a9f 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -9,12 +9,11 @@ * compiled file, but it's generally better to create a new file per style scope. * *= require_self - *= require bootstrap-editable + *= require bootstrap + *= require bootstrap3-editable/bootstrap-editable *= require_tree . */ -@import "bootstrap"; - .contain-align-left { text-align: left; } @@ -79,7 +78,8 @@ form.small-form-margin { .nowrap { white-space: nowrap; } -.navbar .nav li.nav-separator > span { + +.navbar .nav li.nav-separator span { display: block; float: none; color: #bbbbbb; @@ -87,6 +87,101 @@ form.small-form-margin { text-decoration: none; text-shadow: 0 1px 0 #ffffff; } -.navbar .nav .dropdown .dropdown-menu li a { +/*.navbar .nav .dropdown .dropdown-menu li a { padding: 2px 20px; +}*/ + +ul.arvados-nav { + list-style: none; + padding-left: 0em; + margin-left: 0em; +} + +ul.arvados-nav li ul { + list-style: none; + padding-left: 0; +} + +ul.arvados-nav li ul li { + list-style: none; + padding-left: 1em; +} + +.dax { + max-width: 10%; + margin-right: 1em; + float: left +} + +.smart-scroll { + overflow: auto; +} + +.inline-progress-container div.progress { + margin-bottom: 0; +} + +.inline-progress-container { + width: 100%; + display:inline-block; +} + +td.add-tag-button { + white-space: normal; } +td.add-tag-button .add-tag-button { + margin-right: 4px; + opacity: 0.2; +} +td.add-tag-button .add-tag-button:hover { + opacity: 1; +} +span.removable-tag-container { + line-height: 1.6; +} +.label.removable-tag a { + color: #fff; + cursor: pointer; +} + +li.notification { + padding: 10px; +} +.arvados-nav-container { + top: 70px; + height: calc(100% - 70px); + overflow: auto; + z-index: 2; +} + +.arvados-nav-active { + background: rgb(66, 139, 202); +} + +.arvados-nav-active a, .arvados-nav-active a:hover { + color: white; +} + +// See HeaderRowFixer in application.js +table.table-fixed-header-row { + width: 100%; + border-spacing: 0px; + margin:0; +} +table.table-fixed-header-row thead { + position:fixed; + background: #fff; +} +table.table-fixed-header-row tbody { + position:relative; + top:1.5em; +} + +/* Setting the height needs to be fixed with javascript. */ +.dropdown-menu { + padding-right: 20px; + max-height: 440px; + width: 400px; + overflow-y: auto; +} +