extensions/net.sf.basedb.reggie/trunk/resources/personal/retractionexport.css

Code
Comments
Other
Rev Date Author Line
2839 20 Oct 14 olle 1 @charset "UTF-8";
2839 20 Oct 14 olle 2
2839 20 Oct 14 olle 3 .fullyear
2839 20 Oct 14 olle 4 {
2839 20 Oct 14 olle 5   font-weight: bold;
2839 20 Oct 14 olle 6 }
2839 20 Oct 14 olle 7
2839 20 Oct 14 olle 8 #previewWrapper
2839 20 Oct 14 olle 9 {
2839 20 Oct 14 olle 10 /*
2839 20 Oct 14 olle 11   position: absolute;
2839 20 Oct 14 olle 12   top: 9em;
2839 20 Oct 14 olle 13 */
2839 20 Oct 14 olle 14   position: relative;
2839 20 Oct 14 olle 15   top: +1em;
2839 20 Oct 14 olle 16   bottom: 0;
2839 20 Oct 14 olle 17   left: 0;
2839 20 Oct 14 olle 18   right: 0;
2839 20 Oct 14 olle 19   overflow: visible;
2839 20 Oct 14 olle 20 }
2839 20 Oct 14 olle 21
2839 20 Oct 14 olle 22 #previewList
2839 20 Oct 14 olle 23 {
2839 20 Oct 14 olle 24 /*
2839 20 Oct 14 olle 25   position: absolute;
2839 20 Oct 14 olle 26   top: 1.5em;
2839 20 Oct 14 olle 27 */
2839 20 Oct 14 olle 28   position: relative;
2839 20 Oct 14 olle 29   top: +1.5em;
2839 20 Oct 14 olle 30   bottom: 0px;
2839 20 Oct 14 olle 31   left: 0;
2839 20 Oct 14 olle 32   right: 0;
2839 20 Oct 14 olle 33   overflow: auto;
2839 20 Oct 14 olle 34   white-space: pre; 
2839 20 Oct 14 olle 35   font-family: monospace;
2839 20 Oct 14 olle 36   border-top: 1px dotted #A0A0A0;
2839 20 Oct 14 olle 37   background: #E8E8E8;
2839 20 Oct 14 olle 38 }
2839 20 Oct 14 olle 39
2839 20 Oct 14 olle 40 #previewTitle
2839 20 Oct 14 olle 41 {
2839 20 Oct 14 olle 42   font-weight: bold;
2839 20 Oct 14 olle 43   padding-left: 1em;
2839 20 Oct 14 olle 44 }
2839 20 Oct 14 olle 45
2839 20 Oct 14 olle 46 #previewList table
2839 20 Oct 14 olle 47 {
2839 20 Oct 14 olle 48   width: 100%;
2839 20 Oct 14 olle 49 }
2839 20 Oct 14 olle 50
2839 20 Oct 14 olle 51 #previewList th
2839 20 Oct 14 olle 52 {
2839 20 Oct 14 olle 53   border-bottom: 1px dotted #A0A0A0;
2839 20 Oct 14 olle 54 }
2839 20 Oct 14 olle 55
2839 20 Oct 14 olle 56 #previewList td, #previewList th
2839 20 Oct 14 olle 57 {
2839 20 Oct 14 olle 58   text-align: left;
2839 20 Oct 14 olle 59   padding: 2px 1em 2px 1em;
2839 20 Oct 14 olle 60   vertical-align: bottom;
2839 20 Oct 14 olle 61 }
2839 20 Oct 14 olle 62
2839 20 Oct 14 olle 63 .consent-warning
2839 20 Oct 14 olle 64 {
2839 20 Oct 14 olle 65   color: #A00000;
2839 20 Oct 14 olle 66   background-color: #F8F8E8;
2839 20 Oct 14 olle 67 }
2839 20 Oct 14 olle 68
2839 20 Oct 14 olle 69 .consent-warning td:last-child
2839 20 Oct 14 olle 70 {
2839 20 Oct 14 olle 71   background-image: url('../images/warning_small.png');
2839 20 Oct 14 olle 72   background-position: 95% 50%;
2839 20 Oct 14 olle 73   background-repeat: no-repeat;
2839 20 Oct 14 olle 74 }