Index: lams_central/web/css/defaultHTML.css
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v
diff -u -r1.60 -r1.61
--- lams_central/web/css/defaultHTML.css 16 Sep 2014 18:32:15 -0000 1.60
+++ lams_central/web/css/defaultHTML.css 26 Mar 2015 21:17:46 -0000 1.61
@@ -1684,4 +1684,37 @@
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;
+}
+img.up-arrow, img.up-arrow-disabled, img.down-arrow, img.down-arrow-disabled, img.delete-arrow {
+ width:0px;
+ height:0px;
+ padding: 4px 8px;
+ border:0;
+ background-repeat: no-repeat;
+}
+img.up-arrow {
+ background-image: url('../images/uparrow.gif');
+}
+img.up-arrow-disabled {
+ background-image: url('../images/uparrow_disabled.gif');
+}
+img.down-arrow {
+ background-image: url('../images/downarrow.gif');
+}
+img.down-arrow-disabled {
+ background-image: url('../images/downarrow_disabled.gif');
+}
+img.delete-arrow {
+ background-image: url('../images/disposal.gif');
+}