- |
+ |
@@ -70,7 +70,7 @@
- |
+ |
diff --git a/root/styles/prosilver/theme/images/portal/arrowbullet.gif b/root/styles/prosilver/theme/images/portal/arrowbullet.gif
index 3b754e5e..1acf3a70 100644
Binary files a/root/styles/prosilver/theme/images/portal/arrowbullet.gif and b/root/styles/prosilver/theme/images/portal/arrowbullet.gif differ
diff --git a/root/styles/prosilver/theme/images/portal/arrowbullet_rtl.gif b/root/styles/prosilver/theme/images/portal/arrowbullet_rtl.gif
new file mode 100644
index 00000000..dfe63c20
Binary files /dev/null and b/root/styles/prosilver/theme/images/portal/arrowbullet_rtl.gif differ
diff --git a/root/styles/prosilver/theme/portal.css b/root/styles/prosilver/theme/portal.css
index f125c450..13681ffc 100644
--- a/root/styles/prosilver/theme/portal.css
+++ b/root/styles/prosilver/theme/portal.css
@@ -63,8 +63,22 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
/*
* top spacing between portal body table and headerbar spacing is usually 10px
-* the headerbar's rounded corners already generate a padding of 5px so only 5px needed here
*/
#portal-body {
- padding-top: 5px;
+ padding-top: 10px;
+}
+
+/*
+* This is needed in order to have the same spacing between blocks
+* as we have between the top blocks and the headerbar
+*/
+#portal-body .forabg {
+ margin-bottom: 0px;
+}
+
+/* RTL language fixes */
+.rtl .portal-navigation ul li a{
+ background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");
+ background-position: center right; /*custom bullet list image*/
+ padding-right: 19px; /*link text is indented 19px*/
}
\ No newline at end of file
diff --git a/root/styles/subsilver2/template/portal/modules/calendar_side.html b/root/styles/subsilver2/template/portal/modules/calendar_side.html
index b1c4fabe..25a7708a 100644
--- a/root/styles/subsilver2/template/portal/modules/calendar_side.html
+++ b/root/styles/subsilver2/template/portal/modules/calendar_side.html
@@ -7,9 +7,9 @@
|
diff --git a/root/styles/subsilver2/theme/images/portal/arrowbullet_rtl.gif b/root/styles/subsilver2/theme/images/portal/arrowbullet_rtl.gif
new file mode 100644
index 00000000..dfe63c20
Binary files /dev/null and b/root/styles/subsilver2/theme/images/portal/arrowbullet_rtl.gif differ
|