From 3b59e91faa164ab7c1b7d1a20a96f30d0bcf6576 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 1 Aug 2007 23:14:42 +0000 Subject: [PATCH] r1596: * templates/header.tpl: Moving the inline styling for the quicksearch to be in #quicksearch * templates/global.css: Adding #quicksearch definition --- templates/global.css | 7 +++++++ templates/header.tpl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/global.css b/templates/global.css index e3a0060..3b698de 100644 --- a/templates/global.css +++ b/templates/global.css @@ -222,6 +222,13 @@ a width: 45%; } +#quicksearch +{ + float: right; + margin-top: 5px; + display: inline; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/templates/header.tpl b/templates/header.tpl index a58518e..9f56107 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -1,6 +1,6 @@