From 9f3112f0e2059076caf4273939f84a4ad6816346 Mon Sep 17 00:00:00 2001 From: phamt Date: Mon, 20 Sep 2010 15:14:28 +0000 Subject: [PATCH] Float user name and log out section to the right git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7524 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 69bc6b1b5..2141f9521 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -54,6 +54,10 @@ } /* User name and log out */ +#header div { + float: right; +} + #header div span { color: #424242; padding: 2px 15px 0px 2px; /* Top right left bottom*/