Vendor prefix for flexbox not needed anymore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d18a60de39
commit
9e9e5c2d16
|
@ -60,10 +60,6 @@ table td.filename .nametext .innernametext {
|
||||||
|
|
||||||
/* proper notification area for multi line messages */
|
/* proper notification area for multi line messages */
|
||||||
#notification-container {
|
#notification-container {
|
||||||
display: -webkit-box;
|
|
||||||
display: -moz-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,26 +5,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#body-login .wrapper {
|
#body-login .wrapper {
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-box-align: center;
|
|
||||||
|
|
||||||
display: -webkit-flex;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-webkit-align-self: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
|
|
||||||
display: -moz-box;
|
|
||||||
-moz-box-orient: horizontal;
|
|
||||||
-moz-box-pack: center;
|
|
||||||
-moz-box-align: center;
|
|
||||||
|
|
||||||
display: -ms-flexbox;
|
|
||||||
-ms-flex-direction: row;
|
|
||||||
-ms-flex-pack: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
}
|
}
|
||||||
.label {
|
.label {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
display: -moz-inline-box;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in New Issue