From ab93b46c09536dae49c8b3788f9c4b80585ff563 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Thu, 28 Jul 2016 14:38:41 +0100 Subject: [PATCH] popover admin template --- administrator/templates/hathor/css/template.css | 3 +++ administrator/templates/hathor/less/template.less | 5 +++++ administrator/templates/isis/css/template-rtl.css | 3 +++ administrator/templates/isis/css/template.css | 3 +++ administrator/templates/isis/less/template.less | 5 +++++ 5 files changed, 19 insertions(+) diff --git a/administrator/templates/hathor/css/template.css b/administrator/templates/hathor/css/template.css index 1b2f627ae1138..c2f7242268fe8 100644 --- a/administrator/templates/hathor/css/template.css +++ b/administrator/templates/hathor/css/template.css @@ -3921,3 +3921,6 @@ div.toggle-editor { .muted { color: #999; } +.popover-content { + min-height: 33px; +} diff --git a/administrator/templates/hathor/less/template.less b/administrator/templates/hathor/less/template.less index 2e2e0e489ccea..5611bfae04c80 100644 --- a/administrator/templates/hathor/less/template.less +++ b/administrator/templates/hathor/less/template.less @@ -3534,3 +3534,8 @@ div.toggle-editor { .muted { color: #999; } + +/* Popover minimum height - overwrite bootstrap default */ +.popover-content { + min-height: 33px; +} diff --git a/administrator/templates/isis/css/template-rtl.css b/administrator/templates/isis/css/template-rtl.css index b528a695f8fc7..f927b5de493d9 100644 --- a/administrator/templates/isis/css/template-rtl.css +++ b/administrator/templates/isis/css/template-rtl.css @@ -8373,6 +8373,9 @@ body.modal-open { #page-permissions table select { margin-bottom: 0; } +.popover-content { + min-height: 33px; +} .pull-right { float: left; } diff --git a/administrator/templates/isis/css/template.css b/administrator/templates/isis/css/template.css index c06e848a9f308..1a405d0fcc660 100644 --- a/administrator/templates/isis/css/template.css +++ b/administrator/templates/isis/css/template.css @@ -8373,3 +8373,6 @@ body.modal-open { #page-permissions table select { margin-bottom: 0; } +.popover-content { + min-height: 33px; +} diff --git a/administrator/templates/isis/less/template.less b/administrator/templates/isis/less/template.less index 855b176ebe7ec..cca07394a3bd4 100644 --- a/administrator/templates/isis/less/template.less +++ b/administrator/templates/isis/less/template.less @@ -1393,3 +1393,8 @@ body.modal-open { } } } + +/* Popover minimum height - overwrite bootstrap default */ +.popover-content { + min-height: 33px; +}