style additional infos of folder view (#4687)

This commit is contained in:
Frédéric Péters 2014-04-14 14:28:08 +02:00
parent a0eacd2096
commit 5d181a2e79
1 changed files with 20 additions and 0 deletions

View File

@ -796,6 +796,26 @@ tr.row-state-finished a[href$="/edit"] {
display: none;
}
#folder-metadata {
width: 48%;
float: left;
}
#folder-filed {
width: 48%;
float: right;
}
#folder-filed table {
width: 100%;
}
#searchresults .loading {
padding: 1em 0;
color: #666;
display: block;
}
@media print {
div.position-0 {
margin-left: 1%;