mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/10734] Fixed padding issues
Fixed padding for post and panel. PHPBB-10734
This commit is contained in:
@@ -277,13 +277,12 @@ a#logo:hover {
|
|||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
padding: 5px 10px;
|
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
color: #3f3f3f;
|
color: #3f3f3f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
padding: 10px;
|
padding: 5px 10px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
|
Reference in New Issue
Block a user