source: Dev/trunk/src/client/dojox/app/tests/swapViewTestApp/css/layoutApp.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 458 bytes
Line 
1.main {
2        float: left;
3        width: 100%;
4        height: 100%
5}
6
7.mainCenter {
8        left: 251px !important;
9}
10
11.center {
12        float: left;
13        height: 100%
14}
15
16.left {
17        float: left;
18        width:250px;
19        background-color: #C5CCD3;
20        z-index:100;
21        height: 100%
22}
23
24@media screen and (max-width: 560px) {
25        .center {
26                float: left;
27                width: 100%;
28        }
29
30        .mainCenter {
31                left: 0 !important;
32        }
33
34        .left {
35                display: none;
36                float: left;
37                width:0;
38        }
39}
40html,body {
41        width: 100%;
42        height: 100%;
43}
Note: See TracBrowser for help on using the repository browser.