Box-sizing does not need vendor prefix anymore
http://caniuse.com/#search=box-sizing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
db1096bcfd
commit
c2004afb4f
|
@ -1,6 +1,4 @@
|
||||||
#upload {
|
#upload {
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
width: 39px;
|
width: 39px;
|
||||||
|
@ -26,8 +24,6 @@
|
||||||
.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }
|
.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }
|
||||||
|
|
||||||
#uploadprogresswrapper, #uploadprogresswrapper * {
|
#uploadprogresswrapper, #uploadprogresswrapper * {
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
|
@ -1146,8 +1146,6 @@ table.grid td.date {
|
||||||
}
|
}
|
||||||
|
|
||||||
#selectGroups select {
|
#selectGroups select {
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
Loading…
Reference in New Issue