Merge pull request #6916 from nextcloud/css-box-sizing

Box-sizing does not need vendor prefix anymore
This commit is contained in:
John Molakvoæ 2017-10-23 21:13:17 +02:00 committed by GitHub
commit 59598b8a27
3 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,4 @@
#upload {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 36px;
width: 39px;
@ -26,8 +24,6 @@
.file_upload_form { display:inline; float:left; margin:0; padding:0; cursor:pointer; overflow:visible; }
#uploadprogresswrapper, #uploadprogresswrapper * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

View File

@ -6,8 +6,6 @@
padding: 15px;
z-index: 10000;
font-size: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 200px;
top: 50%;

View File

@ -1084,8 +1084,6 @@ table.grid td.date {
}
#selectGroups select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
height: 36px;