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

[ticket/11166] Fix several custom confirm templates in prosilver

PHPBB3-11166
This commit is contained in:
Joas Schilling
2013-03-03 17:23:06 +01:00
parent 0baa36f6ba
commit 3c5eb8bcad
3 changed files with 75 additions and 2 deletions

View File

@@ -548,7 +548,7 @@ li.pagination ul {
border: 1px solid transparent;
position: fixed;
display: none;
top: 30%;
top: 150px;
left: 25%;
width: 50%;
z-index: 50;
@@ -574,7 +574,20 @@ li.pagination ul {
.phpbb_alert p {
margin: 8px 0;
padding-bottom: 8px;
font-size: 1.2em;
}
.phpbb_alert label {
display: block;
margin: 8px 0;
padding-bottom: 8px;
}
.phpbb_alert div.alert_text > p,
.phpbb_alert div.alert_text > label,
.phpbb_alert div.alert_text > select,
.phpbb_alert div.alert_text > textarea,
.phpbb_alert div.alert_text > input {
font-size: 1.1em;
}
#darkenwrapper {