diff options
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 41 |
1 files changed, 41 insertions, 0 deletions
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; +} + |