template and css correction for iframe V00.04.05
authorcavaliet
Mon, 31 Mar 2014 15:42:02 +0200
changeset 62 5d4760fdda64
parent 61 3d8192222e38
child 63 07d055a9f6f4
template and css correction for iframe
src/spel/static/spel/css/spel.css
src/spel/templates/spel_spectacle.html
--- a/src/spel/static/spel/css/spel.css	Mon Mar 31 15:35:26 2014 +0200
+++ b/src/spel/static/spel/css/spel.css	Mon Mar 31 15:42:02 2014 +0200
@@ -28,10 +28,6 @@
 iframe{
     border: 1px solid #DDDDDD;
 }
-iframe .reftext{
-    width: 97%;
-    height: 150px;
-}
 
 /* loading background */
 .loader {
--- a/src/spel/templates/spel_spectacle.html	Mon Mar 31 15:35:26 2014 +0200
+++ b/src/spel/templates/spel_spectacle.html	Mon Mar 31 15:42:02 2014 +0200
@@ -41,7 +41,7 @@
           </div>
           <div class="row toggle-text"><span class="glyphicon glyphicon-play"></span> Voir les références de textes</div>
           <div class="row theatre-text" style="display: none;">
-            <iframe src="{% url 'spel_ctb' %}"></iframe>
+            <iframe src="{% url 'spel_ctb' %}" width="97%" height="150px"></iframe>
             <span>Début : </span><select id="start-text"></select>
             <span>Fin : </span><select id="end-text"></select>
           </div>