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
.Slide-Content, .Tab-Content {
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    color: gray;
    background: white;
    -webkit-box-flex: 1;
    border-radius: 0.4em;
    -webkit-box-shadow: white 0em 0em 0.1em;
    overflow: hidden;
}

.Container {
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.Output {
    margin: .5em 0 0 0;
    padding: .2em;
    color: gray;
    background: white;
    -webkit-box-flex: 1;
    border-radius: 0.6em;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0em 0em 0.5em;
    /*overflow: hidden;*/
}

Commits for litesoft/trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/public/kitchensink.css

Diff revisions: vs.
Revision Author Commited Message
948 Diff Diff GeorgeS picture GeorgeS Sat 07 Jun, 2014 23:42:39 +0000

Jusefuls Formatter Updated to New Code Format

642 GeorgeS picture GeorgeS Sun 29 Apr, 2012 20:30:48 +0000