1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12292] Improve style details page

http://tracker.phpbb.com/browse/PHPBB3-12292
Gave style details page a proper heading and back button.
Also removed a few obsolete code leftovers in the style
and CSS.

PHPBB3-12292
This commit is contained in:
Matt Friedman
2014-03-20 18:11:45 -07:00
parent 7f5d8becad
commit e4f6d9bc90
3 changed files with 11 additions and 12 deletions

View File

@@ -1513,7 +1513,7 @@ input.autowidth { width: auto !important;}
/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3,
a.button1, input.button1,
a.button2, input.button2 {
width: auto !important;
padding: 1px 3px 0 3px;
@@ -1556,7 +1556,7 @@ input.disabled {
}
/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
input.button1:focus, input.button2:focus, {
outline-style: none;
}