|
1 | | -.scroll-pane { overflow: auto; width: 423px; float:left; } |
2 | | -.scroll-content { width: 900px; float: left; } |
| 1 | +.scroll-pane { |
| 2 | + overflow: auto; |
| 3 | + width: 423px; |
| 4 | + float: left; |
| 5 | + min-height: 21px; |
| 6 | +} |
3 | 7 |
|
4 | | -/* * html .scroll-content-item { display: inline; } IE6 float double margin bug */ |
| 8 | +.scroll-content { |
| 9 | + width: 900px; |
| 10 | + float: left; |
| 11 | +} |
5 | 12 |
|
6 | | -.scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; border-top: 0px; } |
7 | | -.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto; } |
8 | | -.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; } |
9 | | -.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; margin-top: 5px;} |
10 | | -.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; } |
| 13 | +.scroll-bar-wrap { |
| 14 | + clear: left; |
| 15 | + padding: 0 4px 0 2px; |
| 16 | + margin: 0 -1px -1px; |
| 17 | + border-top: 0; |
| 18 | +} |
11 | 19 |
|
12 | | -.scroll-pane { |
13 | | - min-height: 21px; |
| 20 | +.scroll-bar-wrap .ui-slider { |
| 21 | + background: none; |
| 22 | + border: 0; |
| 23 | + height: 2em; |
| 24 | + margin: 0 auto; |
| 25 | +} |
| 26 | + |
| 27 | +.scroll-bar-wrap .ui-handle-helper-parent { |
| 28 | + position: relative; |
| 29 | + width: 100%; |
| 30 | + height: 100%; |
| 31 | + margin: 0 auto; |
| 32 | +} |
| 33 | + |
| 34 | +.scroll-bar-wrap .ui-slider-handle { |
| 35 | + top: .2em; |
| 36 | + height: 1.5em; |
| 37 | + margin-top: 5px; |
| 38 | +} |
| 39 | + |
| 40 | +.scroll-bar-wrap .ui-slider-handle .ui-icon { |
| 41 | + margin: -9px auto 0; |
| 42 | + position: relative; |
| 43 | + top: 50%; |
14 | 44 | } |
15 | 45 |
|
16 | 46 | body .scroll-bar-wrap .ui-slider { |
17 | | - height: 1.7em; |
| 47 | + height: 1.6em; |
18 | 48 | } |
| 49 | + |
19 | 50 | body .scroll-bar-wrap .ui-slider-handle { |
20 | 51 | height: 1.3em; |
21 | 52 | } |
| 53 | + |
22 | 54 | .sub_col1 { |
23 | 55 | width: 170px; |
24 | 56 | } |
| 57 | + |
25 | 58 | .rows .sub_col1 { |
26 | 59 | width: 170px; |
27 | 60 | padding-left: 1px; |
28 | 61 | } |
| 62 | + |
29 | 63 | .rows .sub_col1 input { |
30 | 64 | width: 164px; |
31 | 65 | } |
| 66 | + |
32 | 67 | .sub_col2 { |
33 | 68 | width: 190px; |
34 | 69 | } |
| 70 | + |
35 | 71 | .sub_col2 select { |
36 | 72 | width: 188px; |
37 | 73 | } |
| 74 | + |
38 | 75 | .sub_col3 { |
39 | 76 | width: 57px; |
40 | 77 | text-align: center; |
41 | 78 | } |
| 79 | + |
42 | 80 | .sub_col4 { |
43 | 81 | width: 182px; |
44 | 82 | } |
| 83 | + |
45 | 84 | .sub_col4 select { |
46 | 85 | width: 180px; |
47 | 86 | } |
| 87 | + |
48 | 88 | .sub_col5 { |
49 | 89 | width: 100px; |
50 | 90 | } |
| 91 | + |
51 | 92 | .sub_col5 select { |
52 | 93 | width: 98px; |
53 | 94 | } |
| 95 | + |
54 | 96 | .sub_col6 { |
55 | 97 | width: 192px; |
56 | 98 | } |
| 99 | + |
57 | 100 | .rows .sub_col6 input { |
58 | 101 | width: 184px; |
59 | 102 | } |
| 103 | + |
60 | 104 | body .edit_fields { |
61 | | - background: transparent url(../images/fields_table_bg.png) repeat-y; |
| 105 | + background: transparent url('../images/fields_table_bg.png') repeat-y; |
62 | 106 | } |
| 107 | + |
63 | 108 | body .edit_fields .col3 { |
64 | 109 | width: 424px; |
65 | 110 | } |
| 111 | + |
66 | 112 | body .edit_fields .header_row .col3 { |
67 | 113 | background: none; |
68 | | - border-right: 0px; |
| 114 | + border-right: 0; |
69 | 115 | } |
| 116 | + |
70 | 117 | .edit_fields .rows .col3 { |
71 | 118 | overflow: hidden; |
72 | 119 | } |
73 | | -.edit_fields .header_row li.splitter, li.splitter, |
| 120 | + |
| 121 | +.edit_fields .header_row li.splitter, |
| 122 | +li.splitter, |
74 | 123 | body .sortable div.row_content .system_field li.splitter, |
75 | | -body .sortable div.row_content li.splitter |
76 | | -{ |
| 124 | +body .sortable div.row_content li.splitter { |
77 | 125 | width: 1px; |
78 | 126 | background-color: #999999; |
79 | 127 | background-image: none; |
80 | | - border-bottom: 0px; |
| 128 | + border-bottom: 0; |
81 | 129 | } |
| 130 | + |
82 | 131 | body .sortable div.row_content .system_field li.splitter { |
83 | 132 | background-color: transparent; |
84 | 133 | } |
| 134 | + |
85 | 135 | .sortable li.subcol_header { |
86 | 136 | width: 419px; |
87 | 137 | overflow: hidden; |
88 | 138 | } |
| 139 | + |
89 | 140 | body .sortable div.row_content .system_field li.col0 { |
90 | 141 | background-color: transparent; |
91 | | - border-bottom: 0px; |
| 142 | + border-bottom: 0; |
92 | 143 | } |
| 144 | + |
93 | 145 | .sortable .rows div.row_content li.col0 { |
94 | 146 | background-color: transparent; |
95 | | - border-bottom: 0px; |
| 147 | + border-bottom: 0; |
96 | 148 | } |
| 149 | + |
97 | 150 | .sortable .rows .scroll-content { |
98 | 151 | width: 900px; |
99 | 152 | } |
| 153 | + |
100 | 154 | .sortable ul.rows li .scroll-content li { |
101 | | - margin-right: 0px; |
| 155 | + margin-right: 0; |
102 | 156 | padding-right: 1px; |
103 | 157 | } |
| 158 | + |
104 | 159 | body .edit_fields .rows .col3 { |
105 | 160 | width: 419px; |
106 | 161 | } |
| 162 | + |
107 | 163 | body .sortable .rows .colN { |
108 | | - margin-right: 0px; |
| 164 | + margin-right: 0; |
109 | 165 | } |
| 166 | + |
110 | 167 | body .scroll-bar-wrap .ui-slide { |
111 | 168 | height: 1.5em; |
112 | 169 | } |
113 | | -.scroll-bar-wrap .ui-slider-handle .ui-icon { |
114 | | - margin: -9px auto 0px; |
115 | | -} |
116 | | -body .scroll-bar-wrap .ui-slider { |
117 | | - height: 1.6em; |
118 | | -} |
119 | | -body .scroll-bar-wrap .ui-slider-handle { |
120 | | - height: 1.3em; |
121 | | -} |
122 | | - |
123 | 170 |
|
124 | | -/* the Edit Form -> Fields tab */ |
| 171 | +// the Edit Form -> Fields tab |
125 | 172 | .edit_fields .col2 { |
126 | 173 | width: 182px; |
127 | 174 | } |
| 175 | + |
128 | 176 | .edit_fields .col2 input { |
129 | 177 | width: 176px; |
130 | 178 | } |
| 179 | + |
131 | 180 | .edit_fields .col4 { |
132 | 181 | width: 178px; |
133 | 182 | } |
| 183 | + |
134 | 184 | .edit_fields .col4 select { |
135 | 185 | width: 175px; |
136 | 186 | } |
| 187 | + |
137 | 188 | .edit_fields .col5 { |
138 | 189 | width: 50px; |
139 | 190 | text-align: center; |
140 | 191 | } |
| 192 | + |
141 | 193 | .edit_fields .colN { |
142 | 194 | width: 18px; |
143 | 195 | } |
144 | 196 |
|
145 | 197 |
|
146 | | -/* for the edit field dialog window */ |
147 | | -#edit_field__display_text, #edit_field__field_name, #edit_field__db_column { |
| 198 | +// for the edit field dialog window |
| 199 | +#edit_field__display_text, |
| 200 | +#edit_field__field_name, |
| 201 | +#edit_field__db_column { |
148 | 202 | width: 300px; |
149 | 203 | } |
| 204 | + |
150 | 205 | #edit_field_template .prev_field { |
151 | 206 | float: left; |
152 | 207 | margin-left: 4px; |
153 | 208 | } |
| 209 | + |
154 | 210 | #edit_field_template .next_field { |
155 | 211 | float: right; |
156 | 212 | margin-right: 4px; |
157 | 213 | } |
| 214 | + |
158 | 215 | #edit_field_template .field_nav { |
159 | 216 | cursor: pointer; |
160 | 217 | margin-top: 4px; |
161 | 218 | color: green; |
162 | 219 | } |
| 220 | + |
163 | 221 | #edit_field_template a.disabled { |
164 | 222 | color: #cccccc; |
165 | 223 | } |
166 | 224 |
|
167 | | -/* ... this needs to be used in a lot of places ... */ |
168 | 225 | .inner_tab_content tr { |
169 | 226 | height: 23px; |
170 | 227 | } |
| 228 | + |
171 | 229 | #edit_field_template .inner_tabset { |
172 | 230 | min-height: 210px; |
173 | 231 | } |
| 232 | + |
174 | 233 | #edit_field__field_settings_loading { |
175 | 234 | font-style: italic; |
176 | 235 | } |
| 236 | + |
177 | 237 | #edit_field__field_settings table td { |
178 | 238 | vertical-align: top; |
179 | 239 | } |
180 | 240 |
|
181 | 241 | #edit_field .check_area:hover { |
182 | | - background-color: #f2f2f2 !important; |
| 242 | + background-color: #f2f2f2 !important; // sass-lint:disable-line no-important |
183 | 243 | } |
0 commit comments