aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-03-31 19:54:40 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-03-31 22:30:00 +0530
commitd0e0f3e72b6d37b63c1e2eac7e1fb5a789a4dc43 (patch)
tree6577c4056208e701916d91763b4de34572593e3c /phpBB/styles
parent259b86199be326e75080630f28407114aab7a56a (diff)
downloadforums-d0e0f3e72b6d37b63c1e2eac7e1fb5a789a4dc43.tar
forums-d0e0f3e72b6d37b63c1e2eac7e1fb5a789a4dc43.tar.gz
forums-d0e0f3e72b6d37b63c1e2eac7e1fb5a789a4dc43.tar.bz2
forums-d0e0f3e72b6d37b63c1e2eac7e1fb5a789a4dc43.tar.xz
forums-d0e0f3e72b6d37b63c1e2eac7e1fb5a789a4dc43.zip
[ticket/10734] Fixed common.css
Fixed padding. PHPBB3-10734
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/theme/common.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 31015b28f9..6fd410029d 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -251,30 +251,35 @@ a#logo:hover {
.headerbar {
background: transparent none repeat-x 0 0;
margin-bottom: 4px;
- padding: 0 5px;
+ padding: 5px;
}
.navbar {
padding: 0 10px;
+ background-color: #ebebeb;
+ padding: 5px 10px 5px 10px;
}
.forabg {
background: transparent none repeat-x 0 0;
margin-bottom: 4px;
- padding: 0 5px;
+ padding: 5px;
clear: both;
}
.forumbg {
background: transparent none repeat-x 0 0;
margin-bottom: 4px;
- padding: 0 5px;
+ padding: 5px;
clear: both;
}
.panel {
margin-bottom: 4px;
padding: 0 10px;
+ padding: 5px 10px;
+ background-color: #f3f3f3;
+ color: #3f3f3f;
}
.post {
@@ -319,6 +324,11 @@ span.corners-bottom span {
background-position: 100% 100%;
}
+span.clear {
+ background-image: none;
+ clear: both;
+}
+
.headbg span.corners-bottom {
margin-bottom: -1px;
}