From 5d181a2e794df215576643964e89923a75e17f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 14 Apr 2014 14:28:08 +0200 Subject: [PATCH] style additional infos of folder view (#4687) --- .../theme/diazo_resources/static/main.css | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/pfwbged/theme/diazo_resources/static/main.css b/src/pfwbged/theme/diazo_resources/static/main.css index 6fa6ea8..f20f8e8 100644 --- a/src/pfwbged/theme/diazo_resources/static/main.css +++ b/src/pfwbged/theme/diazo_resources/static/main.css @@ -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%;