Mercurial > hg > soundsoftware-site
annotate plugins/redmine_bibliography/assets/stylesheets/bibliography.css @ 1621:3a510bf6a9bc
Merge from live branch
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2018 10:44:33 +0100 |
parents | b09744f35f76 |
children |
rev | line source |
---|---|
luis@558 | 1 li .handle { |
chris@619 | 2 font-size: 12px; |
chris@619 | 3 cursor: move; |
chris@619 | 4 color: #777; |
luis@603 | 5 } |
luis@603 | 6 |
luis@1380 | 7 .readonly { |
chris@619 | 8 border: none; |
chris@623 | 9 padding: 0; |
chris@623 | 10 margin: 0; |
chris@619 | 11 background-color: transparent; |
chris@619 | 12 } |
chris@619 | 13 |
chris@623 | 14 .tabular .author_identify label { |
chris@619 | 15 font-weight: normal; |
chris@619 | 16 } |
chris@623 | 17 |
chris@623 | 18 .tabular .author_edit p { |
chris@623 | 19 padding-bottom: 0; |
chris@623 | 20 } |
chris@623 | 21 |
chris@623 | 22 .tabular .author_edit .description { |
chris@623 | 23 font-style: italic; |
luis@1394 | 24 font-size: small; |
chris@623 | 25 } |
chris@623 | 26 |
chris@625 | 27 .publication_project { |
chris@625 | 28 margin-right: 18px; |
chris@625 | 29 } |
chris@645 | 30 |
chris@1039 | 31 div#bibliography dd { margin-bottom: 1em; font-size: 0.9em; } |
luis@1017 | 32 |
chris@645 | 33 div#bibliography dd .authors { font-style: italic; } |
chris@645 | 34 div#bibliography dd span.authors { color: #808080; } |
chris@645 | 35 div#bibliography dd span.year { padding-left: 0.6em; } |
chris@645 | 36 |
luis@1290 | 37 div#bibliography .box dt { |
chris@1039 | 38 background: url(../../../images/document.png) no-repeat 0% 4px; |
chris@1039 | 39 padding-left: 20px; |
chris@1039 | 40 margin-left: 0; |
luis@1017 | 41 } |
luis@1290 | 42 div#bibliography .box dd { |
chris@1039 | 43 padding-left: 20px; |
chris@1039 | 44 margin-left: 0; |
luis@1017 | 45 } |
luis@1017 | 46 |
luis@1290 | 47 div#bibliography h3 { |
luis@1290 | 48 background: url(../../../images/table_multiple.png) no-repeat 0% 50%; |
luis@1023 | 49 padding-left: 20px; |
luis@1023 | 50 } |
luis@1017 | 51 |
luis@1023 | 52 div#bibliography textarea { |
luis@1023 | 53 width: 90%; |
luis@1023 | 54 height: 200px; |
luis@1023 | 55 font: normal 8px; |
luis@1023 | 56 padding: 2px 10px; |
luis@1290 | 57 border: solid 1px #ddd; |
chris@1037 | 58 } |
luis@1290 | 59 |
luis@1290 | 60 input.author_search {width:100%} |
luis@1290 | 61 input.author_search { |
luis@1291 | 62 background: url(../../../images/magnifier.png) no-repeat 2px 50%; padding-left:20px; |
luis@1290 | 63 border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%; |
luis@1290 | 64 } |
luis@1290 | 65 input.author_search.ajax-loading { |
luis@1291 | 66 background-image: url(../../../images/loading.gif); |
luis@1290 | 67 } |
luis@1290 | 68 |
luis@1407 | 69 .search_author_tie { |
luis@1403 | 70 display: none; |
luis@1403 | 71 float: left; |
luis@1380 | 72 } |
luis@1408 | 73 |
luis@1408 | 74 .author_edit_btn { |
luis@1408 | 75 display: none; |
luis@1408 | 76 } |