source: Dev/trunk/src/client/dojox/app/tests/nestedTestApp/css/tablet.css

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

Added Dojo 1.9.3 release.

File size: 1.1 KB
Line 
1#header button {
2        position:absolute;
3        margin:0;
4}
5
6#navButton {
7        width:60px;
8}
9
10#loadDiv {
11        position:absolute;
12        left:0;
13        top:0;
14        width:100%;
15        height:100%;
16        z-index:999;
17}
18#loadDiv {
19        display:table;
20        font-size: 20px;
21        text-align:center;
22        background-color:white;
23}
24#loadDiv span {
25        display:table-cell;
26        vertical-align:middle;
27}
28
29body .mblProgContainer {
30        top:45%;
31        height: 45px;
32        width: 140px;
33        margin-left:-70px;
34        background-color: #2A2A28;
35        border-style: solid;
36        border-width: 2px;
37        border-color: #666666;
38        border-radius: 0.4em;
39        -webkit-border-radius: 0.4em;
40        -moz-border-radius: 0.4em;
41}
42
43body .mblProgContainer > div {
44        height: 100%;
45        width: 100%;
46        line-height: 45px;
47        vertical-align: middle;
48        font-size: 20px;
49        color: #c2c2c2;
50}
51
52body .mblProg {
53        left: 3px;
54        top: 3px;
55}
56
57body .mblProgContainer > div::after {
58        padding-left: 42px;
59        content: "Updating...";
60}
61
62#jsContent, #htmlContent {
63        padding-left:2px;
64}
65
66@media screen and (max-width: 600px) {
67        #jsContent, #htmlContent {
68                font-size: 14px;
69        }
70}
71
72.hidden {
73        display:none;
74}
75
76div .navPane {
77        width:250px;
78        border-right:1px solid black;
79        background-color: #C5CCD3;
80        z-index:100;
81}
Note: See TracBrowser for help on using the repository browser.