source: Dev/trunk/src/client/dojox/mvc/tests/css/android-format.css

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

Added Dojo 1.9.3 release.

File size: 761 bytes
Line 
1.mobile label {
2                overflow-x: hidden;
3                -webkit-text-size-adjust: none;
4                background-color: black;
5                color: white;
6                font-family: Helvetica;
7                font-size: 14px;
8                margin-left: 2px;                       
9}
10.mobile body {
11    font-family: Helvetica;
12    font-size: 17px;
13    color: white;
14}
15input {
16                width: 196px;
17                margin-left: 2px;
18}
19.row {
20                width: 300px; display: inline-block;
21                margin-bottom: 1; margin-top: 3px;
22}
23.spacer {display: block; margin-bottom:10px; padding-bottom:5px;}
24*[class~="spacer"] {display: block; margin-bottom:10px; padding-bottom:5px; }
25.generate-heading { font-size:1.2em; font-weight:bold; }
26.generate-label-cell { text-align: left; width: 20%;  display:inline-block; }
27.generate-dijit-cell { text-align: left; width: 20%;  display:inline-block; }
Note: See TracBrowser for help on using the repository browser.