From afe628aabe125114693dbec42a6062e834695dbc Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 30 Jan 2015 08:34:08 +0000 Subject: [PATCH] adjusted the size of the sign-in button --- codepot/src/css/common.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index 55f4ff03..ceef4f6c 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -110,6 +110,13 @@ body { .content .taskbar form input[type="submit"] { cursor: pointer; + height: 1.6em; /* lower than line-height of taskbar */ + vertical-align: middle; + padding-left: 5px; + padding-right: 5px; + text-transform: uppercase; +} + } .content .projectbar {