From 06cbadaeeb729e7c4d8f31508d1a4878b4172c82 Mon Sep 17 00:00:00 2001 From: yamat0jp Date: Fri, 23 Dec 2016 20:09:09 +0900 Subject: [PATCH] button move right --- static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index c0d8ede..6ceb9cd 100755 --- a/static/css/main.css +++ b/static/css/main.css @@ -55,7 +55,8 @@ header textarea { button { position:absolute; width:80px; - height:30px + height:30px; + right:20px } button.sticky { -- 2.11.0