Changeset:
88446e6b52b2
https://sourceforge.net/p/mrbs/hg-code/ci/88446e6b52b27842872a5fab391558bdc0240ab7
Author:
Campbell Morrison <[email protected]>
Date:
Tue Mar 28 12:21:54 2017 +0100
Log message:
Added a right hand border to bookings
diffstat:
web/css/mrbs.css.php | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 6d630965e7fa -r 88446e6b52b2 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php Tue Mar 28 11:05:48 2017 +0100
+++ b/web/css/mrbs.css.php Tue Mar 28 12:21:54 2017 +0100
@@ -1461,3 +1461,14 @@
padding: 0.1em;
}
+<?php
+// Put the border on the right hand side so that the view
+// isn't filled with borders when the slots are very narrow,
+// eg in the month view
+?>
+.main_view_data a {
+ border-right: 1px solid <?php echo $body_background_color ?>;
+ box-sizing: border-box;
+}
+
+
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits