diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/main.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 0c669e8ef..b6e7c1b1a 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -312,6 +312,7 @@ h1, h2, h3 line-height: 1em; letter-spacing: 0em; color: #555; + clear: left; } h1 { font-size: 1.8em;} h2 { font-size: 1.4em;} @@ -927,6 +928,29 @@ a img.attachment_image { #body_sidebar a { text-decoration: none; } +/*------------------------------------------------ selecting an authority */ + +#authority_search_ahead_results +{ + width: 26em; + float: left; +} + +#authority_preview +{ + width: 26em; + float: right; + background-color: #FFFFE0; + padding-left: 1em; + padding-right: 1em; +} + + #authority_preview #stepwise_make_request + { + margin: 0; + } + + /*------------------------------------------------ making a request / sign up / sign in */ #request_advice |