Changeset 342 for trunk/web-app/css
- Timestamp:
- Apr 14, 2010, 3:38:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r341 r342 61 61 } 62 62 63 /** START :: TABS **/ 64 63 65 .wizard .tabs { 64 66 display: block; 65 height: 18px; 66 padding-top: 20px; 67 background-color: #EEEEEE; 68 } 69 70 .wizard .tabs .element { 71 background-color: #EEEEEE; 72 border-bottom: 4px solid #006DBA; 73 border-right: 1px solid #006DBA; 74 color: #006DBA; 75 cursor: default; 76 display: inline; 67 padding-bottom: 2px; 68 border-bottom: 2px solid #006DBA; 69 width: 100%; 70 } 71 .wizard .tabs ul { 72 list-style-type: none; /* suppression of useless elements */ 73 padding: 0px; 74 font-size: 10px; 75 margin: 0px; 76 font-family:Verdana, Arial, Helvetica, sans-serif; 77 77 font-size: 10px; 78 78 height: 20px; 79 margin: 0px 0px 0px 0px; 80 padding: 20px 15px 0px 15px; 79 width: 100%; 80 } 81 .wizard .tabs img { border:0px; } 82 .wizard .tabs li { 83 float: left; 84 margin: 0px; 85 height: 20px; 86 float: left; 87 display: block; 81 88 text-align: center; 82 89 text-decoration: none; 83 } 84 90 color: #006DBA; 91 background: #CCC; 92 font-weight: bold; 93 } 94 .wizard .tabs .content { 95 padding: 0px 10px 0px 10px; 96 display: inline; 97 border: 0px; 98 } 85 99 .wizard .tabs .active { 86 background-color: #add9ee; 87 color: #fff; 88 font-weight: bold; 89 } 100 background-color: #006DBA !important; 101 color: #fff !important; 102 } 103 .wizard .tabs .arrow { 104 position:inherit; 105 margin-top: 0px; 106 margin-bottom: 0px; 107 display:inline; 108 } 109 110 /** END :: TABS **/ 90 111 91 112 .wizard .content { 92 113 display: block; 114 padding-bottom: 10px; 115 border-bottom: 2px solid #006DBA; 93 116 } 94 117 … … 97 120 color: #666666; 98 121 font-size: 10px; 99 padding-top: 10px;100 122 } 101 123
Note: See TracChangeset
for help on using the changeset viewer.