Changeset 90 for trunk/web-app
- Timestamp:
- Jan 15, 2010, 3:10:15 PM (11 years ago)
- Location:
- trunk/web-app
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r89 r90 20 20 .wizard .tabs .element { 21 21 background-color:#EEEEEE; 22 border-bottom:4px solid # CCCCCC;23 border-right:1px solid # CCCCCC;24 color:# 666666;22 border-bottom:4px solid #717f81; 23 border-right:1px solid #717f81; 24 color:#006DBA; 25 25 cursor:default; 26 26 display:inline; … … 34 34 35 35 .wizard .tabs .active { 36 background-color: # 666666;36 background-color: #006DBA; 37 37 color: #fff; 38 38 font-weight: bold; … … 89 89 .wizard .element .help { 90 90 vertical-align: top; 91 display: inline; 91 display: inline-block; 92 font-size: 11px; 93 line-height: 20px; 92 94 } 95 96 .wizard .element .help .icon { 97 margin-top: 4px; 98 } 99 100 .wizard .element .help .text { 101 padding-left: 5px; 102 padding-right: 5px; 103 border: 1px solid white; 104 } 105 106 .wizard .element .help .content { 107 position: absolute; 108 background-color: #292929; 109 color: #006DBA; 110 margin-left: 20px; 111 margin-top: -19px; 112 opacity: 0; 113 border: 1px solid black; 114 }
Note: See TracChangeset
for help on using the changeset viewer.