From a9144b6d5b10fdee89e4b6a1239ee5d1d2c5a592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Sat, 4 Mar 2017 16:00:54 +0100 Subject: [PATCH] Improved go to line number tooltip/popup. (#3028) --- openslides/core/static/css/app.css | 10 ++++++++++ .../templates/motions/motion-detail/toolbar.html | 7 +++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 6bd6f1e90..2a053e042 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -1526,6 +1526,16 @@ img { display: inline !important; } +.popover-wrapper .small-form input{ + width: 100px; + height: 30px; +} +.popover-wrapper .small-form button{ + padding: 5px 10px; + font-size: 12px; + line-height: 1.5; +} + @keyframes fade-out { 0% { opacity: 1; background: none; } 100% { opacity: 0; background: none; } diff --git a/openslides/motions/static/templates/motions/motion-detail/toolbar.html b/openslides/motions/static/templates/motions/motion-detail/toolbar.html index a90b6e900..4db76e787 100644 --- a/openslides/motions/static/templates/motions/motion-detail/toolbar.html +++ b/openslides/motions/static/templates/motions/motion-detail/toolbar.html @@ -49,13 +49,16 @@
-