source: other-projects/FileTransfer-WebSocketPair/testGXTWithGreenstone/war/TestGXT.css@ 33053

Last change on this file since 33053 was 33053, checked in by ak19, 5 years ago

I still had some stuff of Nathan Kelly's (FileTransfer-WebSocketPair) sitting on my USB. Had already commited the Themes folder at the time, 2 years back. Not sure if he wanted this additional folder commited. But I didn't want to delete it and decided it will be better off on SVN. When we use his project, if we find we didn't need this test folder, we can remove it from svn then.

File size: 1.1 KB
Line 
1/** Add css rules here for your application. */
2
3
4/** Example rules used by the template application (remove for your app) */
5h1 {
6 font-size: 2em;
7 font-weight: bold;
8 color: #777777;
9 margin: 40px 0px 70px;
10 text-align: center;
11}
12
13/** styles for trashcan button */
14.trash_standard {
15 background-image: url(../images/trashcan_border.gif) !important;
16}
17
18.trash_hover {
19 background-image: url(../images/trashcan_hover.gif) !important;
20}
21
22.trash_click {
23 background-image: url(../images/trashcan_click.gif) !important;
24}
25
26
27/** styles for folder button */
28.folder_standard {
29 background-image: url(../images/folder_border.gif) !important;
30}
31
32.folder_hover {
33 background-image: url(../images/folder_hover.gif) !important;
34}
35
36.folder_click {
37 background-image: url(../images/folder_click.gif) !important;
38}
39
40
41
42.sendButton {
43 display: block;
44 font-size: 16pt;
45}
46
47/** Most GWT widgets already have a style name defined */
48.gwt-DialogBox {
49 width: 400px;
50}
51
52.dialogVPanel {
53 margin: 5px;
54}
55
56.serverResponseLabelError {
57 color: red;
58}
59
60/** Set ids using widget.getElement().setId("idOfElement") */
61#closeButton {
62 margin: 15px 6px 6px;
63}
Note: See TracBrowser for help on using the repository browser.