Roo/form/ComboBoxArray.js
[roojs1] / css-bootstrap / tweaks.css
1 .navbar-left .input-group[class*="col-"] {
2     float:left;
3 }
4
5 .ellipsis {
6     overflow: hidden;
7     text-overflow: ellipsis;
8     display: -webkit-box;
9     -webkit-line-clamp: 3;
10     -webkit-box-orient: vertical;
11 }
12
13 .sw-child-headline {
14     display: inline-block;
15     width: auto;
16 }
17
18 .box-input-label {
19     width: 100%;
20     display: inline-block;
21     font-weight: bold;
22 }
23
24 .box-label {
25     margin-left: 5px;
26     cursor: pointer;
27 }
28 /* needed as menu ontop of form does not work */
29 .input-group .form-control {
30     
31     z-index: 1;
32 }
33
34 /* admin-lte - messes with checkbox and radio.. */
35 .checkbox, .radio {
36     padding-left: 15px!important;
37 }
38 /* paging toolbar */
39
40 .pagination .x-paging-position span {
41     padding-top:3px; padding-bottom:3px;
42 }
43 .pagination .x-paging-position span  input {
44     margin: 0 3px;
45 }