Skip to content

Commit

Permalink
Fix Megamenu Admin UI
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Dec 2, 2013
1 parent 70528e3 commit a0724de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/plg_system_t3/admin/megamenu/css/megamenu.css
Expand Up @@ -177,7 +177,8 @@ body.bd {


/* The Nav ---*/
.t3-megamenu .span12.mega-col-nav .mega-inner {
.t3-megamenu .span12.mega-col-nav .mega-inner,
.t3-megamenu .mega-group .span12.mega-col-nav .mega-inner {
padding: 10px;
}

Expand Down Expand Up @@ -256,7 +257,7 @@ body.bd {
.t3-megamenu .mega-nav .mega-group-title,
.t3-megamenu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
padding: 2px 0px;
padding: 5px 10px;
cursor: pointer;
border: 1px dotted #ccc;
}
Expand Down Expand Up @@ -309,6 +310,7 @@ body.bd {
margin-top: 0;
margin-bottom: 5px;
font-size: 14px;
line-height: normal;
}

.t3-megamenu .t3-module .module-ct {
Expand Down

0 comments on commit a0724de

Please sign in to comment.