Skip to content

Commit 3367186

Browse files
peterrehmfabpot
authored andcommitted
Added support links to exception and toolbar
1 parent c4d7e47 commit 3367186

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Resources/public/css/exception.css

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,36 @@
7878
float: left;
7979
width: 654px;
8080
}
81-
.sf-reset .error-count {
81+
.sf-reset .error-count, .sf-reset .support {
8282
float: right;
8383
width: 170px;
8484
text-align: right;
8585
}
8686
.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 {
87100
display: inline-block;
88-
background-color: #aacd4e;
89101
-moz-border-radius: 6px;
90102
-webkit-border-radius: 6px;
91103
border-radius: 6px;
92104
padding: 4px;
93-
color: white;
105+
color: #000000;
94106
margin-right: 2px;
95107
font-size: 11px;
96108
font-weight: bold;
97109
}
110+
98111
.sf-reset .toggle {
99112
vertical-align: middle;
100113
}

0 commit comments

Comments
 (0)