changeset 5096:fe3c9c048740 stable

css: add compatibility prefixes for older browsers
author Andrew Shadura <andrew@shadura.me>
date Thu, 07 May 2015 13:29:49 +0200
parents 3a139a5500dd
children 4539d652ab08 50cf39fe8335
files kallithea/public/css/style.css
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue May 05 18:13:00 2015 +0200
+++ b/kallithea/public/css/style.css	Thu May 07 13:29:49 2015 +0200
@@ -4373,6 +4373,8 @@
 .comment-form .comment-block-ta {
     border: 1px solid #ccc;
     border-radius: 3px;
+    -webkit-box-sizing: border-box;
+    -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
@@ -4923,6 +4925,8 @@
     letter-spacing: -1px;
     padding-left: 10px;
     padding-right: 8px;
+    -webkit-box-sizing: border-box;
+    -moz-box-sizing: border-box;
     box-sizing: border-box;
     cursor: pointer;
     display: block;
@@ -4989,6 +4993,8 @@
     width: 0px;
     height: 0px;
     left: -8px;
+    -webkit-box-sizing: border-box;
+    -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
@@ -5007,6 +5013,8 @@
     padding: 0 2px 2px 0.5px;
     border: 1px solid #577632;
     border-radius: 3px;
+    -webkit-box-sizing: border-box;
+    -moz-box-sizing: border-box;
     box-sizing: border-box;
 }