From 07704199616228849c17302f21dd5a5a30dbea66 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 26 Jan 2018 14:12:33 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 8084580..dd447a4 100644 --- a/html/style.css +++ b/html/style.css @@ -50,3 +50,44 @@ background: #ffffff; } +.issue_container .issue_title{ + background: #f7f7f7; + font-weight: bold; +} + +.issue_container .issue_description{ + background: #f7f7f7; +} + +.issue_container .issue_font{ + font-weight: bold; + font-size: 12px; + display: block; +} + +.issue_container .issue_solve{ + background: #f7f7f7; +} + +.issue_container > * { + margin-bottom : 5px; +} + +.form_add .issue_title{ + width : 100%; +} + +.form_add .issue_tags{ + width : 100%; +} + +.form_add .issue_font{ + font-weight: bold; + font-size: 12px; + display: block; +} + +.form_add > *{ + margin-bottom : 5px; +} + -- cgit v1.1-26-g67d0