/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« back to all changes in this revision

Viewing changes to includes/sw/spinningwheel.css

  • Committer: Suren A. Chilingaryan
  • Date: 2011-01-26 02:48:39 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: csa@dside.dyndns.org-20110126024839-nv6qp2ie9stmd2dn
Support of Appled devices by Toni Pirhonen

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#sw-wrapper {
 
2
        position:absolute; z-index:1000;
 
3
        left:0;
 
4
        width:100%;
 
5
        font-family:helvetica, sans-serif;
 
6
        background:rgba(0,0,0,0.7);
 
7
        text-align:left;
 
8
}
 
9
 
 
10
#sw-header {
 
11
        position:relative;
 
12
        width:100%; height:43px;
 
13
        border-top:1px solid #000; border-bottom:1px solid #000;
 
14
        background:url(sw-header.png) 0 0 repeat-x;
 
15
        opacity: 0.9;
 
16
}
 
17
 
 
18
#sw-cancel, #sw-done {
 
19
        position:absolute;
 
20
        top:7px;
 
21
        height:20px; line-height:20px;
 
22
        padding:0 5px; margin:0;
 
23
        border-width:5px;
 
24
        font-size:12px; font-weight:bold;
 
25
        text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
 
26
        color:#fff;
 
27
}
 
28
 
 
29
#sw-cancel {
 
30
        left:7px;
 
31
        float:left;
 
32
        -webkit-border-image:url(sw-button-cancel.png) 5;
 
33
}
 
34
 
 
35
#sw-done {
 
36
        right:7px;
 
37
        float:right;
 
38
        -webkit-border-image:url(sw-button-done.png) 5;
 
39
}
 
40
 
 
41
.sw-pressed { opacity:0.4; }
 
42
 
 
43
#sw-slots-wrapper {
 
44
        position:relative; z-index:999;
 
45
        display:block;
 
46
        height:215px;
 
47
        padding:0 11px;
 
48
        overflow:hidden;
 
49
}
 
50
 
 
51
#sw-slots {
 
52
        display:table;
 
53
        width:100%;
 
54
        background:#fcfcfc;
 
55
}
 
56
 
 
57
#sw-slots div {
 
58
        display:table-cell;
 
59
        height:100%;
 
60
        padding-top:86px;
 
61
        border-left:2px solid #0d0e0f;
 
62
        background-color:#fcfcfc;
 
63
        background-image: url(sw-slot-border.png);
 
64
        background-position: 0 0, 100% 0;
 
65
        background-repeat: repeat-y;
 
66
}
 
67
 
 
68
#sw-slots div:first-child { border:0; }
 
69
 
 
70
#sw-slots ul {
 
71
        padding:0 0 85px 0; margin:0;
 
72
        list-style:none;
 
73
}
 
74
 
 
75
#sw-slots .sw-right { text-align:right; }
 
76
#sw-slots .sw-shrink { width:1%; }
 
77
#sw-slots .sw-readonly { background:#ddd; }
 
78
 
 
79
#sw-slots li {
 
80
        padding:0 8px;
 
81
        height:44px;
 
82
        overflow:hidden;
 
83
        font:bold 24px/44px Helvetica,sans-serif;
 
84
}
 
85
 
 
86
#sw-frame {
 
87
        position:absolute; z-index:1000;
 
88
        left:0; right:0; bottom:0;
 
89
        height:183px;
 
90
        border-width:16px;
 
91
        -webkit-border-image:url(sw-alpha.png) 16;
 
92
}
 
 
b'\\ No newline at end of file'