/lib/ace/demo/styles.css
CSS | 43 lines | 37 code | 6 blank | 0 comment | 0 complexity | 9213c1d102ad2ba0aae76339da4ec881 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception
1html { 2 height: 100%; 3 width: 100%; 4 overflow: hidden; 5} 6 7body { 8 overflow: hidden; 9 margin: 0; 10 padding: 0; 11 height: 100%; 12 width: 100%; 13 font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana, sans-serif; 14 font-size: 12px; 15 background: rgb(14, 98, 165); 16 color: white; 17} 18 19#logo { 20 padding: 15px; 21 margin-left: 65px; 22} 23 24#editor { 25 position: absolute; 26 top: 0px; 27 left: 280px; 28 bottom: 0px; 29 right: 0px; 30 background: white; 31} 32 33#controls { 34 padding: 5px; 35} 36 37#controls td { 38 text-align: right; 39} 40 41#controls td + td { 42 text-align: left; 43}