Skip to content

Commit 321acac

Browse files
authored
[4.0] css file codestyle (#34867)
Change tabs to spaces in the media_source css files Note: I doubt some of these files are even needed
1 parent 3395ffc commit 321acac

File tree

19 files changed

+617
-617
lines changed

19 files changed

+617
-617
lines changed

build/media_source/com_associations/css/sidebyside.css

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -4,128 +4,128 @@
44
*/
55

66
.sidebyside .outer-panel {
7-
float: left;
8-
width: 50%;
7+
float: left;
8+
width: 50%;
99
}
1010

1111
.sidebyside #left-panel .inner-panel {
12-
padding: 0 10px 0 0;
12+
padding: 0 10px 0 0;
1313
}
1414

1515
.sidebyside #right-panel .inner-panel {
16-
padding: 0 0 0 10px;
16+
padding: 0 0 0 10px;
1717
}
1818

1919
.sidebyside .full-width {
20-
float: none !important;
21-
width: 100% !important;
20+
float: none !important;
21+
width: 100% !important;
2222
}
2323

2424
.sidebyside .full-width .inner-panel {
25-
padding: 0 !important;
25+
padding: 0 !important;
2626
}
2727

2828
#reference-association, #target-association {
29-
width: 100%;
30-
height: 1500px;
31-
overflow-y: auto;
32-
border: 0 !important;
29+
width: 100%;
30+
height: 1500px;
31+
overflow-y: auto;
32+
border: 0 !important;
3333
}
3434

3535
.sidebyside .langtarget {
36-
float: left;
36+
float: left;
3737
}
3838

3939
.sidebyside .modaltarget {
40-
float: left;
41-
margin-left: .5rem;
40+
float: left;
41+
margin-left: .5rem;
4242
}
4343

4444
.sidebyside #target-association {
45-
margin-top: .5rem;
45+
margin-top: .5rem;
4646
}
4747

4848
.sidebyside #reference-association {
49-
margin-top: 3.35rem;
49+
margin-top: 3.35rem;
5050
}
5151

5252
.target-text {
53-
float: left;
54-
width: auto;
53+
float: left;
54+
width: auto;
5555
}
5656

5757
/* RTL overrides */
5858
html[dir=rtl] .sidebyside .outer-panel {
59-
float: right;
59+
float: right;
6060
}
6161

6262
html[dir=rtl] .sidebyside #left-panel .inner-panel {
63-
padding: 0 0 0 10px;
63+
padding: 0 0 0 10px;
6464
}
6565

6666
html[dir=rtl] .sidebyside #right-panel .inner-panel {
67-
padding: 0 10px 0 0;
67+
padding: 0 10px 0 0;
6868
}
6969

7070
html[dir=rtl] .sidebyside .full-width .inner-panel {
71-
padding: 0 !important;
71+
padding: 0 !important;
7272
}
7373

7474
html[dir=rtl] .sidebyside .langtarget {
75-
float: right;
75+
float: right;
7676
}
7777

7878
html[dir=rtl] .sidebyside .modaltarget {
79-
float: right;
80-
margin-left: 0;
81-
margin-right: .5rem;
79+
float: right;
80+
margin-left: 0;
81+
margin-right: .5rem;
8282
}
8383

8484
html[dir=rtl] .target-text {
85-
float: right;
85+
float: right;
8686
}
8787

8888
/* Responsive layout */
8989
@media (max-width: 1140px) {
90-
.sidebyside #reference-association {
91-
margin-top: 6.2rem;
92-
}
90+
.sidebyside #reference-association {
91+
margin-top: 6.2rem;
92+
}
9393

94-
.sidebyside .langtarget {
95-
float: none;
96-
}
94+
.sidebyside .langtarget {
95+
float: none;
96+
}
9797

98-
.sidebyside .modaltarget {
99-
float: left;
100-
margin-left: 0;
101-
}
98+
.sidebyside .modaltarget {
99+
float: left;
100+
margin-left: 0;
101+
}
102102

103-
html[dir=rtl] .sidebyside .langtarget {
104-
float: none;
105-
}
103+
html[dir=rtl] .sidebyside .langtarget {
104+
float: none;
105+
}
106106

107-
html[dir=rtl] .sidebyside .modaltarget {
108-
float: right;
109-
margin-left: 0;
110-
margin-right: 0;
111-
}
107+
html[dir=rtl] .sidebyside .modaltarget {
108+
float: right;
109+
margin-left: 0;
110+
margin-right: 0;
111+
}
112112
}
113113

114114
@media (max-width: 767.98px) {
115-
.sidebyside .outer-panel {
116-
float: none;
117-
width: 100%;
118-
}
119-
120-
.sidebyside #reference-association {
121-
margin-top: 0;
122-
}
123-
124-
.sidebyside #left-panel .inner-panel {
125-
padding: 0;
126-
}
127-
128-
.sidebyside #right-panel .inner-panel {
129-
padding: 0;
130-
}
115+
.sidebyside .outer-panel {
116+
float: none;
117+
width: 100%;
118+
}
119+
120+
.sidebyside #reference-association {
121+
margin-top: 0;
122+
}
123+
124+
.sidebyside #left-panel .inner-panel {
125+
padding: 0;
126+
}
127+
128+
.sidebyside #right-panel .inner-panel {
129+
padding: 0;
130+
}
131131
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
#finder-filter-window {
2-
margin: 10px 0 10px;
3-
overflow: auto;
4-
padding: 0;
5-
width: 100%;
2+
margin: 10px 0 10px;
3+
overflow: auto;
4+
padding: 0;
5+
width: 100%;
66
}
77

88
ul#finder-filter-select-dates {
9-
list-style: none;
10-
margin: 0;
11-
padding: 0;
9+
list-style: none;
10+
margin: 0;
11+
padding: 0;
1212
}
1313

1414
ul#finder-filter-select-dates li.filter-date {
15-
background: none;
16-
float: left;
17-
list-style: none;
18-
margin: 0;
19-
padding: 5px 0;
20-
text-align: left;
21-
width: 49%;
15+
background: none;
16+
float: left;
17+
list-style: none;
18+
margin: 0;
19+
padding: 5px 0;
20+
text-align: left;
21+
width: 49%;
2222
}
2323

2424
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
25-
margin-right: 10px;
25+
margin-right: 10px;
2626
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#finder-progress-container {
2-
width: 350px;
3-
margin: 0 auto;
2+
width: 350px;
3+
margin: 0 auto;
44
}
55

66
h1.finder-error {
7-
color: #FF0000;
7+
color: #FF0000;
88
}
99

1010
p.finder-error {
11-
color: #FF0000;
12-
font-weight: bold;
11+
color: #FF0000;
12+
font-weight: bold;
1313
}

build/media_source/com_installer/css/installer.css

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,81 @@
44
*/
55

66
#loading {
7-
position: fixed;
8-
background-image: url(../../system/images/ajax-loader.gif);
9-
background-color: rgba(255,255,255,.8);
10-
background-repeat: no-repeat;
11-
background-position: center center;
12-
opacity: .8;
13-
overflow: hidden;
7+
position: fixed;
8+
background-image: url(../../system/images/ajax-loader.gif);
9+
background-color: rgba(255,255,255,.8);
10+
background-repeat: no-repeat;
11+
background-position: center center;
12+
opacity: .8;
13+
overflow: hidden;
1414
}
1515

1616
#dragarea {
17-
background-color: #fafbfc;
18-
border: 1px dashed #999;
19-
box-sizing: border-box;
20-
padding: 5% 0;
21-
transition: all 0.2s ease 0s;
22-
width: 100%;
17+
background-color: #fafbfc;
18+
border: 1px dashed #999;
19+
box-sizing: border-box;
20+
padding: 5% 0;
21+
transition: all 0.2s ease 0s;
22+
width: 100%;
2323
}
2424

2525
#dragarea p.lead {
26-
color: #999;
26+
color: #999;
2727
}
2828

2929
#upload-icon {
30-
font-size: 48px;
31-
width: auto;
32-
height: auto;
33-
margin: 0;
34-
line-height: 175%;
35-
color: #999;
36-
transition: all .2s;
30+
font-size: 48px;
31+
width: auto;
32+
height: auto;
33+
margin: 0;
34+
line-height: 175%;
35+
color: #999;
36+
transition: all .2s;
3737
}
3838

3939
#dragarea.hover {
40-
border-color: #666;
41-
background-color: #eee;
40+
border-color: #666;
41+
background-color: #eee;
4242
}
4343

4444
#dragarea.hover #upload-icon,
4545
#dragarea p.lead {
46-
color: #666;
46+
color: #666;
4747
}
4848

4949
.upload-progress, .install-progress {
50-
width: 50%;
51-
margin: 5px auto;
50+
width: 50%;
51+
margin: 5px auto;
5252
}
5353

5454
/* Default transition (.3s) is too slow, progress will not run to 100% */
5555
.upload-progress .progress .bar {
56-
-webkit-transition: width .1s;
57-
-moz-transition: width .1s;
58-
-o-transition: width .1s;
59-
transition: width .1s;
56+
-webkit-transition: width .1s;
57+
-moz-transition: width .1s;
58+
-o-transition: width .1s;
59+
transition: width .1s;
6060
}
6161

6262
#dragarea[data-state=pending] .upload-progress {
63-
display: none;
63+
display: none;
6464
}
6565

6666
#dragarea[data-state=pending] .install-progress {
67-
display: none;
67+
display: none;
6868
}
6969

7070
#dragarea[data-state=uploading] .install-progress {
71-
display: none;
71+
display: none;
7272
}
7373

7474
#dragarea[data-state=uploading] .upload-actions {
75-
display: none;
75+
display: none;
7676
}
7777

7878
#dragarea[data-state=installing] .upload-progress {
79-
display: none;
79+
display: none;
8080
}
8181

8282
#dragarea[data-state=installing] .upload-actions {
83-
display: none;
83+
display: none;
8484
}

0 commit comments

Comments
 (0)