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;
}
Index: lams_central/web/css/defaultMainHTML_rtl.css
===================================================================
diff -u -r47be8dfe4cf5a275b62258d8775c579bb109f1db -r76b913cae0ffc75b8fa31796e8ea845353ac5d19
--- lams_central/web/css/defaultMainHTML_rtl.css (.../defaultMainHTML_rtl.css) (revision 47be8dfe4cf5a275b62258d8775c579bb109f1db)
+++ lams_central/web/css/defaultMainHTML_rtl.css (.../defaultMainHTML_rtl.css) (revision 76b913cae0ffc75b8fa31796e8ea845353ac5d19)
@@ -135,6 +135,7 @@
#header { /*layout of the header */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -146,6 +147,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;
}
@@ -301,6 +303,7 @@
height:100%;
padding-bottom:-5px;
min-width:707px;
+ max-width:1024px;
}
/*layout of Links within the content area */
@@ -651,6 +654,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;
}
@@ -667,6 +671,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;
@@ -928,6 +933,7 @@
* html #header { /*layout of the header */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -936,6 +942,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;
@@ -973,6 +980,7 @@
height:100%;
padding-bottom:-5px;
min-width:707px;
+ max-width:1024px;
position:relative;
z-index:1;
}
@@ -1024,6 +1032,7 @@
*:first-child+html #header { /*layout of the header */
width: 90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
@@ -1032,6 +1041,7 @@
*:first-child+html #header-my-courses { /*layout of the header */
width:90%;
min-width:707px;
+ max-width:1024px;
margin-left:auto;
margin-right:auto;
margin-bottom:-25px;