@cmusei/console-forge 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,192 +0,0 @@
1
- /******************************************************************************
2
- * Copyright 2013 VMware, Inc. All rights reserved.
3
- *****************************************************************************/
4
-
5
- /*
6
- * trackpad.css
7
- *
8
- * Defines style for the trackpad widget.
9
- */
10
-
11
- /*
12
- * jQuery UI Dialog 1.8.16
13
- */
14
- .ui-dialog {
15
- padding: 0;
16
- box-shadow: 0px 5px 7px rgba(0,0,0,.5);
17
- }
18
-
19
- .ui-dialog .ui-dialog-titlebar {
20
- padding: .8em .8em;
21
- border-bottom-left-radius: 0;
22
- border-bottom-right-radius: 0;
23
- }
24
-
25
- .ui-dialog .ui-dialog-titlebar-close {
26
- right: .4em;
27
- margin-top: -11px;
28
- }
29
-
30
- .ui-widget-content {
31
- border: 0;
32
- background: #ffffff;
33
- color: #333333;
34
- }
35
-
36
- .ui-widget-header a {
37
- color: #333333;
38
- }
39
-
40
- /*
41
- * Touch sprite is loaded in a single class (as we have disabled caching images).
42
- * We do this for the iOS case, due to extreme limitations in terms of image size.
43
- * This form of grouped declaration forces all these definitions to load the same
44
- * sprite. (This is also loaded upfront for the navbar so its always visible).
45
- * For details see PR - 978390.
46
- */
47
- .trackpad-wrapper .ui-dialog-titlebar-close .ui-icon,
48
- .trackpad-wrapper .ui-dialog-titlebar .ui-dialog-title,
49
- .touch-sprite {
50
- background-image: url('../img/touch_sprite.png');
51
- }
52
-
53
- /* Replace jquery ui title bar close icon. */
54
- .trackpad-wrapper .ui-dialog-titlebar-close {
55
- margin-top: -9px;
56
- border: 0 !important;
57
- background: none !important;
58
- }
59
-
60
- .trackpad-wrapper .ui-dialog-titlebar-close {
61
- margin-top: -11px;
62
- }
63
-
64
- /* Background-image is defined along with touch-sprite in 1 place. */
65
- .trackpad-wrapper .ui-dialog-titlebar-close .ui-icon {
66
- background-position: -9px -239px;
67
- background-repeat: no-repeat;
68
- }
69
-
70
- .trackpad-wrapper .ui-dialog-titlebar-close .ui-icon:active {
71
- background-position-x: -24px;
72
- background-repeat: no-repeat;
73
- }
74
-
75
- /* The grabber icon indicating the dialog could be moved around */
76
- .trackpad-wrapper .ui-dialog-titlebar .ui-dialog-title {
77
- background-position: -10px -255px;
78
- background-repeat: no-repeat;
79
- width: 40px;
80
- height: 14px;
81
- margin: 0 0 0 42%;
82
- }
83
- .trackpad-wrapper .ui-dialog-titlebar .ui-dialog-title:active {
84
- background-position-x: -52px;
85
- }
86
-
87
- .trackpad-wrapper {
88
- width: 289px !important; /* As this is less than the default value */
89
- border: 1px solid #333 !important;
90
- background: none !important;
91
- border-radius: 6px;
92
- box-shadow: 0px 4px 9px rgba(0,0,0,.6);
93
- }
94
-
95
- .trackpad-wrapper .ui-dialog-titlebar {
96
- border-top: 1px solid #ccc;
97
- border-left: 1px solid #aaa;
98
- border-right: 1px solid #aaa;
99
- border-bottom: 0;
100
- padding: .5em .8em .4em .8em;
101
- background: rgb(175,176,187); /* Old browsers */
102
- background: -webkit-linear-gradient(top, rgba(175,176,187,.93) 0%,rgba(170,171,182,.93) 100%); /* Chrome10+,Safari5.1+ */
103
- background: -o-linear-gradient(top, rgba(175,176,187,.93) 0%,rgba(170,171,182,.93) 100%); /* Opera 11.10+ */
104
- background: -ms-linear-gradient(top, rgba(175,176,187,.93) 0%,rgba(170,171,182,.93) 100%); /* IE10+ */
105
- background: linear-gradient(top, rgba(175,176,187,.93) 0%,rgba(170,171,182,.93) 100%); /* W3C */
106
- border-top-left-radius: 5px;
107
- border-top-right-radius: 5px;
108
- }
109
-
110
- .trackpad-wrapper .trackpad-container {
111
- padding: 0 !important;
112
- }
113
-
114
- .trackpad-wrapper .left-border {
115
- background: rgb(170,171,182); /* Old browsers */
116
- background: -webkit-linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* Chrome10+,Safari5.1+ */
117
- background: -o-linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* Opera 11.10+ */
118
- background: -ms-linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* IE10+ */
119
- background: linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* W3C */
120
- margin-top: -1px;
121
- float: left;
122
- width: 12px;
123
- height: 209px;
124
- border: 0;
125
- }
126
-
127
- .trackpad-wrapper .touch-area {
128
- background: rgba(255,255,255,0.8);
129
- background: -webkit-linear-gradient(-70deg, rgba(255,255,255,0.8) 0%, rgba(238,238,240,0.8) 22%, rgba(210,210,216,0.8) 71%); /* Chrome10+,Safari5.1+ */
130
- background: -o-linear-gradient(-70deg, rgba(255,255,255,0.8) 0%, rgba(238,238,240,0.8) 22%, rgba(210,210,216,0.8) 71%); /* Opera 11.10+ */
131
- background: -ms-linear-gradient(-70deg, rgba(255,255,255,0.8) 0%, rgba(238,238,240,0.8) 22%, rgba(210,210,216,0.8) 71%); /* IE10+ */
132
- background: linear-gradient(110deg, rgba(255,255,255,0.8) 0%, rgba(238,238,240,0.8) 22%, rgba(210,210,216,0.8) 71%); /* W3C */
133
- border: 1px solid #555;
134
- box-shadow: 0 2px 6px 1px #888 inset;
135
- float: left;
136
- width: 263px;
137
- height: 206px;
138
- }
139
-
140
- .trackpad-wrapper .right-border {
141
- background: rgb(170,171,182); /* Old browsers */
142
- background: -webkit-linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* Chrome10+,Safari5.1+ */
143
- background: -o-linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* Opera 11.10+ */
144
- background: -ms-linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* IE10+ */
145
- background: linear-gradient(top, rgba(170,171,182,.93) 0%,rgba(123,123,133,.93) 100%); /* W3C */
146
- margin-top: -1px;
147
- float: left;
148
- width: 12px;
149
- height: 209px;
150
- border: 0;
151
- }
152
-
153
- .trackpad-wrapper .bottom-border {
154
- background: rgb(123,123,133); /* Old browsers */
155
- background: -webkit-linear-gradient(top, rgba(123,123,133,.93) 0%,rgba(110,110,119,.93) 100%); /* Chrome10+,Safari5.1+ */
156
- background: -o-linear-gradient(top, rgba(123,123,133,.93) 0%,rgba(110,110,119,.93) 100%); /* Opera 11.10+ */
157
- background: -ms-linear-gradient(top, rgba(123,123,133,.93) 0%,rgba(110,110,119,.93) 100%); /* IE10+ */
158
- background: linear-gradient(top, rgba(123,123,133,.93) 0%,rgba(110,110,119,.93) 100%); /* W3C */
159
- width: 289px;
160
- height: 73px;
161
- margin-top: 208px;
162
- border: 0;
163
- }
164
-
165
- .trackpad-wrapper .button-left, .trackpad-wrapper .button-right {
166
- background: rgb(255,255,255); /* Old browsers */
167
- background: -webkit-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(225,225,227,.7) 3%,rgba(204,204,204,.7) 45%,rgba(190,190,195,.7) 96%,rgba(131,131,135,.7) 100%); /* Chrome10+,Safari5.1+ */
168
- background: -o-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(225,225,227,.7) 3%,rgba(204,204,204,.7) 45%,rgba(190,190,195,.7) 96%,rgba(131,131,135,.7) 100%); /* Opera 11.10+ */
169
- background: -ms-linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(225,225,227,.7) 3%,rgba(204,204,204,.7) 45%,rgba(190,190,195,.7) 96%,rgba(131,131,135,.7) 100%); /* IE10+ */
170
- background: linear-gradient(top, rgba(255,255,255,.7) 0%,rgba(225,225,227,.7) 3%,rgba(204,204,204,.7) 45%,rgba(190,190,195,.7) 96%,rgba(131,131,135,.7) 100%); /* W3C */
171
- border-radius: 6px;
172
- box-shadow: 0 2px 5px #333;
173
- float: left;
174
- width: 126px;
175
- height: 47px;
176
- }
177
-
178
- .trackpad-wrapper .button-left {
179
- margin: 12px 0px auto 12px;
180
- }
181
-
182
- .trackpad-wrapper .button-right {
183
- margin: 12px;
184
- }
185
-
186
- .trackpad-wrapper .button-left.button-highlight,
187
- .trackpad-wrapper .button-right.button-highlight {
188
- background: -webkit-linear-gradient(top, rgba(170,171,182,.7) 0%,rgba(123,123,133,.7) 100%); /* Chrome10+,Safari5.1+ */
189
- background: -o-linear-gradient(top, rgba(170,171,182,.7) 0%,rgba(123,123,133,.7) 100%); /* Opera 11.10+ */
190
- background: -ms-linear-gradient(top, rgba(170,171,182,.7) 0%,rgba(123,123,133,.7) 100%); /* IE10+ */
191
- background: linear-gradient(top, rgba(170,171,182,.7) 0%,rgba(123,123,133,.7) 100%); /* W3C */
192
- }