X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/052559c5d7bdea31a1ef8d62ff4fee8816ebf884..87d9ef8ea50e2f6c1df3b3b89e3b393e9bcdab90:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 019223825..9b9537f86 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -87,9 +87,7 @@ strong { /* Default rules for the body of every page */ * { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; } body { @@ -846,7 +844,6 @@ nav.secondary { .leaflet-popup-content-wrapper { border-radius: 4px !important; - -webkit-border-radius: 4px !important; } /* Rules for attribution text under the main map shown on printouts */ @@ -926,8 +923,6 @@ header .search_form { border-right: none; transition: 300ms linear; - -webkit-transition: 300ms linear; - -moz-transition: 300ms linear; } input:focus { @@ -1326,8 +1321,6 @@ header .search_form { #new_trace { input[type=text] { width: 50%; - width: -moz-calc(100% - 150px); - width: -webkit-calc(100% - 150px); width: calc(100% - 150px); max-width: 500px; } @@ -1342,8 +1335,6 @@ header .search_form { input[type=text] { width: 50%; - width: -moz-calc(100% - 150px); - width: -webkit-calc(100% - 150px); width: calc(100% - 150px); max-width: 500px; } @@ -1939,7 +1930,6 @@ a.button { background: $blue; text-align: center; border-radius: 2px; - -moz-border-radius: 2px; &:hover { background: darken($blue, $hovercolor); text-decoration: none; @@ -2118,8 +2108,6 @@ a.button { input.richtext_title[type="text"] { width: 50%; - width: -moz-calc(100% - 235px); - width: -webkit-calc(100% - 235px); width: calc(100% - 235px); @media only screen and (max-width:768px) { @@ -2132,8 +2120,6 @@ input.richtext_title[type="text"] { .richtext_content { width: 50%; - width: -moz-calc(100% - 235px); - width: -webkit-calc(100% - 235px); width: calc(100% - 235px); display: inline-block; vertical-align: top; @@ -2268,12 +2254,8 @@ input.richtext_title[type="text"] { border-radius: 0 3px 3px; *border-right-width: 2px; *border-bottom-width: 2px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + background-clip: padding-box; } .dropdown-menu.pull-right {