source: js/viewer-f0/css/styles.css @ 216

Last change on this file since 216 was 216, checked in by mmichalski, 10 years ago

Fix bug with many SmartLayouts? on the same page

  • Property svn:eol-style set to native
File size: 296 bytes
Line 
1.menu{
2    float: right;
3}
4
5
6.cont{
7    height: 400px;
8    width: 400px;
9    display: inline-block;
10    border-style: solid;
11}
12
13#geno{
14    height: 500px;
15    width: 400px;
16}
17
18.window{
19    height: 600px;
20    width: 1300px;
21}
22
23#NewCanvas{
24    overflow: hidden;
25}
26
27.header{
28    text-align: center;
29}
Note: See TracBrowser for help on using the repository browser.