Mercurial > hg > bts-webui
changeset 116:c6655f086539 draft
Restore removed styles
author | marga |
---|---|
date | Tue, 28 Jul 2009 22:23:35 +0000 |
parents | 8b94925d251e |
children | 2417a0ecc73d |
files | bts_webui/amancay/static/amancay.css |
diffstat | 1 files changed, 75 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bts_webui/amancay/static/amancay.css +++ b/bts_webui/amancay/static/amancay.css @@ -195,7 +195,7 @@ } .bug .bug_title { clear: both; - font-size: xx-large; + font-size: x-large; } .bug .bug_title .bug_severity { font-size: xx-small; @@ -247,6 +247,9 @@ font-size: larger; font-weight: bold; } +div.bug_actions { + text-align: right; +} #tags_available { text-align: center; padding: 0.5em; @@ -266,3 +269,74 @@ .tag_draggable a:hover { color: red; } + +/* Action forms */ +div.action_form { + display: none; + font-size: small; +} + +fieldset.action_form { + margin-top: 0.5em; + margin-right: 2em; + padding: 0.5em; +} + +div.action_form ul { + margin-bottom: 0.3em; + margin-top: 0.3em; + padding: 0; + list-style: none; +} +div.action_form li { + padding-bottom: 0.4em; + padding-top: 0.4em; +} +div.action_form label { + display: block; + float: left; + width: 8em; + margin-right: 1em; + text-align: right; +} + +div.action_form input { + width: 80%; +} + +div.action_form textarea { + width: 80%; +} + +div.action_form input.submit { + float: right; + width: 8em; +} + +/* Pager */ +div.pager{ + font-size: small; + margin-bottom: 0.2em; +} + +span.total_bugs { + +} + +span.page_numbers { + float: right; +} + +ul.page_numbers { + list-style: none; + margin: 0; + padding: 0; + display: inline; +} +ul.page_numbers li { + padding-right: 0.5em; + display: inline; + margin: 0; + white-space: nowrap; +} +