Changeset:
        cdf3a545c840
        
https://sourceforge.net/p/mrbs/hg-code/ci/cdf3a545c8406368bf3c3d17c142fabebf159771
Author:
        Campbell Morrison <[email protected]>
Date:
        Tue Mar 28 13:22:31 2017 +0100
Log message:

Tweaked CSS, fixing problems with the right hand border

diffstat:

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

diffs (35 lines):

diff -r 88446e6b52b2 -r cdf3a545c840 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Tue Mar 28 12:21:54 2017 +0100
+++ b/web/css/mrbs.css.php      Tue Mar 28 13:22:31 2017 +0100
@@ -1438,6 +1438,10 @@
   table-layout: fixed;
 }
 
+.main_view_data td {
+  padding: 0;
+}
+
 .main_view_data tr:nth-child(even) td.new {
   background-color: <?php echo $row_even_color ?>;
 }
@@ -1458,7 +1462,7 @@
   display: block;
   width: 100%;
   white-space: nowrap;
-  padding: 0.1em;
+  padding: 0.1em 0.2em;
 }
 
 <?php 
@@ -1471,4 +1475,11 @@
   box-sizing: border-box;
 }
 
+.main_view_data td:last-child a {
+  border-right: 0;
+}
 
+
+
+
+

------------------------------------------------------------------------------
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

Reply via email to