fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15947] more on template


From: sigurdne
Subject: [Fmsystem-commits] [15947] more on template
Date: Thu, 3 Nov 2016 18:48:34 +0000 (UTC)

Revision: 15947
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15947
Author:   sigurdne
Date:     2016-11-03 18:48:33 +0000 (Thu, 03 Nov 2016)
Log Message:
-----------
more on template

Modified Paths:
--------------
    trunk/phpgwapi/templates/bookingfrontend/css/frontend.css

Modified: trunk/phpgwapi/templates/bookingfrontend/css/frontend.css
===================================================================
--- trunk/phpgwapi/templates/bookingfrontend/css/frontend.css   2016-11-03 
15:31:40 UTC (rev 15946)
+++ trunk/phpgwapi/templates/bookingfrontend/css/frontend.css   2016-11-03 
18:48:33 UTC (rev 15947)
@@ -422,4 +422,22 @@
 img {
     max-width: 100%;
     height: auto;
+}
+
+A {
+ /* These are technically the same, but use both */
+  overflow-wrap: break-word;
+  word-wrap: break-word;
+
+  -ms-word-break: break-all;
+  /* This is the dangerous one in WebKit, as it breaks things wherever */
+  word-break: break-all;
+  /* Instead use this non-standard one: */
+  word-break: break-word;
+
+  /* Adds a hyphen where the word breaks, if supported (No Blink) */
+  -ms-hyphens: auto;
+  -moz-hyphens: auto;
+  -webkit-hyphens: auto;
+  hyphens: auto;
 }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]