more infos in entry header in mobile view

This commit is contained in:
Athou
2013-07-31 09:18:08 +02:00
parent 13534b5f44
commit 54e5621267
3 changed files with 14 additions and 11 deletions

View File

@@ -82,11 +82,8 @@
overflow: hidden;
white-space: nowrap;
position: absolute;
text-overflow: ellipsis;
}
#feed-accordion .entry-heading .narrow {
width: 145px;
text-overflow: ellipsis;
}
#feed-accordion .entry-heading .entry-name {

View File

@@ -22,11 +22,17 @@
#feed-accordion .entry-heading .shrink {
margin-left: 0;
}
#feed-accordion .entry-heading .entry-name {
margin-right: 40px;
#feed-accordion .feed-name {
margin-top: 22px;
}
#feed-accordion .entry-heading .narrow {
display: none;
#feed-accordion .entry-external-link {
margin-top: -22px;
}
#feed-accordion .entry-heading-link {
height: 40px;
}
#feed-accordion .entry-heading .entry-date {
right: 25px;
}
body.left-menu-active .left-menu {
display: block !important;