Changeset 107 for trunk/web-app/css
- Timestamp:
- Jan 22, 2010, 6:37:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r99 r107 56 56 } 57 57 58 .wizard .element .input .isExample { 59 color: #006DBA; 60 background-color: transparent; 61 border: 0px; 62 input: disabled; 63 } 64 65 58 66 .wizard .error { 59 67 display: block; … … 87 95 } 88 96 97 .wizard .element .helpIcon { 98 display: inline-block; 99 margin-top: 4px; 100 background: url(../images/icons/famfamfam/help.png) no-repeat left top; 101 width: 16px; 102 height: 16px; 103 } 104 105 .wizard .element .helpContent { 106 display: none; 107 } 108 89 109 .wizard .element .help { 90 110 vertical-align: top;
Note: See TracChangeset
for help on using the changeset viewer.