diff --git a/css/app/angularBootstrap.css b/css/app/angularBootstrap.css index db8ed63bc..4eb82f03d 100644 --- a/css/app/angularBootstrap.css +++ b/css/app/angularBootstrap.css @@ -381,7 +381,7 @@ fieldset[disabled] .btn-default.focus { } .caret { - display: inline-block; + display: inline-block !important; width: 0; height: 0; margin-left: 2px; @@ -396,27 +396,6 @@ fieldset[disabled] .btn-default.focus { margin-left: 0; } -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} - -.sr-only-focusable:active, -.sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} - .open > .dropdown-menu { display: block; } @@ -679,3 +658,11 @@ fieldset[disabled] .btn-default.focus { left: 0; } } + +.single-button-sidebar { + width: 100%; +} + +.cancel-button-sidebar { + margin-right: 0 !important; +} diff --git a/templates/editor.popover.php b/templates/editor.popover.php index a7ced2934..599454eb8 100644 --- a/templates/editor.popover.php +++ b/templates/editor.popover.php @@ -40,20 +40,19 @@ class="checkbox"
+
- - -
- diff --git a/templates/editor.sidebar.php b/templates/editor.sidebar.php index 5a8e9ee39..425015d44 100644 --- a/templates/editor.sidebar.php +++ b/templates/editor.sidebar.php @@ -106,19 +106,18 @@ class="events--button button btn delete btn-half pull-left" tabindex="280"> t('Delete')); ?> -
- - -