Index: lams_central/web/css/defaultMainHTML.css
===================================================================
diff -u -r65b2816b6b46b51ef66de7ed0df1969fc9b80b88 -r4f7e358ab5d94ae3ccc14c3b177c52da1a4d1190
--- lams_central/web/css/defaultMainHTML.css (.../defaultMainHTML.css) (revision 65b2816b6b46b51ef66de7ed0df1969fc9b80b88)
+++ lams_central/web/css/defaultMainHTML.css (.../defaultMainHTML.css) (revision 4f7e358ab5d94ae3ccc14c3b177c52da1a4d1190)
@@ -145,7 +145,13 @@
}
#header-no-tabs { /*layout of the header when no-tabs are required. Big enough to line up with LAMS icon - don't use for learner (see header-no-tabs-learner) */
-width:100%; height:40px; background:url('../images/css/top_bg.jpg') no-repeat bottom; }
+ width:90%;
+ margin-left:auto;
+ margin-right:auto;
+ min-width:707px;
+ height:40px;
+ background:url('../images/css/top_bg.jpg') no-repeat bottom;
+}