mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-30 19:52:17 +01:00
Contacts: Add -webkit prefix for box-sizing.
This commit is contained in:
parent
13f5ba47fd
commit
f933648023
@ -66,11 +66,11 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
float: left;
|
float: left;
|
||||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
|
||||||
margin: auto 0 auto .3em;
|
margin: auto 0 auto .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#groupactions { -moz-box-sizing: border-box; box-sizing: border-box; height: 4em; border-bottom: 1px solid #DDDDDD; }
|
#groupactions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 4em; border-bottom: 1px solid #DDDDDD; }
|
||||||
#groupactions > button, .addcontact, .import-upload-button, .doImport {
|
#groupactions > button, .addcontact, .import-upload-button, .doImport {
|
||||||
-moz-border-bottom-colors: none;
|
-moz-border-bottom-colors: none;
|
||||||
-moz-border-left-colors: none;
|
-moz-border-left-colors: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user