aboutsummaryrefslogtreecommitdiffstats
path: root/vid/src/main/webapp/app/vid/styles/instantiate.css
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-07 13:11:03 -0500
committerDR695H <dr695h@att.com>2017-02-07 13:12:28 -0500
commit13ce0552dc7156b6e3e226c00295705f27780a40 (patch)
treea9ada50d0a86c0fdc253c188d1328f6e880bfaf5 /vid/src/main/webapp/app/vid/styles/instantiate.css
parent77b87f76ff2799bd1f5fe85552f1c5e7081eb4df (diff)
actually adding the files to the initial commit
Change-Id: I2f0c09692c2ae70be61b8bb552fd1bd2983eb661 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'vid/src/main/webapp/app/vid/styles/instantiate.css')
-rw-r--r--vid/src/main/webapp/app/vid/styles/instantiate.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/vid/src/main/webapp/app/vid/styles/instantiate.css b/vid/src/main/webapp/app/vid/styles/instantiate.css
new file mode 100644
index 000000000..81a76f420
--- /dev/null
+++ b/vid/src/main/webapp/app/vid/styles/instantiate.css
@@ -0,0 +1,62 @@
+div[ng-controller=InstantiationController] .popupContents {
+ text-align: left;
+}
+
+div[ng-controller=InstantiationController] .statusLine {
+ vertical-align: center;
+}
+
+div[ng-controller=InstantiationController] .statusLine img {
+ width: 20px;
+ margin: 10px;
+}
+
+div[ng-controller=InstantiationController] .status {
+ margin-left: 5px;
+}
+
+div[ng-controller=InstantiationController] .feedback {
+ height: 35px;
+ vertical-align: center;
+}
+
+div[ng-controller=InstantiationController] .progress {
+ margin: 0px 10px;
+ font-weight: bold;
+}
+
+div[ng-controller=InstantiationController] .error {
+ width: 630px;
+ font-weight: bold;
+ font-size: 16px;
+ color: red;
+ margin: 0px 10px 0px 45px;
+}
+
+div[ng-controller=InstantiationController] .error img {
+ width: 25px;
+ margin: 0px 10px;
+}
+
+div[ng-controller=InstantiationController] .buttonRow {
+ text-align: center;
+ margin-bottom: 10px;
+}
+
+div[ng-controller=InstantiationController] .log {
+ width: 700px;
+ height: 500px;
+ border: solid black 1px;
+ text-align: left !important;
+ margin: 10px;
+ padding: 10px;
+ overflow: auto;
+}
+
+div[ng-controller=InstantiationController] .aaiHidden {
+ visibility: hidden;
+}
+
+div[ng-controller=InstantiationController] .aaiVisible {
+ visibility: visible;
+} \ No newline at end of file