1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 04:22:11 +02:00

[ticket/10734] Fixed cp css

Fixed border radius and padding of the ucp and mcp.

PHPBB-10734
This commit is contained in:
Shibu Lijack
2012-04-02 16:53:09 +05:30
parent 3ced1d2bfc
commit d8c67937d6
3 changed files with 5 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ a#logo:hover {
.panel {
margin-bottom: 4px;
padding: 0 10px;
padding: 5px 10px;
background-color: #f3f3f3;
color: #3f3f3f;
}