1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Theme list fixes and navigation avatar-size increase.

This commit is contained in:
Cameron
2016-12-08 12:04:16 -08:00
parent f7c6c3e542
commit 57f703c379
4 changed files with 18 additions and 8 deletions

View File

@@ -10,14 +10,15 @@
width: 100%;
}
.nav-list { border-bottom: 0 solid #eee; }
.nav-list > li {
.-blank-megamenu .nav-list { border-bottom: 0 solid #eee; }
.-blank-megamenu .nav-list > li {
padding: 20px 15px 15px;
}
.nav-list > li:last-child { border-right: 0 solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
.-blank-megamenu .nav-list > li:last-child { border-right: 0 solid #eee; }
.-blank-megamenu .nav-list > li > a:hover { text-decoration: none; }
.-blank-megamenu .nav-list > li > a > span {
display: block;
font-weight: bold;
text-transform: uppercase;
@@ -25,3 +26,4 @@