Changeset:
        391b2844321f
        
https://sourceforge.net/p/mrbs/hg-code/ci/391b2844321f3e104ad64ecd32d044a22aeed500
Author:
        Campbell Morrison <[email protected]>
Date:
        Mon Mar 06 16:48:55 2017 +0000
Log message:

Used pseudo-elements instead of pseudo-classes for before and after.

diffstat:

 web/css/mrbs-ielte8.css |  11 +++++++++++
 web/css/mrbs.css.php    |   6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 33c8b31d8591 -r 391b2844321f web/css/mrbs-ielte8.css
--- a/web/css/mrbs-ielte8.css   Mon Mar 06 16:24:41 2017 +0000
+++ b/web/css/mrbs-ielte8.css   Mon Mar 06 16:48:55 2017 +0000
@@ -18,6 +18,17 @@
   content: '';
 }
 
+.date_before:before {
+  content: '<<\0000a0';
+}
+
+.date_after:after {
+  content: '\0000a0>>';
+}
+
+.awaiting_approval a:before {content: "? "}
+
+
 /* ------------ PRIVATE BOOKINGS ---------------------------*/
 
 /* Opacity doesn't work well in IE8 and below, so we'll just change */
diff -r 33c8b31d8591 -r 391b2844321f web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Mon Mar 06 16:24:41 2017 +0000
+++ b/web/css/mrbs.css.php      Mon Mar 06 16:48:55 2017 +0000
@@ -291,11 +291,11 @@
   text-align: right;
 }
 
-.date_before:before {
+.date_before::before {
   content: '<<\0000a0';
 }
 
-.date_after:after {
+.date_after::after {
   content: '\0000a0>>';
 }
 
@@ -627,7 +627,7 @@
 
 /* booking approval status */
 .awaiting_approval {opacity: 0.6}
-.awaiting_approval a:before {content: "? "}
+.awaiting_approval a::before {content: "? "}
 
 /* booking confirmation status */
 .tentative {opacity: 0.6}

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to