aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-06-20 11:52:09 +0200
committerMario Vavti <mario@mariovavti.com>2017-06-20 11:52:09 +0200
commitaed1373b7099a081f258d36270df509eeed9ddcd (patch)
tree537cee378df295a4d196c650dc41924bc7615847 /view
parent3b5e1c05b78f72a31eda76b0ff90d08b58ee452d (diff)
downloadvolse-hubzilla-aed1373b7099a081f258d36270df509eeed9ddcd.tar.gz
volse-hubzilla-aed1373b7099a081f258d36270df509eeed9ddcd.tar.bz2
volse-hubzilla-aed1373b7099a081f258d36270df509eeed9ddcd.zip
update bs4-dev and use min version of popper
Diffstat (limited to 'view')
-rw-r--r--view/css/bootstrap-red.css6
-rw-r--r--view/theme/redbasic/php/theme_init.php2
2 files changed, 1 insertions, 7 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index b2b2ca759..1bb82f11c 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -46,12 +46,6 @@ nav .dropdown-menu {
overflow: auto;
}
-/* this is a hack and needs fixing in bootstrap */
-nav .dropdown-menu-right {
- right: 0;
- left: auto !important;
-}
-
#navbar-collapse-2 {
flex-basis: 100%;
max-height: 70vh;
diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php
index bfeabcb46..b12d80ea5 100644
--- a/view/theme/redbasic/php/theme_init.php
+++ b/view/theme/redbasic/php/theme_init.php
@@ -8,7 +8,7 @@ head_add_css('/library/datetimepicker/jquery.datetimepicker.css');
head_add_css('/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css');
require_once('view/php/theme_init.php');
-head_add_js('/library/popper/popper.js');
+head_add_js('/library/popper/popper.min.js');
head_add_js('/library/bootstrap/js/bootstrap.min.js');
head_add_js('/library/bootbox/bootbox.min.js');
head_add_js('/library/bootstrap-tagsinput/bootstrap-tagsinput.js');