From 9dfcf8a301c37b359cf18880732ad63b413ce63e Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 24 Feb 2017 17:32:41 +0200 Subject: Align attachments with usercard, make buttons use theme colors, prettify login form, more border radii adjustment for consistency. --- src/components/post_status_form/post_status_form.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/components/post_status_form') diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index d345ec13..ef8034a3 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -2,7 +2,7 @@
- +
@@ -15,7 +15,7 @@
- +
@@ -58,7 +58,7 @@ margin: 10px; padding: 5px; background: rgba(230,230,230,0.6); - border-radius: 0.5em; + border-radius: 5px; font-weight: bold; } } @@ -77,10 +77,11 @@ } form textarea { - border: none; - border-radius: 2px; + border: solid; + border-width: 1px; + border-radius: 5px; line-height:16px; - padding: 0.5em; + padding: 5px; resize: vertical; } -- cgit v1.2.3-70-g09d2 From 142a8a1a76c1237078ef7ced163a4088638441ff Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 24 Feb 2017 19:43:27 +0200 Subject: Fix poor choice of colors for input/textarea borders, adjust login form padding. --- src/components/login_form/login_form.vue | 7 ++++--- src/components/post_status_form/post_status_form.vue | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'src/components/post_status_form') diff --git a/src/components/login_form/login_form.vue b/src/components/login_form/login_form.vue index 47495a48..c0ea4313 100644 --- a/src/components/login_form/login_form.vue +++ b/src/components/login_form/login_form.vue @@ -1,7 +1,7 @@