Index: lams_central/web/css/defaultHTML.css
===================================================================
diff -u -r7cc1d07aaedb93f46994b97372e847c92034ccd2 -r538fb374c9e4ce10bc38af92b5c9122731055545
--- lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 7cc1d07aaedb93f46994b97372e847c92034ccd2)
+++ lams_central/web/css/defaultHTML.css (.../defaultHTML.css) (revision 538fb374c9e4ce10bc38af92b5c9122731055545)
@@ -23,12 +23,14 @@
color: #47bc23;
text-decoration: none;
border-bottom: 1px dotted #47bc23;
+ text-decoration: none;
}
a:hover {
color: #47bc23;
text-decoration: none;
border-bottom: 1px solid #47bc23;
+ text-decoration: none;
}
body.stripes {
@@ -115,7 +117,7 @@
#page { /*whole layout of page*/
margin: 25px auto;
width: 707px;
- background: url('../images/css/lams_logo.gif') no-repeat right 10px;
+ background: url('../images/css/lams_logo.gif') no-repeat 585px 10px;
}
#header { /*layout of the header */
@@ -685,6 +687,7 @@
.space-bottom-top {
padding-bottom: 20px;
padding-top: 20px;
+ padding-right:20px; /* Testing spacing IE */
}
.small-space-bottom {
@@ -772,10 +775,6 @@
margin-top:15px;
}
-#login-left-col a {
- color:#47bc23;
- text-decoration: underline;
-}n
#login-left-col h1 {
margin:0px;
@@ -803,8 +802,8 @@
#login-left-col li {
padding:10px 0px 15px 0px;
-border-bottom:
-1px dotted #ccc;
+border-bottom:1px dotted #ccc;
+list-style-type:none;
}
#login-right-col {
@@ -1120,10 +1119,10 @@
}
/*aligns the image in the middle of the line - gives padding */
-.align-middle{
+.align-middle {
vertical-align:middle;
padding-right:0px;
border:0px;
}
-.help {text-align:right; margin-right:35px;}
\ No newline at end of file
+.help {text-align:right; margin-right:35px; cursor: pointer;}
\ No newline at end of file
Index: lams_central/web/css/defaultHTML_learner.css
===================================================================
diff -u -r7cc1d07aaedb93f46994b97372e847c92034ccd2 -r538fb374c9e4ce10bc38af92b5c9122731055545
--- lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 7cc1d07aaedb93f46994b97372e847c92034ccd2)
+++ lams_central/web/css/defaultHTML_learner.css (.../defaultHTML_learner.css) (revision 538fb374c9e4ce10bc38af92b5c9122731055545)
@@ -118,6 +118,7 @@
}
table.alternative-color td {
+ padding:5px;
padding-left: 20px;
font-size: 11px;
border-bottom: 1px solid #efefef;
@@ -126,6 +127,12 @@
}
+
+table.alternative-color td.first, table.alternative-color th.first {
+ border-left: none;
+ padding-left: 20px;
+}
+
/*layout of the forum tables with the colored table heading cell */
table.forum {
width:100%;
@@ -138,11 +145,12 @@
table.forum th {
background: url('../images/css/green_bg_forum.jpg') repeat-x #f0f5df;
- height:20px;
- padding-top:5px;
+ height:26px;
+ padding-top:1px;
color:#47bc23;
padding-left:15px;
border-left:1px solid #cacdd1;
+ border-top:1px solid #cacdd1;
font-size:12px;
vertical-align:middle;
}
@@ -158,8 +166,8 @@
color:#666;
}
-
table.forum td {
+ padding:10px;
padding-left:20px;
font-size:11px;
vertical-align:top;
@@ -432,6 +440,8 @@
.shading-bg {padding:5px; padding-left:10px; padding-top:10px; margin-top:10px; margin-bottom:10px; width:99%; border-top:1px solid #ccc; background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 1px}
+.shading-bg td {padding:5px;}
+
.last-item {border-top:1px solid #ccc; height:20px;}
.indent {margin-left:20px;}
Index: lams_central/web/css/ie-styles.css
===================================================================
diff -u -r65e4675992054b1e9e2aba99c68ed9c690acc45a -r538fb374c9e4ce10bc38af92b5c9122731055545
--- lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision 65e4675992054b1e9e2aba99c68ed9c690acc45a)
+++ lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision 538fb374c9e4ce10bc38af92b5c9122731055545)
@@ -78,4 +78,19 @@
padding-bottom:0px
}
-.right-buttons {float:right; padding-top:5px; padding-bottom:5px; margin-bottom:20px;}
\ No newline at end of file
+
+.right-buttons {float:right; padding-top:5px; padding-bottom:5px; margin-bottom:20px;}
+
+/* TODO: May not be required. */
+
+.space-bottom-top {
+ padding-bottom: 20px;
+ padding-top: 20px;
+ padding-right:20px;
+}
+
+.space-bottom {
+ margin-bottom: 40px;
+
+}
+