Index: lams_central/web/css/defaultMainHTML.css
===================================================================
diff -u -rcb7564974b935dc9854367a19608ecd0befbfa48 -r76b913cae0ffc75b8fa31796e8ea845353ac5d19
--- lams_central/web/css/defaultMainHTML.css (.../defaultMainHTML.css) (revision cb7564974b935dc9854367a19608ecd0befbfa48)
+++ lams_central/web/css/defaultMainHTML.css (.../defaultMainHTML.css) (revision 76b913cae0ffc75b8fa31796e8ea845353ac5d19)
@@ -138,6 +138,7 @@
#header { /*layout of the header */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -149,6 +150,7 @@
margin-left:auto;
margin-right:auto;
min-width:707px;
+ max-width:1024px;
height:40px;
background:url('../images/css/top_bg.jpg') no-repeat bottom;
}
@@ -303,6 +305,7 @@
height:100%;
padding-bottom:-5px;
min-width:707px;
+ max-width:1024px;
}
/*layout of Links within the content area */
@@ -644,6 +647,7 @@
#page-mycourses #footer { /*layout of the footer - the bottom of the box */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
}
@@ -660,6 +664,7 @@
#header-my-courses { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -941,6 +946,7 @@
* html #header { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -949,6 +955,7 @@
* html #header-my-courses { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -1028,6 +1035,7 @@
height:100%;
padding-bottom:-5px;
min-width:707px;
+ max-width:1024px;
position:relative;
z-index:1;
}