summaryrefslogtreecommitdiffstats
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index c360e982..9ffff960 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -530,4 +530,8 @@ p,
/* Center the "invidious" logo on the search page */
#logo > h1 { text-align: center; }
+/* IE11 fixes */
:-ms-input-placeholder { color: #888; }
+
+/* Wider settings name to less word wrap */
+.pure-form-aligned .pure-control-group label { width: 19em; }