Changeset 1277 for trunk/web-app
- Timestamp:
- Dec 16, 2010, 3:42:15 PM (12 years ago)
- Location:
- trunk/web-app
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/importer.css
r959 r1277 1 /** 2 * ajaxflow css 3 * 4 * @author Jeroen Wesbeek 5 * @since 20101214 6 * 7 * Revision information: 8 * $Rev$ 9 * $Author$ 10 * $Date$ 11 */ 12 13 /** START :: AJAX FLOW **/ 14 .ajaxFlow { 15 width: 100%; 16 } 17 .ajaxFlow h1 { 18 color: #006DBA; 19 font-weight: bold; 20 font-size: 18px; 21 padding-bottom: 10px; 22 } 23 .ajaxFlowError { 24 width: 97.5%; 25 border: 1px dotted red; 26 padding: 10px 10px 10px 10px; 27 } 28 29 /** START :: TABS **/ 30 .tabs { 31 display: block; 32 padding-bottom: 2px; 33 border-bottom: 2px solid #006DBA; 34 width: 100%; 35 } 36 .tabs ul { 37 list-style-type: none; /* suppression of useless elements */ 38 padding: 0px; 39 font-size: 10px; 40 margin: 0px; 41 font-family: Verdana, Arial, Helvetica, sans-serif; 42 font-size: 10px; 43 height: 20px; 44 width: 100%; 45 } 46 .tabs li { 47 float: left; 48 margin: 0px; 49 height: 20px; 50 float: left; 51 display: block; 52 text-align: center; 53 text-decoration: none; 54 color: #006DBA; 55 background: #CCC; 56 font-weight: bold; 57 } 58 .tabs li input { 59 cursor: pointer; 60 color: #006DBA; 61 background-color: transparent; 62 border: none; 63 } 64 .tabs li:last-child:after { 65 content: url('../images/importer/spacer.gif'); 66 } 67 .tabs li:first-child:before { 68 content: url('../images/importer/spacer.gif'); 69 } 70 .tabs li:before { 71 content:url(../images/importer/arrowR.gif); 72 position:inherit; 73 margin-top: 0px; 74 margin-bottom: 0px; 75 display:inline; 76 } 77 .tabs li:after { 78 content:url(../images/importer/arrowL.gif); 79 position:inherit; 80 margin-top: 0px; 81 margin-bottom: 0px; 82 display:inline; 83 } 84 .tabs .content { 85 padding: 0px 10px 0px 10px; 86 display: inline; 87 border: 0px; 88 vertical-align: top; 89 line-height: 20px; 90 } 91 .tabs .active { 92 background-color: #006DBA !important; 93 color: #fff !important; 94 text-shadow: 0px 0px 1px #333; 95 } 96 97 /** START NAVIGATION **/ 98 .navigation { 99 display: block; 100 padding-top: 2px; 101 border-top: 2px solid #006DBA; 102 width: 100%; 103 color: #666666; 104 font-size: 10px; 105 } 106 107 .navigation .prevnext { 108 cursor: pointer; 109 color: #006DBA; 110 background-color: transparent; 111 border: none; 112 } 113 114 /** CONTENT STYLES **/ 115 .content { 116 padding: 20px 0px 20px 0px; 117 } 118 119 .content h1 { 120 color: #006DBA; 121 font-weight: bold; 122 font-size: 18px; 123 } 124 .content p { 125 text-align: justify; 126 padding: 10px 0px 10px 0px; 127 } 128 129 .content a, .content a:visited { 130 color: red; 131 text-decoration: none; 132 } 133 1 134 .header 2 135 { … … 37 170 } 38 171 39 .validationfail { 172 .validationfail { 40 173 color: red; 41 174 }
Note: See TracChangeset
for help on using the changeset viewer.