diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/responsive/_new_request_style.scss | 36 |
1 files changed, 30 insertions, 6 deletions
diff --git a/app/assets/stylesheets/responsive/_new_request_style.scss b/app/assets/stylesheets/responsive/_new_request_style.scss index e07ecb55c..f6d4f6a42 100644 --- a/app/assets/stylesheets/responsive/_new_request_style.scss +++ b/app/assets/stylesheets/responsive/_new_request_style.scss @@ -26,18 +26,28 @@ } + + #to_public_body { font-weight: bold; font-size: 1.3em; + margin-bottom: 0.5em; +} + +.to_public_body_label { + color: #777; + font-weight: normal; +} + +#request_header { + border-bottom: 1px solid #ccc; //Unsupported browsers will ignore the rgba declaration below + border-color: rgba(0,0,0,0.1); + margin-bottom: 2em; } #request_header_text { - border-radius:3px; - background-color: lighten(#62b356, 23%); - padding:0 1em; - margin-bottom: 1.5em; - margin-top: 1.5em; overflow: hidden; + font-size: 0.875em; h3 { font-size: 1em; } @@ -47,13 +57,27 @@ #request_advice { ul { margin:0 auto; - + list-style: none outside none; + padding-left: 0; li { margin:0 0 1em; } } } +.advice-panel { + background-color: darken(#f7eee1, 5%); + padding: 1.5em; + margin-top: 1em; +} + + + +.advice-panel { + background-color: darken(#f7eee1, 5%); + padding: 1.5em; + margin-top: 1em; +} /* Batch request page */ |