source: ComponentRegistry/trunk/ComponentBrowserGui/src/main/resources/assets/css/main.css @ 206

Last change on this file since 206 was 206, checked in by patdui, 14 years ago
  • added as3httpclient for doing http DELETE commands etc...
  • implemented editor
  • Using Basic Header security to authorize POST and DELETEs
  • renamed Register to Importer
File size: 913 bytes
Line 
1/* CSS file */
2Application {
3    font-family: Verdana, Arial, Helv, Helvetica, sans-serif, "_sans";
4}
5
6ToggleButtonBar {
7   buttonWidth: 90;
8   horizontalGap: -1;
9}
10
11.borderStyles {
12   borderStyle: solid;
13   borderThickness: 2;
14   borderColor: #009dff;
15   cornerRadius: 8;
16}
17
18.xmlBrowser {
19   borderStyle: none;
20   borderThickness: 0;
21   backgroundColor: #DDE3EF;
22   cornerRadius: 8;
23   dropShadowEnabled: true;
24   verticalGap: 1;
25   indicatorGap: 1;
26}
27
28
29.xmlBrowserField {
30    fontWeight: bold;
31}
32
33.xmlBrowserHeader {
34    fontWeight: bold;
35    fontSize: 12;
36}
37
38.xmlBrowserHeaderSmall {
39    fontWeight: bold;
40}
41
42.xmlEditorFieldEditField {
43    borderStyle: none;
44    fontWeight: normal;
45}
46
47.xmlBrowserValueLabel {
48    fontWeight: normal;
49}
50
51
52.xmlTextArea {
53   borderStyle: solid;
54   backgroundColor: #DDE3EF;
55   borderThickness: 1;
56   borderColor: #DDE3EF;
57   cornerRadius: 8;
58   dropShadowEnabled: true;
59}
60
61
62
63
64
65
66
Note: See TracBrowser for help on using the repository browser.