Skip to content

Commit 3cf7055

Browse files
Namespaced admin styles
1 parent f36c1c2 commit 3cf7055

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

assets/css/admin.css

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
vertical-align: top !important;
2020
}
2121

22-
.mc4wp-box{
22+
#mc4wp .mc4wp-box{
2323
margin-bottom:20px;
2424
}
2525

@@ -67,36 +67,36 @@
6767
color:#aaa;
6868
}
6969

70-
.mc4wp-settings span.status{
70+
#mc4wp span.status{
7171
display:inline-block;
7272
padding:3px 6px;
7373
color:white;
7474
font-size:12px;
7575
font-weight:bold;
7676
}
7777

78-
.mc4wp-settings span.positive{
78+
#mc4wp span.positive{
7979
background-color:green;
8080
}
8181

82-
.mc4wp-settings span.negative{
82+
#mc4wp span.negative{
8383
background-color:lightGrey;
8484
}
8585

86-
.mc4wp-settings table th{
86+
#mc4wp table th{
8787
text-align:left;
8888
}
8989

90-
.mc4wp-settings table.form-table tr td:first-child,
91-
.mc4wp-settings table.form-table tr th:first-child{
90+
#mc4wp table.form-table tr td:first-child,
91+
#mc4wp table.form-table tr th:first-child{
9292
padding-left:0;
9393
}
9494

95-
.mc4wp-settings td.nowrap{
95+
#mc4wptd.nowrap{
9696
white-space: nowrap
9797
}
9898

99-
.mc4wp-settings td.desc{
99+
#mc4wp td.desc{
100100
font-style:italic;
101101
font-size:11px;
102102
}
@@ -109,7 +109,7 @@
109109
margin: 1em 0 !important;
110110
}
111111

112-
.mc4wp-col {
112+
#mc4wp .mc4wp-col {
113113
float:left;
114114
-webkit-box-sizing: border-box;
115115
-moz-box-sizing:border-box;
@@ -118,11 +118,11 @@
118118
padding:0 5px;
119119
}
120120

121-
.mc4wp-first{
121+
#mc4wp .mc4wp-first{
122122
padding-left:0;
123123
}
124124

125-
.mc4wp-last{
125+
#mc4wp .mc4wp-last{
126126
padding-right:0;
127127
}
128128

@@ -139,7 +139,6 @@
139139
border-bottom:1px solid #ddd;
140140
}
141141

142-
143142
table.mc4wp-help,
144143
table.mc4wp-help th,
145144
table.mc4wp-help td {

0 commit comments

Comments
 (0)