Changeset:
        c1ccc04f49f8
        
https://sourceforge.net/p/mrbs/hg-code/ci/c1ccc04f49f8e05dd3f4a9fdcdf490a51964f73b
Author:
        Campbell Morrison <[email protected]>
Date:
        Mon Dec 05 09:43:05 2016 +0000
Log message:

Fixed CSS for Goto nav links for RTL languages

diffstat:

 web/css/mrbs-rtl.css.php |  18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 89f2e1355f77 -r c1ccc04f49f8 web/css/mrbs-rtl.css.php
--- a/web/css/mrbs-rtl.css.php  Mon Dec 05 08:47:54 2016 +0000
+++ b/web/css/mrbs-rtl.css.php  Mon Dec 05 09:43:05 2016 +0000
@@ -62,17 +62,25 @@
 
 /* ------------ DAY/WEEK/MONTH.PHP ------------------*/
 
-div#dwm_header, div#dwm_areas, div#dwm_rooms,
-div.date_nav, div.date_before, div.date_now,
-div.cell_container {
+div#dwm_header, div#dwm_areas, div#dwm_rooms, div.cell_container {
   float: right;
 }
 
-div.date_before, div.date_after {
+.date_before {
+  float: right;
   text-align: right;
 }
 
-div#dwm_areas, div#dwm_rooms, div.date_before, div.date_after, table.dwm_main {
+.date_now {
+  float: right;
+}
+
+.date_after {
+  float: left;
+  text-align: left;
+}
+
+div#dwm_areas, div#dwm_rooms, .date_before, .date_after, table.dwm_main {
   direction: rtl;
 }
 

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to