aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-31 22:44:15 -0800
committerJose Antonio Marquez2012-01-31 22:44:15 -0800
commitd2ff7026abd7e40b49917491773cba9367221f99 (patch)
tree22ab4103ebe645dbd3d38937860c137bf1c18801 /js/io/ui/cloudpopup.reel/css/cloudpopup.scss
parent67097a84b13199a6e7ee3185f1c5521208f1732f (diff)
downloadninja-d2ff7026abd7e40b49917491773cba9367221f99.tar.gz
Hooking cloud popup UI to core
Set up the popup UI for cloud to core API to detected cloud API connection.
Diffstat (limited to 'js/io/ui/cloudpopup.reel/css/cloudpopup.scss')
-rwxr-xr-xjs/io/ui/cloudpopup.reel/css/cloudpopup.scss23
1 files changed, 13 insertions, 10 deletions
diff --git a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
index ea54b1d8..ec03eb01 100755
--- a/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
+++ b/js/io/ui/cloudpopup.reel/css/cloudpopup.scss
@@ -38,17 +38,18 @@ $grey_light: #494949;
38 38
39.cloud_popup .content p 39.cloud_popup .content p
40{ 40{
41 text-shadow: 1px 1px 1px #333; 41 text-shadow: 1px 1px 1px #222;
42 margin: 0px 0px 12px 0px; 42 margin: 0px 0px 12px 0px;
43 text-align: justify; 43 text-align: justify;
44 color: #EEE; 44 color: #EEE;
45} 45}
46 46
47.cloud_popup .content .test 47.cloud_popup .content .btn_test
48{ 48{
49 float: right; 49 float: right;
50 clear: right; 50 clear: right;
51 margin: 0px 0px 0px 8px; 51 margin: 0px 0px 0px 8px;
52 width: 60px;
52} 53}
53 54
54.cloud_popup .content label 55.cloud_popup .content label
@@ -63,18 +64,21 @@ $grey_light: #494949;
63.cloud_popup .content input 64.cloud_popup .content input
64{ 65{
65 display: block; 66 display: block;
67 float: left;
68 color: #FFF;
66 border: 0px; 69 border: 0px;
67 padding: 4px; 70 padding: 4px;
68 margin: 0px; 71 margin: 0px;
69 background: $grey_dark -webkit-gradient(linear, left top, left bottom, color-stop(45%, lighten($grey_dark, 10%)), color-stop(100%, $grey_dark)); 72 width: 176px;
70 border: 1px lighten($grey_dark, 20%) solid;
71 color: #FFF;
72 float: left;
73 width: 202px;
74 border-radius: 4px; 73 border-radius: 4px;
74 text-shadow: 1px 1px 1px #222;
75 border: 1px lighten($grey_dark, 20%) solid;
76 background: $grey_dark -webkit-gradient(linear, left top, left bottom, color-stop(45%, lighten($grey_dark, 10%)), color-stop(100%, $grey_dark));
75} 77}
76 78
77.cloud_popup .content input:focus { 79.cloud_popup .content input:focus
80{
81 text-shadow: none;
78 background: #FFF; 82 background: #FFF;
79 border: 1px $grey_dark solid; 83 border: 1px $grey_dark solid;
80 color: $grey_dark; 84 color: $grey_dark;
@@ -105,7 +109,6 @@ $grey_light: #494949;
105 109
106.cloud_popup .content .status 110.cloud_popup .content .status
107{ 111{
108 color: red;
109 float: left; 112 float: left;
110 clear: right; 113 clear: right;
111 margin: 5px 0px 0px 6px; 114 margin: 5px 0px 0px 6px;
@@ -113,7 +116,7 @@ $grey_light: #494949;
113 width: 240px; 116 width: 240px;
114} 117}
115 118
116.cloud_popup .content .handle_ok, .cloud_popup .content .handle_cancel 119.cloud_popup .content .btn_ok, .cloud_popup .content .btn_cancel
117{ 120{
118 width: 80px; 121 width: 80px;
119 text-align: center; 122 text-align: center;