pad entry in expanded view only

This commit is contained in:
Athou
2013-05-26 18:22:18 +02:00
parent 52f4f7d353
commit b133b2aee5
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
.entryList {
padding-top: 50px;
}
@@ -12,6 +11,10 @@
margin: 0;
}
.expanded .entry-header,.expanded .entry-body-content {
padding-left: 25px;
}
#feed-accordion .entry {
border-bottom: 1px solid #CCCCCC;
}
@@ -133,4 +136,4 @@
#feed-accordion.expanded .current {
border-left: 1px solid rgb(77, 144, 240);
}
}

View File

@@ -1,4 +1,4 @@
<div>
<div ng-class="{expanded: settingsService.settings.viewMode == 'expanded'}">
<div class="entrylist-header" ui-if="name">
<h3><span>{{name}}&nbsp;</span><span ng-show="name && selectedType == 'category'"> &#187;</span></h3>
</div>