changeset 1290:dd8b5f835522 redmine-2.2-integration

few changes to the CSS
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 21 May 2013 18:01:51 +0100
parents 7fa299909144
children 97b98e7a6eee
files plugins/redmine_bibliography/assets/stylesheets/bibliography.css
diffstat 1 files changed, 15 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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);
+}
+