Changeset 99 for trunk/web-app/css
- Timestamp:
- Jan 19, 2010, 5:38:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r90 r99 20 20 .wizard .tabs .element { 21 21 background-color:#EEEEEE; 22 border-bottom:4px solid # 717f81;23 border-right:1px solid # 717f81;22 border-bottom:4px solid #006DBA; 23 border-right:1px solid #006DBA; 24 24 color:#006DBA; 25 25 cursor:default; … … 34 34 35 35 .wizard .tabs .active { 36 background-color: # 006DBA;36 background-color: #add9ee; 37 37 color: #fff; 38 38 font-weight: bold; … … 90 90 vertical-align: top; 91 91 display: inline-block; 92 font-size: 11px;93 line-height: 20px;94 92 } 95 93 96 94 .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; 95 margin-top: 4px; 96 background: url(../images/icons/famfamfam/help.png) no-repeat left top; 97 width: 16px; 98 height: 16px; 104 99 } 105 100 106 101 .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; 102 display: none; 114 103 }
Note: See TracChangeset
for help on using the changeset viewer.