diff options
Diffstat (limited to 'chimere_example_static/chimere/css/extra-styles.css')
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 9196d03..cddbce1 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -1,3 +1,20 @@ +#content{ + border:0 solid transparent; + margin-top:40px; +} + +#footer a, #footer a:link, #footer a:visited{ + color:#327E04; +} + +.control_image { + vertical-align: -1px; +} + +input{ + display:inline-block; +} + .nav-pills{ margin-top:5px; } @@ -7,6 +24,14 @@ background-color: #327E04; } +#permalink{ + display:inherit; + margin:0; + margin-left:2px; + padding:inherit; + width:inherit; +} + a:hover, a:focus { color: #327E04; } @@ -28,6 +53,13 @@ a:hover, a:focus { display:none; } +.ac-results{ + position: absolute; + background-color: white; + border: 1px solid #CCC; + padding: 0.2em 0.4em; +} + #panel, #detail{ background-color: #F8F8F8; } @@ -40,6 +72,9 @@ a:hover, a:focus { border-left:1px solid #E7E7E7; padding:16px; width:400px; + background-image:url('../img/logo.jpg'); + background-position:bottom center; + background-repeat:no-repeat; } #detail { |