1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

News menus and others corrected for consistent list alignment and styling.

This commit is contained in:
Cameron
2016-12-07 09:38:55 -08:00
parent a23e89d6c1
commit b422906eca
4 changed files with 14 additions and 13 deletions

View File

@@ -136,6 +136,12 @@ table label.checkbox {
margin-left: 20px;
}
/* Fix sidebar list alignments */
#sidebar .panel-body span.badge { float:right}
#sidebar .panel-body ul { padding-left:15px }
#sidebar .panel-body ul li { padding-bottom:8px }
#sidebar .panel-body ul.list-unstyled { padding-left:0}