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 @@