Index: lams_central/web/css/defaultHTML_rtl_learner.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v
diff -u -r1.19 -r1.20
--- lams_central/web/css/defaultHTML_rtl_learner.css 26 Oct 2015 02:04:30 -0000 1.19
+++ lams_central/web/css/defaultHTML_rtl_learner.css 15 Dec 2015 10:20:53 -0000 1.20
@@ -65,7 +65,6 @@
span.h2font {color:#47bc23;
font-size:14px; }
-
h3 {color:#47bc23;
font-size:13px;
margin-top:10px;
@@ -78,14 +77,20 @@
margin-bottom:10px;
padding:0;
}
+
+h5 {color:#47bc23;
+ font-size:14px;
+ margin-right:40px;
+ margin-bottom:8px;
+ }
/*defines when instructions are given and places a blue arrow before the text */
p.instructions {
color: #0087e5;
margin-bottom:0;
margin-top:0;
- background: url('../images/css/blue_arrow_left.gif') no-repeat 0 0px;
- padding-right: 30px;
+ background: url('../images/css/blue_arrow_right.gif') no-repeat 0 0px;
+ padding-left: 30px;
padding-bottom: 10px;
font-size:13px;
}
@@ -99,54 +104,52 @@
b.error {color:#cc0000;}
ul {
- margin-right: 25px;
- margin-left: 30px;
+ margin-left: 25px;
+ margin-right: 30px;
}
ul li { list-style-type:circle;}
ol {
- margin-right: 25px;
- margin-left: 30px;
+ margin-left: 25px;
+ margin-right: 30px;
}
-ul li { list-style-type:circle;}
-
li.no-list-type {
list-style-type: none;
}
/*layout of the table with the alternate color for the table heading cell */
table.alternative-color {
width:100%;
- margin-right:0px;
+ margin-left:0px;
padding-top:0px;
margin-bottom:15px;
margin-top:10px;
- text-align:right;
+ text-align:left;
}
table.alternative-color th {
background: url('../images/css/green_bg.jpg') repeat-x;
height: 30px;
color: #47bc23;
- padding-right: 15px;
- border-right: 1px solid #cacdd1;
- border-left: 1px solid #fff;
+ padding-left: 15px;
+ border-left: 1px solid #cacdd1;
+ border-right: 1px solid #fff;
font-size: 12px;
}
table.alternative-color td {
padding:5px;
- padding-right: 20px;
+ padding-left: 20px;
font-size: 11px;
border-bottom: 1px solid #efefef;
vertical-align: top;
background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 0px
}
table.alternative-color td.first, table.alternative-color th.first {
- border-right: none;
- padding-right: 20px;
+ border-left: none;
+ padding-left: 20px;
}
/* jquery tablesorter pager plugin */
@@ -191,38 +194,38 @@
/*layout of the forum tables with the colored table heading cell */
table.forum {
width:100%;
- margin-right:0px;
+ margin-left:0px;
padding-top:5px;
margin-bottom:10px;
background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 49px;
- text-align:right;
+ text-align:left;
border-bottom:1px solid #efefef;}
table.forum th {
background: url('../images/css/green_bg_forum.jpg') repeat-x #f0f5df;
height:26px;
padding-top:1px;
color:#47bc23;
- padding-right:15px;
- border-right:1px solid #cacdd1;
+ padding-left:15px;
+ border-left:1px solid #cacdd1;
font-size:12px;
vertical-align:middle;
}
table.forum td.posted-by {
background: url('../images/css/forum_postedby_bg.jpg') repeat-x;
height:20px;
- padding-right:15px;
+ padding-left:15px;
padding-top:0px;
font-size:10px;
vertical-align:top;
- border-right:1px solid #cacdd1;
+ border-left:1px solid #cacdd1;
color:#666;
}
table.forum td {
padding:10px;
- padding-right:20px;
+ padding-left:20px;
font-size:11px;
vertical-align:top;
}
@@ -239,7 +242,7 @@
table {
width:100%;
- text-align:right;
+ text-align:left;
}
td {
@@ -266,14 +269,14 @@
.field-name{
color: #0087e5;
font-weight: bold;
- text-align: right;
+ text-align: left;
padding-bottom:10px;
}
.field-name-alternative-color {
color: #47bc23;
font-weight: bold;
- text-align: right;
+ text-align: left;
}
input {
@@ -292,11 +295,11 @@
/*misc styles*/
.space-right {
- margin-left: 10px;
+ margin-right: 10px;
}
.space-left {
- margin-right: 10px;
+ margin-left: 10px;
}
.space-bottom {
@@ -324,36 +327,57 @@
height: 1px;
}
-/* Warning message style */
.warning {
color: #cc0000;
- padding:8px 40px 10px 5px;
- margin-top: 25px;
- margin-left: auto;
- margin-right: auto;
- text-align: right;
+ padding:8px 10px 10px 40px;
+ margin: 25px auto 10px;
+ text-align: left;
font-weight: normal;
- background: url('../images/css/warning.gif') no-repeat #ffeae0 right 10px;
+ background: url('../images/css/warning.gif') no-repeat #ffeae0 10px 8px;
width: 70%;
border: 1px solid #E82A28;
}
-
.info {
color: #000000;
- padding:8px 40px 10px 5px;
+ padding:8px 10px 10px 40px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
- text-align: right;
+ text-align: left;
font-weight: normal;
- background: url('../images/css/edit.gif') no-repeat #d8e4f1 right 10px;
+ background: url('../images/css/edit.gif') no-repeat #d8e4f1 10px 8px;
width: 70%;
border: 1px solid #3c78b5;
}
+.error {
+ color: #000000;
+ margin-left: auto;
+ margin-right: auto;
+ text-align: left;
+ font-weight: normal;
+}
+input.error {
+ background-color: bisque;
+ padding:8px 2px 10px;
+}
+label.error {
+ margin-left: 10px;
+ background-color: #EFEFEF;
+ padding:8px 10px 10px;
+}
+
+#errorMessages {
+ padding:8px 10px 10px 40px;
+ margin-top: 25px;
+ background-color: #ffffce;
+ width: 70%;
+ border: 1px solid #C0C0C0;
+}
+
.group-box {
- padding:8px 40px 10px 10px;
+ padding:8px 10px 10px 40px;
margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
@@ -382,21 +406,22 @@
height:20px;}
-.float-left {float:right;}
+.float-left {float:left;}
-.float-right {float:left;}
+.float-right {float:right;}
+
/*
*************************************************
Buttons
********************************************** */
-.left-buttons {float:right;}
+.left-buttons {float:left;}
-.right-buttons {float:left;}
+.right-buttons {float:right;}
/*layout of a general button*/
#content a.button {
@@ -407,7 +432,7 @@
text-decoration: none;
}
-/* style to disbable input buttons */
+/* style to disable input buttons */
#content a.button .disabled {
color: #999;
background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
@@ -423,6 +448,14 @@
text-decoration: none;
}
+#content a.button {
+ background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
+ color: #333;
+ border: 0px none;
+ padding:5px 20px 6px 20px;
+ text-decoration: none;
+}
+
input.disabled {
color: #999;
background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
@@ -451,50 +484,50 @@
/*layout of adding a topic button */
a.button-add-item {
- background: url('../images/css/btn_add_off.gif') no-repeat right -20px;
+ background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px;
color: #333;
border: 0px none;
- padding:25px 25px 25px 15px;
+ padding:25px 15px 25px 25px;
text-decoration: none;
}
a:hover.button-add-item {
- background: url('../images/css/btn_add_over.gif') no-repeat right -20px;
+ background: url('../images/css/btn_add_over.gif') no-repeat 0px 20px;
color: #349018;
border: 0px none;
- padding:25px 25px 25px 15px;
+ padding:25px 15px 25px 25px;
text-decoration: none;
}
/*layout of adding a topic button */
#content a.button-add-item {
- background: url('../images/css/btn_add_off.gif') no-repeat right -20px;
+ background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px;
color: #333;
border: 0px none;
- padding:25px 25px 25px 15px;
+ padding:25px 15px 25px 25px;
}
#content a:hover.button-add-item {
- background: url('../images/css/btn_add_over.gif') no-repeat right -20px;
+ background: url('../images/css/btn_add_over.gif') no-repeat 0px 20px;
color: #349018;
border: 0px none;
- padding:25px 25px 25px 15px;
+ padding:25px 15px 25px 25px;
}
/*layout of html editor button */
#content a.button-html-editor {
- background: url('../images/css/btn_htmled_off.gif') no-repeat right -20px;
+ background: url('../images/css/btn_htmled_off.gif') no-repeat 0px 20px;
color: #666;
border: 0px none;
- padding:25px 28px 25px 15px;
+ padding:25px 15px 25px 28px;
}
#content a:hover.button-html-editor {
- background: url('../images/css/btn_htmled_off.gif') no-repeat right -20px;
+ background: url('../images/css/btn_htmled_off.gif') no-repeat 0px 20px;
color: #333;
border: 0px none;
- padding:25px 28px 25px 15px;
+ padding:25px 15px 25px 28px;
}
/* Hovering submit button */
@@ -516,32 +549,119 @@
text-decoration: none;
font-size: 11px;
font-family: verdana, arial, helvetica, sans-serif;
+ cursor: pointer;
}
+.editForm {
+ padding: 0 0 5px 18px;
+ background: url('../images/css/report_edit.png') no-repeat;
+
+}
+
+.close {
+ padding: 0 0 5px 18px;
+ background: url('../images/css/cancel.png') no-repeat;
+
+}
+
+.import {
+ padding: 0 0 5px 18px;
+ background: url('../images/css/import.png') no-repeat;
+
+}
+
+
+.nextActivity {
+ padding: 0px 20px 0px 0px;
+ background: url('../images/css/next.png') no-repeat;
+ background-position: right;
+
+}
+
.text-area {width:99%}
-.shading-bg {padding:5px; padding-right: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 {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-right:20px;}
+.indent {margin-left:20px;}
.middle {vertical-align:middle;}
.help {text-align:left; margin-left:35px; cursor: pointer;}
-.help-no-tabs {float:left; cursor:pointer;}
+.help-no-tabs {float:right; cursor:pointer;}
.align-right{
-text-align:left;
+text-align:right;
}
.align-left{
-text-align:right;
+text-align:left;
}
+
+.customDialogButton {
+ position: absolute;
+ top: 0;
+ padding: 5px 20px 5px 20px;
+ vertical-align: center;
+ font-weight: bolder;
+ border: thin solid #2E6E9E !important;
+ color: #222222 !important;
+ background-color: #D0E5F5;"
+}
+
/* jQuery tablesorter/pager/filter defaults */
.tablesorter .disabled {
display: none
+}
+
+/* Comments Widget */
+iframe.commentFrame{
+ border: 0 none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+
+.comment-author {
+ color:#0087e5;
+ font-size:11px;
+ margin-bottom:2px;
+}
+
+.comment-date {
+ font-size:11px;
+ margin-bottom:2px;
+}
+
+table.comment {
+ width:100%;
+ margin-left:0px;
+ padding-top:0px;
+ margin-bottom:5px;
+ text-align:left;
+}
+
+table.comment td {
+ padding:0px;
+ padding-left:0px;
+ font-size:11px;
+ vertical-align:top;
+}
+a.comment {
+ color: #47bc23;
+ text-decoration: none;
+ border-bottom: none;
+}
+textarea.comment {
+ width: 99%;
+ height: 60px;
+ margin-bottom:10px;
+}
+div.comment-entry {
+ width: 98%;
}
\ No newline at end of file