- Added margin to horizontal separator line for side tabs in UCP.

This commit is contained in:
Accensus 2017-06-21 00:25:17 +03:00
parent f306319f49
commit e18a095e55
1 changed files with 3 additions and 0 deletions

View File

@ -787,6 +787,9 @@ Colours and backgrounds for cp.css
/* Main CP box /* Main CP box
----------------------------------------*/ ----------------------------------------*/
#cp-menu hr {
margin-right:5px;
}
#cp-main h3, #cp-main hr, #cp-menu hr { #cp-main h3, #cp-main hr, #cp-menu hr {
border-color: #555555; border-color: #555555;