File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 78
78
float : left;
79
79
width : 654px ;
80
80
}
81
- .sf-reset .error-count {
81
+ .sf-reset .error-count , . sf-reset . support {
82
82
float : right;
83
83
width : 170px ;
84
84
text-align : right;
85
85
}
86
86
.sf-reset .error-count span {
87
+ display : inline-block;
88
+ background-color : # aacd4e ;
89
+ -moz-border-radius : 6px ;
90
+ -webkit-border-radius : 6px ;
91
+ border-radius : 6px ;
92
+ padding : 4px ;
93
+ color : white;
94
+ margin-right : 2px ;
95
+ font-size : 11px ;
96
+ font-weight : bold;
97
+ }
98
+
99
+ .sf-reset .support a {
87
100
display : inline-block;
88
- background-color : # aacd4e ;
89
101
-moz-border-radius : 6px ;
90
102
-webkit-border-radius : 6px ;
91
103
border-radius : 6px ;
92
104
padding : 4px ;
93
- color : white ;
105
+ color : # 000000 ;
94
106
margin-right : 2px ;
95
107
font-size : 11px ;
96
108
font-weight : bold;
97
109
}
110
+
98
111
.sf-reset .toggle {
99
112
vertical-align : middle;
100
113
}
You can’t perform that action at this time.
0 commit comments