Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/** Add css rules here for your application. */

h1 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

body, td, a, div, .p {
    font-family: arial, sans-serif
}

.CubeFace td {
    text-align: center;
}

table.HelpWidget {
    margin-left: auto;
    margin-right: auto;
}

.gwt-Label {
    font-size: 24px;
}

.gwt-Button {
    font-size: 18px;
}

.Info {
    color: #000;
}

.Warning {
    color: #ff8c00;
}

.Error {
    color: #F00;
}

Commits for litesoft/trunk/GWT_Sandbox/MultiModule/main/warResources/v1/App.css

Diff revisions: vs.
Revision Author Commited Message
554 Diff Diff GeorgeS picture GeorgeS Tue 11 Oct, 2011 17:37:25 +0000
551 Diff Diff GeorgeS picture GeorgeS Tue 11 Oct, 2011 03:28:49 +0000
503 GeorgeS picture GeorgeS Mon 12 Sep, 2011 05:29:58 +0000