1 |
efrain |
1 |
.path-local-downloadcenter form fieldset > div > div.fitem.femptylabel {
|
|
|
2 |
display: none;
|
|
|
3 |
}
|
|
|
4 |
|
|
|
5 |
.path-local-downloadcenter form .warningmessage {
|
|
|
6 |
font-size: 1.2em;
|
|
|
7 |
font-weight: bold;
|
|
|
8 |
margin-bottom: 10px;
|
|
|
9 |
}
|
|
|
10 |
.path-local-downloadcenter .include_setting,
|
|
|
11 |
.path-local-downloadcenter .grouped_settings .normal_setting {
|
|
|
12 |
display: inline-block;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.path-local-downloadcenter .mform .grouped_settings {
|
|
|
16 |
overflow: hidden;
|
|
|
17 |
}
|
|
|
18 |
|
|
|
19 |
.path-local-downloadcenter .mform .block {
|
|
|
20 |
padding-top: 5px;
|
|
|
21 |
padding-left: 1rem;
|
|
|
22 |
}
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
.path-local-downloadcenter .core_progress_display_if_slow {
|
|
|
26 |
width: 500px;
|
|
|
27 |
}
|
|
|
28 |
|
|
|
29 |
.path-local-downloadcenter #mform2 #fitem_id_submitbutton {
|
|
|
30 |
background: none;
|
|
|
31 |
border: 0;
|
|
|
32 |
margin: 0;
|
|
|
33 |
padding: 0;
|
|
|
34 |
}
|
|
|
35 |
|
|
|
36 |
|
|
|
37 |
.path-local-downloadcenter form .itemtitle {
|
|
|
38 |
font-weight: normal;
|
|
|
39 |
}
|
|
|
40 |
|
|
|
41 |
.path-local-downloadcenter form .block .fitem label .sectiontitle,
|
|
|
42 |
.path-local-downloadcenter form .block .fitem .fitemtitle label .sectiontitle,
|
|
|
43 |
.path-local-downloadcenter form .itemtitle span {
|
|
|
44 |
max-width: 95%;
|
|
|
45 |
overflow: hidden;
|
|
|
46 |
text-overflow: ellipsis;
|
|
|
47 |
display: inline-block;
|
|
|
48 |
white-space: nowrap;
|
|
|
49 |
}
|
|
|
50 |
.path-local-downloadcenter form .itemtitle span,
|
|
|
51 |
.path-local-downloadcenter form .block .fitem label .sectiontitle {
|
|
|
52 |
vertical-align: text-bottom;
|
|
|
53 |
}
|
|
|
54 |
|
|
|
55 |
.path-local-downloadcenter form .activityicon {
|
|
|
56 |
width: 16px;
|
|
|
57 |
height: 16px;
|
|
|
58 |
margin-top: -7px;
|
|
|
59 |
}
|
|
|
60 |
|
|
|
61 |
.path-local-downloadcenter form #mod_select_links .activityicon {
|
|
|
62 |
margin-top: 0;
|
|
|
63 |
margin-right: 0.5rem;
|
|
|
64 |
}
|
|
|
65 |
|
|
|
66 |
|
|
|
67 |
.path-local-downloadcenter .mform .grouped_settings .fitem div.fitemtitle {
|
|
|
68 |
padding-top: 0;
|
|
|
69 |
}
|
|
|
70 |
|
|
|
71 |
.path-local-downloadcenter #mod_select_links {
|
|
|
72 |
overflow: hidden;
|
|
|
73 |
}
|
|
|
74 |
|
|
|
75 |
/* boost fixes */
|
|
|
76 |
|
|
|
77 |
.path-local-downloadcenter #region-main .card-body .card.block .col-md-3 {
|
|
|
78 |
display: none;
|
|
|
79 |
}
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
.path-local-downloadcenter #region-main .card-body .card.block {
|
|
|
83 |
margin-bottom: 0.5rem;
|
|
|
84 |
}
|
|
|
85 |
|
|
|
86 |
.path-local-downloadcenter #region-main .card.block:nth-child(2n) {
|
|
|
87 |
background-color: #f5f5f5;
|
|
|
88 |
}
|
|
|
89 |
|
|
|
90 |
.path-local-downloadcenter #region-main .card.block.grouped_settings {
|
|
|
91 |
background-color: #fff;
|
|
|
92 |
}
|
|
|
93 |
|
|
|
94 |
.path-local-downloadcenter #region-main .card.block .form-group.downloadcenter_selector label span,
|
|
|
95 |
.path-local-downloadcenter #region-main .card.block .form-group:first-child label span,
|
|
|
96 |
.path-local-downloadcenter #region-main .card.block .form-group:first-child label,
|
|
|
97 |
.path-local-downloadcenter #region-main .card.block .form-group:first-child {
|
|
|
98 |
font-weight: bold;
|
|
|
99 |
}
|
|
|
100 |
|
|
|
101 |
.path-local-downloadcenter #region-main .card.block .form-group {
|
|
|
102 |
margin-top: 0;
|
|
|
103 |
margin-bottom: 0;
|
|
|
104 |
}
|
|
|
105 |
|
|
|
106 |
/* delete first empty row used in hack :) */
|
|
|
107 |
.path-local-downloadcenter #region-main .card-body .mform .warningmessage + .fitem {
|
|
|
108 |
display: none;
|
|
|
109 |
}
|
|
|
110 |
|
|
|
111 |
|
|
|
112 |
/* boost fixes end */
|
|
|
113 |
|
|
|
114 |
.path-local-downloadcenter .mform .row label {
|
|
|
115 |
width: 100%;
|
|
|
116 |
}
|
|
|
117 |
|
|
|
118 |
.path-local-downloadcenter .mform #id_downloadoptionscontainer .row label {
|
|
|
119 |
width: auto;
|
|
|
120 |
}
|
|
|
121 |
|
|
|
122 |
.path-local-downloadcenter .mform .row.downloadcenter_selector label {
|
|
|
123 |
margin-right: 10px;
|
|
|
124 |
width: auto;
|
|
|
125 |
}
|
|
|
126 |
|
|
|
127 |
.path-local-downloadcenter .mform .row.downloadcenter_selector {
|
|
|
128 |
margin-top: 0;
|
|
|
129 |
margin-bottom: 0;
|
|
|
130 |
}
|
|
|
131 |
|
|
|
132 |
.path-local-downloadcenter #region-main .mform #id_downloadoptionscontainer .form-group.row .col-md-9.checkbox,
|
|
|
133 |
.path-local-downloadcenter #region-main .mform .card.block.grouped_settings .form-group.row .col-md-9,
|
|
|
134 |
.path-local-downloadcenter #region-main .mform .card.block .form-group.row .col-md-9.checkbox {
|
|
|
135 |
max-width: 100%;
|
|
|
136 |
flex: 0 0 100%;
|
|
|
137 |
}
|
|
|
138 |
|
|
|
139 |
@media (min-width: 1475px) {
|
|
|
140 |
.path-local-downloadcenter form .fitemtitle {
|
|
|
141 |
float: none;
|
|
|
142 |
}
|
|
|
143 |
|
|
|
144 |
.path-local-downloadcenter form .itemtitle span {
|
|
|
145 |
max-width: 95%;
|
|
|
146 |
}
|
|
|
147 |
}
|
|
|
148 |
|
|
|
149 |
@media (max-width: 1475px) {
|
|
|
150 |
.path-local-downloadcenter form .fitemtitle {
|
|
|
151 |
float: none;
|
|
|
152 |
}
|
|
|
153 |
|
|
|
154 |
.path-local-downloadcenter form .itemtitle span {
|
|
|
155 |
max-width: 90%;
|
|
|
156 |
}
|
|
|
157 |
|
|
|
158 |
}
|
|
|
159 |
|
|
|
160 |
@media (max-width: 1229px) {
|
|
|
161 |
.path-local-downloadcenter form .itemtitle span {
|
|
|
162 |
max-width: 85%;
|
|
|
163 |
}
|
|
|
164 |
}
|
|
|
165 |
|
|
|
166 |
|
|
|
167 |
@media (max-width: 499px) {
|
|
|
168 |
.path-local-downloadcenter form .itemtitle span {
|
|
|
169 |
max-width: 78%;
|
|
|
170 |
}
|
|
|
171 |
|
|
|
172 |
|
|
|
173 |
}
|
|
|
174 |
|
|
|
175 |
@media (max-width: 319px) {
|
|
|
176 |
.path-local-downloadcenter form .itemtitle span {
|
|
|
177 |
max-width: 100px;
|
|
|
178 |
}
|
|
|
179 |
|
|
|
180 |
|
|
|
181 |
}
|
|
|
182 |
|
|
|
183 |
.path-local-downloadcenter form #id_downloadoptionscontainer {
|
|
|
184 |
padding-left: 1rem;
|
|
|
185 |
padding-right: 1rem;
|
|
|
186 |
}
|