aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.scss20
-rw-r--r--core/css/systemtags.scss1
2 files changed, 0 insertions, 21 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index baf874db8f5..dbc56406aa1 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -5,26 +5,6 @@
}
#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;
flex-direction: row;
align-self: center;
diff --git a/core/css/systemtags.scss b/core/css/systemtags.scss
index b32f33f36e5..76db389a6dc 100644
--- a/core/css/systemtags.scss
+++ b/core/css/systemtags.scss
@@ -48,7 +48,6 @@
}
.label {
width: 85%;
- display: -moz-inline-box;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;