MDL-42711 theme port from LM: Info, Date and Author on the latest News block reordered

This also adds some simple clean style padding fixes for a better look.
This commit is contained in:
Aparup Banerjee
2013-11-13 11:07:03 +08:00
parent b8037f4fa2
commit cd578aa0e4
@@ -147,6 +147,34 @@
}
}
.block_news_items .content {
.newlink {
padding-bottom: 10px;
}
ul li {
border-top: 1px rgba(0,0,0,0.05) solid;
padding: 2px;
display: table;
width: 100%;
.info {
display: table-header-group;
}
.date {
font-size: @fontSizeSmall;
display: inline;
}
.name {
font-size: @fontSizeSmall;
padding-left: 1ex;
display: inline;
}
}
.footer {
padding-top: 10px;
padding-left: 0px;
}
}
// Overide for RTL layout.
.dir-rtl {
.block .header,