client/css/renkan.css
changeset 403 96781c1a8bbe
parent 384 6a7930a0d4d1
child 410 97f2c763376c
--- a/client/css/renkan.css	Fri Mar 13 16:46:50 2015 +0100
+++ b/client/css/renkan.css	Tue Mar 17 18:53:36 2015 +0100
@@ -1,24 +1,24 @@
-/*! 
- *    _____            _               
- *   |  __ \          | |              
- *   | |__) |___ _ __ | | ____ _ _ __  
- *   |  _  // _ \ '_ \| |/ / _` | '_ \ 
+/*!
+ *    _____            _
+ *   |  __ \          | |
+ *   | |__) |___ _ __ | | ____ _ _ __
+ *   |  _  // _ \ '_ \| |/ / _` | '_ \
  *   | | \ \  __/ | | |   < (_| | | | |
  *   |_|  \_\___|_| |_|_|\_\__,_|_| |_|
  *
- *  Copyright 2012-2013 Institut de recherche et d'innovation 
+ *  Copyright 2012-2013 Institut de recherche et d'innovation
  *  contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron
- *   
+ *
  *  contact@iri.centrepompidou.fr
- *  http://www.iri.centrepompidou.fr 
- *   
+ *  http://www.iri.centrepompidou.fr
+ *
  *  This software is a computer program whose purpose is to show and add annotations on a video .
  *  This software is governed by the CeCILL-C license under French law and
- *  abiding by the rules of distribution of free software. You can  use, 
+ *  abiding by the rules of distribution of free software. You can  use,
  *  modify and/ or redistribute the software under the terms of the CeCILL-C
  *  license as circulated by CEA, CNRS and INRIA at the following URL
- *  "http://www.cecill.info". 
- *  
+ *  "http://www.cecill.info".
+ *
  *  The fact that you are presently reading this means that you have had
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
@@ -39,7 +39,7 @@
 }
 
 .Rk-Main input::-moz-focus-inner /*Remove button padding in FF*/
-{ 
+{
     border: 0;
     padding: 0;
 }
@@ -317,6 +317,10 @@
     position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2;
 }
 
+.Rk-Canvas[resize] {
+    width: 100%; height:100%;
+}
+
 /* Node Labels */
 
 .Rk-Highlighted {
@@ -587,7 +591,7 @@
     -webkit-appearance: none;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
-    box-sizing: content-box; 
+    box-sizing: content-box;
 }
 
 .Rk-Web-Search-Input {
@@ -788,4 +792,4 @@
 
 h4.Rk-Bin-Loading {
     margin: 10px; text-align: center; font-size: 20px; color: #999999;
-}
\ No newline at end of file
+}