Index: lams_central/web/css/defaultHTML_rtl.css
===================================================================
diff -u -rd27cd72b762714343a0e306975d450967101b3b9 -r34698a48e567768b8c9465266420d8ec422c3484
--- lams_central/web/css/defaultHTML_rtl.css (.../defaultHTML_rtl.css) (revision d27cd72b762714343a0e306975d450967101b3b9)
+++ lams_central/web/css/defaultHTML_rtl.css (.../defaultHTML_rtl.css) (revision 34698a48e567768b8c9465266420d8ec422c3484)
@@ -320,19 +320,19 @@
background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
color: #333;
border: 0px none;
- padding:5px 20px 6px 20px;
- text-decoration: none;
+ padding:3px 15px 5px 15px;
font-size:11px;
+ display:table;
}
a:hover.button {
background: url('../images/css/btn_over.gif') repeat-x 0px 0px;
color: #349018;
border: 0px none;
- padding:5px 20px 6px 20px;
- text-decoration: none;
+ padding:3px 15px 5px 15px;
font-size:11px;
+ display:table;
}
@@ -341,18 +341,18 @@
background: url('../images/css/btn_add_off.rtl.gif') no-repeat right top;
color: #333;
border: 0px none;
- padding:5px 15px 6px 25px;
- text-decoration: none;
+ padding:3px 25px 5px 15px;
font-size:11px;
+ display:table;
}
a:hover.button-add-item {
background: url('../images/css/btn_add_over.rtl.gif') no-repeat right top;
color: #349018;
border: 0px none;
- padding:5px 15px 6px 25px;
- text-decoration: none;
+ padding:3px 25px 5px 15px;
font-size:11px;
+ display:table;
}
@@ -361,18 +361,18 @@
background: url('../images/css/btn_add_off.rtl.gif') no-repeat right top;
color: #333;
border: 0px none;
- padding:5px 25px 6px 30px;
+ padding:3px 25px 1px 15px;
font-size:11px;
-
+ display:table;
}
#content a:hover.button-add-item {
background: url('../images/css/btn_add_over.rtl.gif') no-repeat right top;
color: #349018;
border: 0px none;
- padding:5px 25px 6px 30px;
+ padding:3px 25px 1px 15px;
font-size:11px;
-
+ display:table;
}
/************ The sequence name box **********/
@@ -709,28 +709,28 @@
/* Warning message style */
.warning {
color: #cc0000;
- padding:8px 10px 10px 40px;
+ padding:8px 40px 10px 5px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
text-align: right;
font-weight: normal;
- background: url('../images/css/warning.gif') no-repeat #ffeae0 10px 8px;
+ background: url('../images/css/warning.gif') no-repeat #ffeae0 right 10px;
width: 70%;
border: 1px solid #E82A28;
}
.warning-login {
color: #cc0000;
padding:5px 5px;
- padding-left: 35px;
+ padding-right: 35px;
padding-bottom: -10px;
margin-top: -5px;
margin-bottom: -10px;
margin-right: 15px;
text-align: right;
font-weight: normal;
- background: url('../images/css/warning.gif') no-repeat #ffeae0 10px 8px;
+ background: url('../images/css/warning.gif') no-repeat #ffeae0 right 10px;
width: 70%;
border: 1px solid #E82A28;
}
Index: lams_central/web/css/ie-styles_rtl.css
===================================================================
diff -u -rb2613cffcba1714f023e81d0aea87235cbd16f81 -r34698a48e567768b8c9465266420d8ec422c3484
--- lams_central/web/css/ie-styles_rtl.css (.../ie-styles_rtl.css) (revision b2613cffcba1714f023e81d0aea87235cbd16f81)
+++ lams_central/web/css/ie-styles_rtl.css (.../ie-styles_rtl.css) (revision 34698a48e567768b8c9465266420d8ec422c3484)
@@ -76,8 +76,64 @@
display:block;
}
+/*layout of adding a topic button */
+#content a.button-add-item {
+ background: url('../images/css/btn_add_off_rtl.gif') no-repeat right top;
+ color: #333;
+ border: 0px none;
+ padding:5px 15px 6px 30px;
+ font-size:11px;
+ display:inline;
+ }
+#content a:hover.button-add-item {
+ background: url('../images/css/btn_add_over_rtl.gif')no-repeat right top;
+ color: #349018;
+ border: 0px none;
+ padding:5px 15px 6px 30px;
+ font-size:11px;
+ display:inline;
+
+}
+a.button-add-item {
+ background: url('../images/css/btn_add_off_rtl.gif') no-repeat right top;
+ color: #333;
+ border: 0px none;
+ padding:5px 15px 6px 30px;
+ font-size:11px;
+ }
+
+a:hover.button-add-item {
+ background: url('../images/css/btn_add_over_rtl.gif')no-repeat right top;
+ color: #349018;
+ border: 0px none;
+ padding:5px 15px 6px 30px;
+ font-size:11px;
+
+ }
+
+/*layout of a general button*/
+a.button {
+ background: url('../images/css/btn_off.gif') repeat-x 0px 0px;
+ color: #333;
+ border: 0px none;
+ padding:4px 15px 7px 15px;
+ font-size:11px;
+ display:table;
+
+}
+
+a:hover.button {
+ background: url('../images/css/btn_over.gif') repeat-x 0px 0px;
+ color: #349018;
+ border: 0px none;
+ padding:4px 15px 7px 15px;
+ font-size:11px;
+ display:table;
+}
+
+
#content {
padding-bottom:0px
}
Index: lams_central/web/images/css/warning.gif
===================================================================
diff -u -re3357a3786acb62ffb4900a835e3bb5414319f86 -r34698a48e567768b8c9465266420d8ec422c3484
Binary files differ