4533: Fix wrong lock mode. refs #4533
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
1 /*
2  * This is a manifest file that'll be compiled into application.css, which will include all the files
3  * listed below.
4  *
5  * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6  * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7  *
8  * You're free to add application-wide styles to this file and they'll appear at the top of the
9  * compiled file, but it's generally better to create a new file per style scope.
10  *
11  *= require_self
12  *= require bootstrap
13  *= require bootstrap3-editable/bootstrap-editable
14  *= require morris
15  *= require_tree .
16  */
17
18 .contain-align-left {
19     text-align: left;
20 }
21 table.topalign>tbody>tr>td {
22     vertical-align: top;
23 }
24 table.topalign>thead>tr>td {
25     vertical-align: bottom;
26 }
27 tr.cell-valign-center>td {
28     vertical-align: middle;
29 }
30 tr.cell-noborder>td,tr.cell-noborder>th {
31     border: none;
32 }
33 table.table-justforlayout>tr>td,
34 table.table-justforlayout>tr>th,
35 table.table-justforlayout>thead>tr>td,
36 table.table-justforlayout>thead>tr>th,
37 table.table-justforlayout>tbody>tr>td,
38 table.table-justforlayout>tbody>tr>th{
39     border: none;
40 }
41 table.table-justforlayout {
42     margin-bottom: 0;
43 }
44 .smaller-text {
45     font-size: .8em;
46 }
47 .deemphasize {
48     font-size: .8em;
49     color: #888;
50 }
51 .arvados-filename,
52 .arvados-uuid {
53     font-size: .8em;
54     font-family: monospace;
55 }
56 table .data-size, .table .data-size {
57     text-align: right;
58 }
59 body .editable-empty {
60     color: #999;
61 }
62 body .editable-empty:hover {
63     color: #0088cc;
64 }
65 table.arv-index tbody td.arv-object-AuthorizedKey.arv-attr-public_key {
66     overflow-x: hidden;
67     max-width: 120px;
68 }
69 table.arv-index > thead > tr > th {
70     border-top: none;
71 }
72 table.table-fixedlayout {
73     white-space: nowrap;
74     table-layout: fixed;
75 }
76 table.table-fixedlayout td {
77     overflow: hidden;
78     overflow-x: hidden;
79     text-overflow: ellipsis;
80 }
81 table.table-smallcontent td {
82     font-size: 85%;
83 }
84 form input.search-mini {
85     padding: 0 6px;
86 }
87 form.small-form-margin {
88     margin-bottom: 2px;
89 }
90 .nowrap {
91     white-space: nowrap;
92 }
93
94 /* top nav */
95 $top-nav-bg: #3c163d;
96 $top-nav-bg-bottom: #260027;
97 nav.navbar-fixed-top .navbar-brand {
98     color: #79537a;
99     letter-spacing: 0.4em;
100 }
101 nav.navbar-fixed-top {
102     background: $top-nav-bg;
103     background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
104 }
105 .navbar.breadcrumbs {
106     line-height: 50px;
107     border-radius: 0;
108     margin-bottom: 0;
109     border-right: 0;
110     border-left: 0;
111 }
112 .navbar.breadcrumbs .nav > li > a,
113 .navbar.breadcrumbs .nav > li {
114     color: #000;
115 }
116 .navbar.breadcrumbs .nav > li.nav-separator > i {
117     color: #bbb;
118 }
119 .navbar.breadcrumbs .navbar-form {
120   margin-top: 0px;
121   margin-bottom: 0px;
122 }
123 .navbar.breadcrumbs .navbar-text {
124   margin-top: 0px;
125   margin-bottom: 0px;
126 }
127
128 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a,
129 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:focus,
130 nav.navbar-fixed-top .navbar-nav.navbar-right > li.open > a:hover {
131     background: lighten($top-nav-bg, 5%);
132 }
133 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a,
134 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:focus,
135 nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
136     color: #fff;
137 }
138
139 .dax {
140     max-width: 10%;
141     margin-right: 1em;
142     float: left
143 }
144
145 .smart-scroll {
146     overflow: auto;
147     margin-bottom: -15px;
148 }
149
150 .infinite-scroller .fa-warning {
151     color: #800;
152 }
153
154 th[data-sort-order] {
155     cursor: pointer;
156 }
157
158 .inline-progress-container div.progress {
159     margin-bottom: 0;
160 }
161
162 .inline-progress-container {
163     width: 100%;
164     display:inline-block;
165 }
166
167 td.add-tag-button {
168     white-space: normal;
169 }
170 td.add-tag-button .add-tag-button {
171     margin-right: 4px;
172     opacity: 0.2;
173 }
174 td.add-tag-button .add-tag-button:hover {
175     opacity: 1;
176 }
177 span.removable-tag-container {
178     line-height: 1.6;
179 }
180 .label.removable-tag a {
181     color: #fff;
182     cursor: pointer;
183 }
184
185 li.notification {
186     padding: 10px;
187 }
188
189 // See HeaderRowFixer in application.js
190 table.table-fixed-header-row {
191     width: 100%;
192     border-spacing: 0px;
193     margin:0;
194 }
195 table.table-fixed-header-row thead {
196     position:fixed;
197     background: #fff;
198 }
199 table.table-fixed-header-row tbody {
200     position:relative;
201     top:1.5em;
202 }
203
204 /* Setting the height needs to be fixed with javascript. */
205 .dropdown-menu {
206     padding-right: 20px;
207     max-height: 440px;
208     width: 400px;
209     overflow-y: auto;
210 }
211
212 .row-fill-height, .row-fill-height>div[class*='col-'] {
213     display: flex;
214 }
215 .row-fill-height>div[class*='col-']>div {
216     width: 100%;
217 }
218
219 /* Show editable popover above side-nav */
220 .editable-popup.popover {
221     z-index:1055;
222 }
223
224 /* Do not leave space for left-nav */
225 div#wrapper {
226   padding-left: 0;
227 }
228
229 .arv-description-as-subtitle {
230   padding-bottom: 1em;
231 }
232 .arv-description-in-table {
233   height: 4em;
234   overflow-x: hidden;
235   overflow-y: hidden;
236 }
237 .arv-description-in-table:hover {
238   overflow-y: auto;
239 }
240
241 .btn.btn-nodecorate {
242   border: none;
243 }
244 svg text {
245     font-size: 6pt;
246 }
247
248 div.pane-content iframe {
249   width: 100%;
250   border: none;
251 }
252 span.editable-textile {
253   display: inline-block;
254 }
255 .text-overflow-ellipsis {
256   white-space: nowrap;
257   overflow: hidden;
258   text-overflow: ellipsis;
259 }
260 .time-label-divider {
261   font-size: 80%;
262   min-width: 1em;
263   padding: 0px 2px 0px 0px;
264 }
265 .task-summary-status {
266   font-size: 80%;
267 }
268 #page-wrapper > div > h2 {
269   margin-top: 0px;
270 }
271
272 .compute-summary-numbers td {
273   font-size: 150%;
274 }
275
276 .arv-log-refresh-control {
277   display: none;
278 }