Commit 87d02e5c102fb78f531a4aba67e080da333d91d4
1 parent
b517b8bf
Exists in
master
and in
28 other branches
better display for empty HighlightsBlock-options
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
@@ -1663,7 +1663,7 @@ a.button.disabled, input.disabled { | @@ -1663,7 +1663,7 @@ a.button.disabled, input.disabled { | ||
1663 | } | 1663 | } |
1664 | 1664 | ||
1665 | .block-config-options { | 1665 | .block-config-options { |
1666 | - padding: 0px 30px; | 1666 | + padding: 0px 10px 0px 30px; |
1667 | } | 1667 | } |
1668 | 1668 | ||
1669 | #add-block-dialog { | 1669 | #add-block-dialog { |
@@ -4333,6 +4333,10 @@ h1#agenda-title { | @@ -4333,6 +4333,10 @@ h1#agenda-title { | ||
4333 | overflow: hidden; | 4333 | overflow: hidden; |
4334 | } | 4334 | } |
4335 | 4335 | ||
4336 | +.block-config-options.HighlightsBlock-options { | ||
4337 | + min-width: 450px; | ||
4338 | +} | ||
4339 | + | ||
4336 | .block-config-options.HighlightsBlock-options .image-data-line select { | 4340 | .block-config-options.HighlightsBlock-options .image-data-line select { |
4337 | width: 150px; | 4341 | width: 150px; |
4338 | } | 4342 | } |