Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/GWT_Sandbox/gwtUITrimmed/src/com/gwtmobile/ui/kitchensink/public/kitchensink.css

Diff revisions: vs.
  @@ -1,28 +1,29 @@
1 1 .Slide-Content, .Tab-Content {
2 - display: -webkit-box;
3 - -webkit-box-align: center;
4 - -webkit-box-pack: center;
5 - -webkit-box-orient: vertical;
6 - color: gray;
7 - background: white;
8 - -webkit-box-flex: 1;
9 - border-radius: 0.4em;
10 - -webkit-box-shadow: white 0em 0em 0.1em;
11 - overflow: hidden;
2 + display: -webkit-box;
3 + -webkit-box-align: center;
4 + -webkit-box-pack: center;
5 + -webkit-box-orient: vertical;
6 + color: gray;
7 + background: white;
8 + -webkit-box-flex: 1;
9 + border-radius: 0.4em;
10 + -webkit-box-shadow: white 0em 0em 0.1em;
11 + overflow: hidden;
12 12 }
13 13
14 14 .Container {
15 - -webkit-box-flex: 1;
16 - display: -webkit-box;
17 - -webkit-box-orient: vertical;
15 + -webkit-box-flex: 1;
16 + display: -webkit-box;
17 + -webkit-box-orient: vertical;
18 18 }
19 - .Output {
20 - margin: .5em 0 0 0;
21 - padding: .2em;
22 - color: gray;
23 - background: white;
24 - -webkit-box-flex: 1;
25 - border-radius: 0.6em;
26 - -webkit-box-shadow: rgba(0, 0, 0, 1) 0em 0em 0.5em;
27 - /*overflow: hidden;*/
19 +
20 + .Output {
21 + margin: .5em 0 0 0;
22 + padding: .2em;
23 + color: gray;
24 + background: white;
25 + -webkit-box-flex: 1;
26 + border-radius: 0.6em;
27 + -webkit-box-shadow: rgba(0, 0, 0, 1) 0em 0em 0.5em;
28 + /*overflow: hidden;*/
28 29 }