Skip to content

Commit 6a65181

Browse files
committed
feature #17327 Added support links to exception and toolbar (peterrehm)
This PR was squashed before being merged into the 3.1-dev branch (closes #17327). Discussion ---------- Added support links to exception and toolbar | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17311 | License | MIT | Doc PR | - Exception Page: <img width="1041" alt="bildschirmfoto 2016-01-10 um 17 33 09" src="https://cloud.githubusercontent.com/assets/2010989/12222567/528ed2f6-b7c0-11e5-9e48-d136a8ac0767.png"> Toolbar: <img width="568" alt="bildschirmfoto 2016-01-10 um 17 35 09" src="https://cloud.githubusercontent.com/assets/2010989/12222582/a1bec0b6-b7c0-11e5-8bf8-325c0ed806c1.png"> I am not yet sure if the link at the top of the exception is visible enough. Commits ------- 1d05157 Added support links to exception and toolbar
2 parents 7dfeb6b + 3367186 commit 6a65181

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)