Changeset:
419e5688ff9e
https://sourceforge.net/p/mrbs/hg-code/ci/419e5688ff9e121b9cedb2f8ccd2ebdb0d895041
Author:
Campbell Morrison <[email protected]>
Date:
Wed Apr 20 16:28:44 2016 +0100
Log message:
Fixed problem with long words in brief descriptions causing unequal width
columns in the calendar views. See SF Support Requests #951.
diffstat:
web/css/mrbs.css.php | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 9f7ad601e523 -r 419e5688ff9e web/css/mrbs.css.php
--- a/web/css/mrbs.css.php Tue Apr 05 13:09:32 2016 +0100
+++ b/web/css/mrbs.css.php Wed Apr 20 16:28:44 2016 +0100
@@ -284,7 +284,14 @@
border-left: <?php echo $main_table_cell_border_width ?>px solid <?php
echo $main_table_header_border_color ?>}
.dwm_main th.first_last, .dwm_main th span {padding: 0 2px}
.dwm_main th:first-child {border-left: 0}
-.dwm_main a {display: block; min-height: inherit}
+
+.dwm_main a {
+ display: block;
+ min-height: inherit;
+ word-wrap: break-word;
+ word-break: break-all;
+}
+
.dwm_main tbody a {padding: 0 2px}
.dwm_main th a:link {color: <?php echo $anchor_link_color_header ?>;
text-decoration: none; font-weight: normal}
.dwm_main th a:visited {color: <?php echo $anchor_visited_color_header ?>;
text-decoration: none; font-weight: normal}
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits