Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,6 @@ table th[class*="span"],
border-bottom: 1px solid #fff;
}
.dropdown-menu .menuitem-group {
height: 1px;
margin: 4px 1px;
overflow: hidden;
border-top: 1px solid #eee;
Expand All @@ -1983,7 +1982,7 @@ table th[class*="span"],
color: #555;
text-transform: capitalize;
font-size: 95%;
padding: 2px 0 24px;
padding: 3px 20px;
}
.dropdown-menu > li > a {
display: block;
Expand Down Expand Up @@ -8183,6 +8182,9 @@ body .navbar-fixed-top {
padding: 9px 9px 0 9px;
}
}
.navbar-search .search-query {
background: rgba(255,255,255,0.3);
}
@media (max-width: 979px) {
.navbar .nav {
font-size: 13px;
Expand All @@ -8207,10 +8209,6 @@ body .navbar-fixed-top {
.dropdown-menu a {
background-image: none;
}
.nav-collapse .dropdown-menu > li > span {
display: block;
padding: 3px 20px;
}
.nav-collapse .dropdown-menu > li img {
max-width: none;
}
Expand Down
10 changes: 4 additions & 6 deletions administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,6 @@ table th[class*="span"],
border-bottom: 1px solid #fff;
}
.dropdown-menu .menuitem-group {
height: 1px;
margin: 4px 1px;
overflow: hidden;
border-top: 1px solid #eee;
Expand All @@ -1983,7 +1982,7 @@ table th[class*="span"],
color: #555;
text-transform: capitalize;
font-size: 95%;
padding: 2px 0 24px;
padding: 3px 20px;
}
.dropdown-menu > li > a {
display: block;
Expand Down Expand Up @@ -8183,6 +8182,9 @@ body .navbar-fixed-top {
padding: 9px 9px 0 9px;
}
}
.navbar-search .search-query {
background: rgba(255,255,255,0.3);
}
@media (max-width: 979px) {
.navbar .nav {
font-size: 13px;
Expand All @@ -8207,10 +8209,6 @@ body .navbar-fixed-top {
.dropdown-menu a {
background-image: none;
}
.nav-collapse .dropdown-menu > li > span {
display: block;
padding: 3px 20px;
}
.nav-collapse .dropdown-menu > li img {
max-width: none;
}
Expand Down
5 changes: 0 additions & 5 deletions administrator/templates/isis/less/blocks/_navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ body .navbar-fixed-top {
background-image: none;
}

.nav-collapse .dropdown-menu > li > span {
display: block;
padding: 3px 20px;
}

.nav-collapse .dropdown-menu > li {
img {
max-width: none;
Expand Down
3 changes: 1 addition & 2 deletions media/jui/less/dropdowns.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@

// Labelled Separator (group label for menu items group) within the dropdown
.menuitem-group {
height: 1px;
margin: 4px 1px;
overflow: hidden;
border-top: 1px solid @grayLighter;
Expand All @@ -82,7 +81,7 @@
color: @gray;
text-transform: capitalize;
font-size: 95%;
padding: 2px 0 24px;
padding: 3px 20px;
}

// Links within the dropdown menu
Expand Down
3 changes: 1 addition & 2 deletions templates/protostar/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,6 @@ table th[class*="span"],
border-bottom: 1px solid #fff;
}
.dropdown-menu .menuitem-group {
height: 1px;
margin: 4px 1px;
overflow: hidden;
border-top: 1px solid #eee;
Expand All @@ -2028,7 +2027,7 @@ table th[class*="span"],
color: #555;
text-transform: capitalize;
font-size: 95%;
padding: 2px 0 24px;
padding: 3px 20px;
}
.dropdown-menu > li > a {
display: block;
Expand Down