fix gold-links displacement in staff client
authorRick Scott <rick@shadowspar.dyndns.org>
Wed, 6 Feb 2013 18:37:48 +0000 (13:37 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 15:25:35 +0000 (11:25 -0400)
Signed-off-by: Rick Scott <rick@shadowspar.dyndns.org>
Open-ILS/src/templates_algoma/opac/css/style.css.tt2

index 5303cbd..6a6e1fd 100644 (file)
@@ -219,9 +219,10 @@ span.dash_divider {
 }
 
 #gold-links-holder {
-    height: 24px;
-    position: absolute;
-    top: 135px;
+    height: 0px;
+    position: relative;
+    top: -30px;
+    float: left;
 }
 
 #util-bar {