Skip to content

Commit

Permalink
Fix for #11070 (tag-category) - Improve also views newsfeed-category … (
Browse files Browse the repository at this point in the history
#16627)

* Fix for #11070 (tag-category) - Improve also views newsfeed-category and category-list

* Correctly modifying .LESS and regenerate .CSS (#16627)
  • Loading branch information
rvbgnu authored and Michael Babker committed Mar 25, 2018
1 parent dbd33e5 commit 7f0d819
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions administrator/templates/isis/css/template-rtl.css
Expand Up @@ -4743,6 +4743,14 @@ a.badge:focus {
padding-left: 10px;
padding-right: 10px;
}
.tag-category input#filter-search,
.newsfeed-category input#filter-search {
width: auto;
margin-bottom: 9px;
}
.category-list input#filter-search {
width: auto;
}
.media .pull-left,
.media .pull-right {
float: none;
Expand Down
8 changes: 8 additions & 0 deletions administrator/templates/isis/css/template.css
Expand Up @@ -4743,6 +4743,14 @@ a.badge:focus {
padding-left: 10px;
padding-right: 10px;
}
.tag-category input#filter-search,
.newsfeed-category input#filter-search {
width: auto;
margin-bottom: 9px;
}
.category-list input#filter-search {
width: auto;
}
.media .pull-left,
.media .pull-right {
float: none;
Expand Down
10 changes: 10 additions & 0 deletions media/jui/less/responsive-767px-max.less
Expand Up @@ -161,6 +161,16 @@
}
}

// Gracefully displays the filter-search fields and buttons
.tag-category input#filter-search,
.newsfeed-category input#filter-search {
width: auto;
margin-bottom: @baseLineHeight / 2;
}
.category-list input#filter-search {
width: auto;
}

// Medias
// Reset float and spacing to stack
.media .pull-left,
Expand Down
8 changes: 8 additions & 0 deletions templates/protostar/css/template.css
Expand Up @@ -4904,6 +4904,14 @@ a.badge:focus {
padding-left: 10px;
padding-right: 10px;
}
.tag-category input#filter-search,
.newsfeed-category input#filter-search {
width: auto;
margin-bottom: 9px;
}
.category-list input#filter-search {
width: auto;
}
.media .pull-left,
.media .pull-right {
float: none;
Expand Down

0 comments on commit 7f0d819

Please sign in to comment.