diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/main.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index c459597b6..42c22b45a 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -232,6 +232,47 @@ div.fieldWithErrors { display:inline; } text-align: left; } +#public_body_search ul { + padding: 1em 0 1em 0; + border: solid 1px #4e451b; + list-style-type: none; + background-color: #ffffff; +} +#public_body_search li { + background-color: #ffffff; +} +.public_body_search_note { + font-style: italic; + text-align: center; +} + +/* from auto_complete plugin */ +div.auto_complete { + width: 350px; + background: #fff; +} +div.auto_complete ul { + border:1px solid #888; + margin:0; + padding:0; + width:100%; + list-style-type:none; +} +div.auto_complete ul li { + margin:0; + padding:3px; +} +div.auto_complete ul li.selected { + background-color: #ffb; +} +div.auto_complete ul strong.highlight { + color: #800; + margin:0; + padding:0; +} + + + /* /new - submitting requests */ #writeForm { |