From a297f1c384a517f56989a8e8d72dfad5e7f3551c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 9 Jan 2016 05:59:27 +0000 Subject: [PATCH] changed the common style of the title-band class a bit --- codepot/src/css/common.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index d2bb0879..1d4b24e5 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -734,7 +734,7 @@ textarea { margin: 0.3em 0em 0.5em 0em; padding: 1em 0.5em 1em 0.5em; - text-align: right; + /*text-align: right;*/ -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -749,6 +749,17 @@ textarea { float: left; text-transform: uppercase; font-weight: bold; + font-size: 1.2em !important; + line-height: 1.5em; + margin: 0; + padding: 0; +} + +.content .title-band .actions { + float: right; + line-height: 1.5em; + margin: 0; + padding: 0; } .content .sidebar {