# HG changeset patch # User grandjoncl # Date 1350386096 -7200 # Node ID 3fc0960ae97bf77bd7f4d62251fdf9ccf5c60cc3 # Parent db90b623c4ea242c12aed270cbe8745b678a7baf css modifications for embed_popup diff -r db90b623c4ea -r 3fc0960ae97b src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/embed_popup.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/embed_popup.html Tue Oct 16 00:03:48 2012 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/embed_popup.html Tue Oct 16 13:14:56 2012 +0200 @@ -56,7 +56,7 @@

-

{% trans 'Integration mode' %} +

{% trans 'Integration mode' %} {% trans 'div' %} {% trans 'iframe' %}

diff -r db90b623c4ea -r 3fc0960ae97b src/ldt/ldt/static/ldt/css/embed_popup.css --- a/src/ldt/ldt/static/ldt/css/embed_popup.css Tue Oct 16 00:03:48 2012 +0200 +++ b/src/ldt/ldt/static/ldt/css/embed_popup.css Tue Oct 16 13:14:56 2012 +0200 @@ -36,6 +36,7 @@ font-family: Arial, Helvetica, sans serif; font-weight: lighter; font-style: normal; + font-size: 14px; text-align: left; } @@ -77,4 +78,13 @@ border: 1px solid #CCC; padding: 4px; margin-bottom: 5px; +} + +#embed_options { + color: #949494; + font-family: Arial, Helvetica, sans serif; + font-weight: lighter; + font-style: normal; + font-size: 12px; + text-align: left; } \ No newline at end of file