]> git.uio.no Git - usit-rt.git/blob - share/static/css/base/misc.css
Master to 4.2.8
[usit-rt.git] / share / static / css / base / misc.css
1 .hide, .hidden { display: none !important; }
2
3 .clear { clear: both; }
4
5 * html .clearfix {
6     height: 1%; /* IE5-6 */
7 }
8 .clearfix {
9     display: inline-block; /* IE7xhtml*/
10 }
11 html[xmlns] .clearfix { /* O */
12     display: block;
13 }
14 .clearfix:after { /* FF, O, etc. */
15     content: ".";
16     display: block;
17     height: 0;
18     clear: both;
19     visibility: hidden;
20 }
21
22 hr.clear {
23     visibility: hidden;
24     height: 0;
25     margin: 0;
26     padding: 0;
27     border: none;
28     font-size: 1px;
29 }
30
31 /* Custom fields */
32
33 /* Only apply these when we're not rendering in a table, hence the leading div. */
34 div.edit-custom-field {
35     width: 48%;
36     float: left;
37     margin: 0.5em;
38 }
39
40 div.edit-custom-field .cflabel {
41     float: left;
42     padding-right: 0.5em;
43 }
44
45 div.edit-custom-field .entry {
46     margin-left: 10em;
47 }
48
49 .cflabel .name { font-weight: bold; }
50 .cflabel .type { font-style: italic; }
51
52 fieldset.cfedit {
53     border: none;
54     padding: 0;
55     margin: 0;
56 }
57
58 table.bulk-edit-custom-fields {
59     border-spacing: 0;
60 }
61 table.bulk-edit-custom-fields tr td {
62     padding-bottom: 0.5em;
63 }
64
65 .query-stacktrace-toggle {
66     float: right;
67 }
68
69 /* jQuery UI overrides */
70 .ui-widget {
71     font-family: arial,helvetica,sans-serif !important;
72 }
73
74 textarea.messagebox, #cke_Content, #cke_UpdateContent {
75   -moz-box-sizing: border-box;
76   box-sizing: border-box;
77 }
78
79 .datepicker {
80     width: 17em;
81 }