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
RevLine 
[188]1.menu{
2    float: right;
[133]3}
4
5
[143]6.cont{
[216]7    height: 400px;
8    width: 400px;
[214]9    display: inline-block;
10    border-style: solid;
[133]11}
12
13#geno{
14    height: 500px;
15    width: 400px;
[188]16}
17
18.window{
19    height: 600px;
20    width: 1300px;
21}
[208]22
23#NewCanvas{
24    overflow: hidden;
25}
[216]26
27.header{
28    text-align: center;
29}
Note: See TracBrowser for help on using the repository browser.