Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.58.2.2 -r1.58.2.3
--- lams_central/web/css/defaultHTML.css 30 Oct 2014 17:10:49 -0000 1.58.2.2
+++ lams_central/web/css/defaultHTML.css 13 Apr 2015 18:17:58 -0000 1.58.2.3
@@ -1684,4 +1684,35 @@
border: thin solid #2E6E9E !important;
color: #222222 !important;
background-color: #D0E5F5;"
-}
\ No newline at end of file
+}
+
+.rating-criteria-tag {
+ width: 60%;
+ padding-bottom: 25px;
+}
+.rating-criteria-tag input[type="text"] {
+ width: 100%;
+}
+#criterias-table td {
+ vertical-align:middle;
+}
+div.up-arrow, div.up-arrow-disabled, div.down-arrow, div.down-arrow-disabled, div.delete-arrow {
+ width:16px;
+ height:16px;
+ display: table-cell;
+}
+div.up-arrow {
+ background-image: url('../images/uparrow.gif');
+}
+div.up-arrow-disabled {
+ background-image: url('../images/uparrow_disabled.gif');
+}
+div.down-arrow {
+ background-image: url('../images/downarrow.gif');
+}
+div.down-arrow-disabled {
+ background-image: url('../images/downarrow_disabled.gif');
+}
+div.delete-arrow {
+ background-image: url('../images/disposal.gif');
+}