diff --git a/skins/elastic/styles/layout.less b/skins/elastic/styles/layout.less index ded1aa8e5..5c33c7d48 100644 --- a/skins/elastic/styles/layout.less +++ b/skins/elastic/styles/layout.less @@ -221,10 +221,6 @@ html.iframe body { body > #layout > div > .header > a.back-sidebar-button { display: none; } - - body > #layout > .list > .header > .header-title { - display: none; - } } @media screen and (min-width: (@screen-width-small + 1px)) { diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less index 5afe1211a..b220aa05d 100644 --- a/skins/elastic/styles/widgets/lists.less +++ b/skins/elastic/styles/widgets/lists.less @@ -65,7 +65,6 @@ } td.action { - // TODO padding: 0 .5em; width: 2em; text-align: center; @@ -73,6 +72,22 @@ &:empty { width: 0; } + + a { + display: block; + overflow: hidden; + text-decoration: none; + + &:before { + &:extend(.font-icon-class); + margin: 0; + font-size: 1rem; + } + } + + a.pushgroup:before { + content: @fa-var-chevron-right; + } } li.droptarget > a,