From 8e02e65e9e699f458d9e71ae988d280b8019b95c Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Wed, 22 Jul 2009 03:43:13 +0200 Subject: [PATCH] remove margins in download manager toolbar --- LCARStrek/communicator/downloads/downloadmanager.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LCARStrek/communicator/downloads/downloadmanager.css b/LCARStrek/communicator/downloads/downloadmanager.css index 767c55f7..7ecdc53d 100644 --- a/LCARStrek/communicator/downloads/downloadmanager.css +++ b/LCARStrek/communicator/downloads/downloadmanager.css @@ -87,6 +87,11 @@ treechildren::-moz-tree-image(ActionStop, inactive) { -moz-image-region: auto; } +#search-box, #clearListButton { + margin-top: 0px; + margin-bottom: 0px; +} + /* progress dialogs */ /* focusable label, focus ring like .link-text but not a link */ -- 2.35.3