aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-03 17:23:06 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-03 17:23:06 +0100
commit3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26 (patch)
tree11b592e93c8a940fac9c0921a7cc5d4eaf6e3d78 /phpBB/styles/prosilver/theme
parent0baa36f6ba1354f0e8ce78fe645392d3968e0e4e (diff)
downloadforums-3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26.tar
forums-3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26.tar.gz
forums-3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26.tar.bz2
forums-3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26.tar.xz
forums-3c5eb8bcadb9af8e87525ea6dbf8b5ffc3e7bb26.zip
[ticket/11166] Fix several custom confirm templates in prosilver
PHPBB3-11166
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 416c660a2c..0af8e28423 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -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 {