mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/10734] Fixed common.css
Fixed padding. PHPBB3-10734
This commit is contained in:
parent
259b86199b
commit
d0e0f3e72b
1 changed files with 13 additions and 3 deletions
|
@ -251,30 +251,35 @@ a#logo:hover {
|
||||||
.headerbar {
|
.headerbar {
|
||||||
background: transparent none repeat-x 0 0;
|
background: transparent none repeat-x 0 0;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
background-color: #ebebeb;
|
||||||
|
padding: 5px 10px 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forabg {
|
.forabg {
|
||||||
background: transparent none repeat-x 0 0;
|
background: transparent none repeat-x 0 0;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0 5px;
|
padding: 5px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forumbg {
|
.forumbg {
|
||||||
background: transparent none repeat-x 0 0;
|
background: transparent none repeat-x 0 0;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0 5px;
|
padding: 5px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
padding: 5px 10px;
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
color: #3f3f3f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
@ -319,6 +324,11 @@ span.corners-bottom span {
|
||||||
background-position: 100% 100%;
|
background-position: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.clear {
|
||||||
|
background-image: none;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.headbg span.corners-bottom {
|
.headbg span.corners-bottom {
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue