1/*
2 * RSConnectDeploy.css
3 *
4 * Copyright (C) 2021 by RStudio, PBC
5 *
6 * Unless you have received this program directly from RStudio pursuant
7 * to the terms of a commercial license agreement with RStudio, then
8 * this program is licensed to you under the terms of version 3 of the
9 * GNU Affero General Public License. This program is distributed WITHOUT
10 * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
11 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the
12 * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details.
13 *
14 */
15
16@external .gwt-CheckBox;
17
18.deployIllustration
19{
20   margin-left: 0;
21}
22
23.sourceDestLabels
24{
25   color: #808080;
26}
27
28.gridControl
29{
30   display: block;
31   width: 240px;
32   padding: 4px;
33}
34
35.source
36{
37   font-weight: bold;
38   padding-top: 10px;
39}
40
41.statusLabel
42{
43   font-weight: bold;
44}
45
46.transferArrow
47{
48   margin-top: 10px;
49   margin-left: 50px;
50}
51
52.normalStatus
53{
54   color: green;
55}
56
57.otherStatus
58{
59   color: red;
60}
61
62.launchCheck
63{
64   display: block;
65   margin-top: 7px;
66}
67
68.launchCheck label
69{
70   margin-left: 5px;
71}
72
73.fileList
74{
75   background-color: #ffffff;
76   border: 1px solid #999999;
77   height: 205px;
78   width: 250px;
79   padding: 7px;
80   margin-top: 5px;
81   margin-bottom: 10px;
82   margin-right: 30px;
83   overflow: hidden;
84}
85
86.wizard .fileList
87{
88   height: 140px;
89}
90
91.fileList .gwt-CheckBox,
92.fileList .gwt-CheckBox label
93{
94   white-space: nowrap;
95}
96
97.fileList .gwt-CheckBox img
98{
99   background-size: 100% auto !important;
100   vertical-align: middle;
101   margin-left: 2px;
102   margin-right: 4px;
103}
104
105.deployLabel
106{
107   font-weight: bold;
108}
109
110.rootCell
111{
112   vertical-align: top;
113}
114
115.controlLabel
116{
117   margin-top: 10px;
118   margin-bottom: 3px;
119}
120
121.urlAnchor
122{
123   display: block;
124   width: 100%;
125   overflow: hidden;
126   white-space: nowrap;
127   text-overflow: ellipsis;
128   font-size: x-small;
129   margin-top: 3px;
130   margin-bottom: 3px;
131}
132
133.accountList
134{
135   height: 100px;
136   width: 250px;
137   overflow: auto;
138}
139
140.accountList.accountListCondensed
141{
142   height: 80px;
143}
144
145.accountEntry
146{
147   width: 250px;
148   padding-left: 5px;
149   padding-right: 5px;
150   padding-top: 10px;
151   padding-bottom: 5px;
152   border: 1px solid #999999;
153   background-color: #fcfcfc;
154   overflow: auto;
155}
156
157.accountAnchor
158{
159   text-align: right;
160   font-size: x-small;
161   display: block;
162   margin-top: 5px;
163   cursor: pointer;
164}
165
166.firstControlLabel
167{
168   margin-bottom: 5px;
169}
170
171.progressPanel
172{
173   margin-top: 15px;
174   width: 250px;
175}
176
177.appDetailsPanel, .appErrorPanel
178{
179   border: 1px solid #999999;
180   padding: 5px;
181   margin: 0px;
182   overflow: hidden;
183   width: 250px;
184}
185
186.appDetailsPanel
187{
188   background-color: white;
189   white-space: nowrap;
190   text-overflow: ellipsis;
191}
192
193.appErrorPanel
194{
195   background-color: #fff3aa;
196}
197
198.descriptionPanel
199{
200   text-align: center;
201}
202
203.appErrorMessage
204{
205}
206
207.appWarningIcon
208{
209   width: 16px;
210   height: 14px;
211   margin-right: 5px;
212}
213
214.wizardDeployPage
215{
216   width: 583px;
217}
218