From 39af059cee7a72a5d0c7923fd548e78a4bbea812 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 5 Dec 2014 14:29:38 -0300 Subject: [PATCH] add label and styles --- css/src/main.css | 15 +++++++++++++-- views/createProfile.html | 12 ++++++------ 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 78553a103..1f4c256bb 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -375,7 +375,7 @@ a:hover { .box-setup-footer { overflow: hidden; - margin-top: 1.5rem; + margin-top: 2rem; padding: 1rem 0 0; border-top: 1px solid #425467; font-size: 12px; @@ -1645,8 +1645,19 @@ a.text-warning:hover {color: #FD7262;} /*/////////////////////////////////////////////////*/ .createProfile .input { + box-shadow: 0px 0px 0px 3px #213140, inset 1px 1px 0px 0px rgba(0,0,0,0.05); border-radius: 3px; - box-shadow: 0px 0px 0px 3px #1A2836, inset 1px 1px 0px 0px rgba(0,0,0,0.05); +} + +.createProfile h2 { + font-weight: 700; + font-size: 14px; + color: #A5B2BF; + text-transform: uppercase; + padding-bottom: 0.8rem; + border-bottom: 1px solid #425467; + margin-bottom: 2rem; + text-align: center; } .tabbable { diff --git a/views/createProfile.html b/views/createProfile.html index 3c454e275..3b7024348 100644 --- a/views/createProfile.html +++ b/views/createProfile.html @@ -113,8 +113,8 @@
-
[x] Creating in this device
-
[x] Creating in the cloud
+

Creating in this device

+

Creating in the cloud

- +
@@ -154,9 +154,9 @@
-
[x] Creating in this device
-
[x] Creating in the cloud
-
-> {{userOrEmail}}
+

Creating in this device

+

Creating in the cloud

+
{{userOrEmail}}