Changeset 569 for trunk/web-app/css
- Timestamp:
- Jun 5, 2010, 9:48:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r565 r569 5 5 } 6 6 7 /** 7 /** 8 8 * GENERAL. 9 9 * Commonly used application colours: … … 147 147 } 148 148 149 /* Ask IE to behave. Margin, width and height might be ignored by some FF versions. */ 150 input[type="checkbox"] { 151 background: transparent; 152 border: 0; 153 margin-bottom: -1px; 154 } 155 input[type="radio"] { 156 background: transparent; 157 border: 0; 158 margin-bottom: -1px; 159 } 160 149 161 /* Logout and Top Navigation Level */ 150 162 … … 341 353 /* LIST */ 342 354 355 div.list { 356 clear:both; 357 } 343 358 .list table { 344 359 border-collapse: collapse; … … 506 521 width: 1020px; 507 522 height: 100px; 523 } 524 525 /* Text Search */ 526 div.textSearchWrapper { 527 float: left; 528 width: 100%; 529 } 530 531 div.textSearchInput { 532 float: left; 533 width: 500px; 534 margin: 0 0 0 220px; 535 padding: 0; 536 } 537 538 div.textSearchSelect { 539 text-align: left; 540 padding: 5px 5px 5px 15px; 541 } 542 543 div.textSearchRightFloat { 544 float: right; 545 text-align: right; 546 margin: 0 10px 0 0; 508 547 } 509 548
Note: See TracChangeset
for help on using the changeset viewer.