mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 00:32:57 +02:00
[ticket/15404] autoprefix browser compatability
PHPBB3-15404
This commit is contained in:
@@ -84,7 +84,6 @@ fieldset dd {
|
||||
margin-left: 41%;
|
||||
}
|
||||
|
||||
|
||||
fieldset.fields1 div {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
@@ -270,6 +269,7 @@ fieldset.submit-buttons input {
|
||||
max-width: 100%;
|
||||
height: 270px;
|
||||
resize: vertical;
|
||||
-webkit-transition: all 0.5s ease, height 1ms linear;
|
||||
transition: all 0.5s ease, height 1ms linear;
|
||||
}
|
||||
|
||||
@@ -361,6 +361,7 @@ input.disabled {
|
||||
border-right-width: 0;
|
||||
border-radius: 4px 0 0 4px;
|
||||
float: left;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
height: 24px;
|
||||
padding: 3px;
|
||||
|
Reference in New Issue
Block a user