]> jspc29.x-matter.uni-frankfurt.de Git - coral.git/commitdiff
cosmetics to layout
authorMichael Wiebusch <m.wiebusch@gsi.de>
Mon, 10 Aug 2015 15:53:34 +0000 (17:53 +0200)
committerMichael Wiebusch <m.wiebusch@gsi.de>
Mon, 10 Aug 2015 15:53:34 +0000 (17:53 +0200)
user_interface/selection.css
user_interface/selector.html

index 7d028dd7bc138f750c873bdee1a5b133915e2321..4394870c4ef308371c627fc032f7e2b6c544b93e 100644 (file)
 
 
 #myCanvas,#YDR-Frame,#compound_canvas {
-   width: 1000px;
+   width: 960px;
    height: 200px;
 }
 #compound_canvas {
   position:static;
   height: 240px;
+  padding: 20px;
 }
 
 #canvas_controls {
   position:relative;
   
   top: 210px;
-  width:980px;
-  left:10px;
+  width:960px;
+/*   left:20px; */
 
 }
 
index 95bfa7783fe42302d687acc21f39c5d4ee8e38c1..ff1febf1d6020d039c92f939b94263e005d62227 100644 (file)
@@ -58,7 +58,7 @@
     </table>
   </div>
   <div id='compound_canvas' class='isBox' >
-    <canvas id="myCanvas" width="1000" height="200">
+    <canvas id="myCanvas" width="960" height="200">
     Your browser does not support the HTML5 canvas tag.
     </canvas>