--- 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 @@
<br></br>
<code id ="code_{{player_id}}" >
<div id="player_code">
- <br><div id='ldt_id'><br> {% trans 'Integration mode' %}
+ <br><div id="embed_options"><br> {% trans 'Integration mode' %}
<input type="radio" id="type_embed_div" name="player_code_type" value="div" checked onClick="div_event()" > {% trans 'div' %} </input>
<input type="radio" id="type_embed_iframe" name="player_code_type" value="iframe" onClick="iframe_event()"> {% trans 'iframe' %} </input><br>
</div></br>
--- 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