corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 html {
2 height: 100%;
3 width: 100%;
4 overflow: hidden;
5 }
6  
7 body {
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 #c9-logo, #ace-logo {
20 padding: 0;
21 border: none;
22 }
23  
24 #editor-container {
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 }
44 .ace_status-indicator {
45 color: gray;
46 position: absolute;
47 right: 0;
48 border-left: 1px solid;
49 }
50  
51 /* .ace_text-input {
52 z-index: 10!important;
53 opacity: 1!important;
54 background: rgb(84, 0, 255)!important;
55 color: rgb(255, 255, 255)!important;
56 width: 10em!important;
57 }*/