Changeset 216 for trunk/web-app/css
- Timestamp:
- Feb 26, 2010, 3:23:03 PM (11 years ago)
- Location:
- trunk/web-app/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/default_style.css
r162 r216 30 30 margin: 20px 0 10px; 31 31 } 32 32 33 /** END :: header **/ 33 34 /** START :: topnav **/ -
trunk/web-app/css/wizard.css
r213 r216 21 21 padding-left: 20px; 22 22 background: url(../images/icons/famfamfam/information.png) no-repeat center left; 23 } 24 25 .wizard .famfamfam { 26 width: 16px; 27 height: 16px; 28 margin-top: 5px; 23 29 } 24 30 … … 212 218 } 213 219 214 .wizard .table input , .wizard .table select {220 .wizard .table input[type=text], .wizard .table select { 215 221 border: 1px solid #8e908f; 216 222 margin: 2px 0; … … 219 225 width: 100px; 220 226 } 221 .wizard .table .header input , .wizard .table .header select, .wizard .table .header button {227 .wizard .table .header input[type=text], .wizard .table .header select, .wizard .table .header button { 222 228 border: 1px solid #8e908f; 223 229 margin: 2px 0; 224 230 padding: 2px 4px; 225 231 background-color: #fff; 226 width: 100px;232 width: 75px; 227 233 } 228 234 … … 238 244 239 245 /* END :: TABLE */ 240 241 /* START :: GROUPING */242 .wizard .grouping {243 border: 1px solid black;244 display: inline-block;245 height: auto;246 width: 100%;247 }248 249 .wizard .grouping .ui-selected {250 background-color: red;251 }252 .wizard .grouping .ui-selecting {253 background-color: orange;254 }255 256 .wizard .grouping .subjects {257 display: block;258 float: left;259 }260 .wizard .grouping .subjects .subject {261 margin: 1px;262 padding: 0.2em;263 font-size: .8em;264 height: 14px;265 }266 .wizard .grouping .middle {267 display: inline-block;268 float: left;269 }270 .wizard .grouping .add {271 background: url(../images/wizard/add.png) no-repeat left top;272 width: 149px;273 height: 29px;274 margin-top: 10px;275 margin-left: 14px;276 }277 .wizard .grouping .add-hover {278 background: url(../images/wizard/add-hover.png) no-repeat left top;279 }280 .wizard .grouping .remove {281 background: url(../images/wizard/remove.png) no-repeat left top;282 width: 149px;283 height: 29px;284 margin-top: 10px;285 }286 .wizard .grouping .remove-hover {287 background: url(../images/wizard/remove-hover.png) no-repeat left top;288 }289 .wizard .grouping .right {290 display: inline-block;291 float: right;292 }293 .wizard .grouping .right .form {294 border: 1px solid black;295 }296 .wizard .grouping .group {297 margin: 5px 0px 5px 0px;298 border: 1px solid black;299 height: auto;300 }301 .wizard .grouping .ui-selected {302 border: 4px solid red;303 }304 .wizard .grouping .group .label {305 display: block;306 background-color: #006DBA;307 color: #fff;308 font-weight: bold;309 width: auto;310 height: 32px;311 line-height: 32px;312 text-align: center;313 }314 .wizard .grouping .group .subjects {315 display: inline-block;316 height: auto;317 }318 .wizard .grouping .group .subject {319 display: inline-block;320 width: 100%;321 font-size: 10px;322 }323 324 /* END :: GROUPING */
Note: See TracChangeset
for help on using the changeset viewer.