1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/12534] Do not abuse errorbox for en/disable confirmation of extensions

PHPBB3-12534
This commit is contained in:
Joas Schilling
2014-05-12 10:49:52 +02:00
parent 34e93b0e15
commit 1d4c20b3d2
3 changed files with 10 additions and 6 deletions

View File

@@ -1076,6 +1076,10 @@ fieldset {
border-radius: 3px;
}
fieldset h2 {
margin-top: 0;
}
.rtl fieldset {
border-top: 1px solid #D7D7D7;
border-right: 1px solid #D7D7D7;