From 0af51d90ba78626143e157991838541369a2a5ca Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Sat, 16 Oct 2010 01:42:34 +0200 Subject: [PATCH] More CSS tweaks for the project list dropdown --- www/media/idf/css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/www/media/idf/css/style.css b/www/media/idf/css/style.css index 5432de4..fe1f8ab 100644 --- a/www/media/idf/css/style.css +++ b/www/media/idf/css/style.css @@ -764,26 +764,30 @@ div.deprecated-page { background: #A5E26A; border-top: 0; position: absolute; - padding: 5px 5px 5px 20px; margin: 0; z-index: 1000; top: 1.1em; - -moz-border-radius: 0 3px 3px 3px; - border-radius: 0 3px 3px 3px; + -moz-border-radius: 0 0 3px 3px; + border-radius: 0 0 3px 3px; -moz-box-shadow: 0 10px 20px #333; -webkit-box-shadow: 0 10px 20px #333; box-shadow: 0 10px 20px #333; max-height: 400px; + min-width: 100%; overflow-x: hidden; overflow-y: auto; } #project-list ul li { - padding: 5px; - padding-left: 0; + margin: 7px; white-space: nowrap; font-size: 0.95em; list-style-type: square; + list-style-position: inside; +} + +#project-list ul li:first-child { + margin-top: 10px; } #project-list ul li a {