From: Thierry Parmentelat Date: Wed, 20 Mar 2013 09:49:09 +0000 (+0100) Subject: cosmetic changes to the plugin layout X-Git-Tag: myslice-django-0.1-2~55 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=19a0ef3afe182d91afb435015cda6e1bef1fabc3 cosmetic changes to the plugin layout --- diff --git a/unfold/css/plugin.css b/unfold/css/plugin.css index d2da242a..910ff4fd 100644 --- a/unfold/css/plugin.css +++ b/unfold/css/plugin.css @@ -1,21 +1,26 @@ div.plugin-toggle { - padding: 4px; + margin: 3px; + padding: 5px; border-style: dotted; border-width: 1px; border-radius: 8px; } -p.plugin-show { +h4.plugin-show { cursor: s-resize; } -p.plugin-hide { +h4.plugin-hide { cursor: n-resize; } +h4.plugin-show, h4.plugin-hide { + margin:8px; +} i.icon-hand-right,i.icon-hand-down { padding-right: 4px; } a.plugin-tooltip { - font-size: 150%; + font-size: 130%; font-style: italic; + font-weight: normal; padding: 4px; color: #808080; } diff --git a/unfold/templates/plugin.html b/unfold/templates/plugin.html index 1979eb95..c77ad6f0 100644 --- a/unfold/templates/plugin.html +++ b/unfold/templates/plugin.html @@ -2,10 +2,10 @@ {% if visible %}
{% if togglable %} - - + + {% endif %}{# togglable #} {% endif %}{# visible #}