Skip to content

Commit f5d4910

Browse files
committed
Fix indentation
1 parent 871872e commit f5d4910

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

app/assets/stylesheets/wigu/active_admin_theme.scss

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,38 @@ body.active_admin {
1515
}
1616
#wrapper {
1717
div.tabs {
18-
> ul > li > a {
19-
background-image: none;
20-
box-shadow: none;
21-
text-shadow: none;
22-
box-shadow: none;
23-
margin-bottom: 11px;
24-
border: none;
25-
background-color: $skinMainSecondColor;
26-
color: #ffffff;
27-
margin-right: 5px;
28-
padding: 10px 20px;
18+
> ul > li > a {
19+
background-image: none;
20+
box-shadow: none;
21+
text-shadow: none;
22+
box-shadow: none;
23+
margin-bottom: 11px;
24+
border: none;
25+
background-color: $skinMainSecondColor;
26+
color: #ffffff;
27+
margin-right: 5px;
28+
padding: 10px 20px;
2929

30-
-webkit-border-top-left-radius: $skinBorderRadius;
31-
-webkit-border-top-right-radius: $skinBorderRadius;
32-
-moz-border-radius-topleft: $skinBorderRadius;
33-
-moz-border-radius-topright: $skinBorderRadius;
34-
border-top-left-radius: $skinBorderRadius;
35-
border-top-right-radius: $skinBorderRadius;
30+
-webkit-border-top-left-radius: $skinBorderRadius;
31+
-webkit-border-top-right-radius: $skinBorderRadius;
32+
-moz-border-radius-topleft: $skinBorderRadius;
33+
-moz-border-radius-topright: $skinBorderRadius;
34+
border-top-left-radius: $skinBorderRadius;
35+
border-top-right-radius: $skinBorderRadius;
3636

37-
-webkit-border-bottom-left-radius: 0px;
38-
-moz-border-radius-bottomleft: 0px;
39-
border-bottom-left-radius: 0px;
37+
-webkit-border-bottom-left-radius: 0px;
38+
-moz-border-radius-bottomleft: 0px;
39+
border-bottom-left-radius: 0px;
4040

41-
-webkit-border-bottom-right-radius: 0px;
42-
-moz-border-radius-bottomright: 0px;
43-
border-bottom-right-radius: 0px;
41+
-webkit-border-bottom-right-radius: 0px;
42+
-moz-border-radius-bottomright: 0px;
43+
border-bottom-right-radius: 0px;
4444
}
4545
ul > li.ui-state-active > a {
46-
background-color: #ffffff;
47-
border: 1px solid $skinBorderWindowColor;
48-
border-bottom: 0px;
49-
color: $skinMainSecondColor;
46+
background-color: #ffffff;
47+
border: 1px solid $skinBorderWindowColor;
48+
border-bottom: 0px;
49+
color: $skinMainSecondColor;
5050
}
5151
div.tab-content {
5252
background-color: #ffffff;
@@ -764,8 +764,8 @@ input[type='radio'] {
764764
display:block;
765765
width:50%;
766766
height:50%;
767-
margin: 20% auto;
768-
border-radius:50%;
767+
margin: 20% auto;
768+
border-radius:50%;
769769
}
770770
&:checked:before{
771771
background: $skinMainSecondColor;

0 commit comments

Comments
 (0)