# HG changeset patch # User luisf # Date 1369155711 -3600 # Node ID dd8b5f8355224d3a4f8f46fd0145f75f8d24a4bb # Parent 7fa29990914443413191cab287b78db0e0dd29c8 few changes to the CSS diff -r 7fa299909144 -r dd8b5f835522 plugins/redmine_bibliography/assets/stylesheets/bibliography.css --- a/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Tue May 21 17:20:52 2013 +0100 +++ b/plugins/redmine_bibliography/assets/stylesheets/bibliography.css Tue May 21 18:01:51 2013 +0100 @@ -39,18 +39,18 @@ div#bibliography dd span.authors { color: #808080; } div#bibliography dd span.year { padding-left: 0.6em; } -div#bibliography .box dt { +div#bibliography .box dt { background: url(../../../images/document.png) no-repeat 0% 4px; padding-left: 20px; margin-left: 0; } -div#bibliography .box dd { +div#bibliography .box dd { padding-left: 20px; margin-left: 0; } -div#bibliography h3 { - background: url(../../../images/table_multiple.png) no-repeat 0% 50%; +div#bibliography h3 { + background: url(../../../images/table_multiple.png) no-repeat 0% 50%; padding-left: 20px; } @@ -59,5 +59,15 @@ height: 200px; font: normal 8px; padding: 2px 10px; - border: solid 1px #ddd; + border: solid 1px #ddd; } + +input.author_search {width:100%} +input.author_search { + background: url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px; + border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%; +} +input.author_search.ajax-loading { + background-image: url(../images/loading.gif); +} +