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