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
/** 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
}

.WizardProgressStep {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 130%;
}

.WizardProgressText {
    font-size: 80%;
}

.WizardProgressTextPrev,
.WizardProgressTextNext,
.WizardProgressStepPrev,
.WizardProgressStepNext {
    color: #666;
}

.WizardProgressTextCurrent,
.WizardProgressStepCurrent {
    color: #E47911;
}

.WizardProgressClickable {
    cursor: pointer;
}

Commits for litesoft/trunk/GWT_Sandbox/FormEngine/war/SampleApplication.css

Diff revisions: vs.
Revision Author Commited Message
602 Diff Diff GeorgeS picture GeorgeS Wed 08 Feb, 2012 17:52:35 +0000

Added Classes for Prev, Current, & Next

601 Diff Diff GeorgeS picture GeorgeS Wed 08 Feb, 2012 01:52:17 +0000
589 GeorgeS picture GeorgeS Wed 18 Jan, 2012 19:16:02 +0000

Unchecked & FE