Defect #4495 ยป defect4495.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 515 | 515 |
p.progress-info {clear: left; font-style: italic; font-size: 80%;}
|
| 516 | 516 | |
| 517 | 517 |
/***** Tabs *****/ |
| 518 |
#content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative; overflow:hidden;}
|
|
| 519 |
#content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em; width: 2000px;}
|
|
| 520 |
#content .tabs>ul { bottom:-1px; } /* others */
|
|
| 518 |
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
|
|
| 519 |
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
|
|
| 521 | 520 |
#content .tabs ul li {
|
| 522 | 521 |
float:left; |
| 523 | 522 |
list-style-type:none; |
| 524 | 523 |
white-space:nowrap; |
| 525 | 524 |
margin-right:8px; |
| 526 | 525 |
background:#fff; |
| 526 |
position:relative; |
|
| 527 |
margin-bottom:-1px; |
|
| 527 | 528 |
} |
| 528 | 529 |
#content .tabs ul li a{
|
| 529 | 530 |
display:block; |
| ... | ... | |
| 553 | 554 |
background-color: #fff; |
| 554 | 555 |
} |
| 555 | 556 | |
| 556 |
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: -1px; }
|
|
| 557 |
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
|
|
| 557 | 558 | |
| 558 | 559 |
button.tab-left, button.tab-right {
|
| 559 | 560 |
font-size: 0.9em; |
| ... | ... | |
| 564 | 565 |
position:absolute; |
| 565 | 566 |
padding:4px; |
| 566 | 567 |
width: 20px; |
| 568 |
bottom: -1px; |
|
| 567 | 569 |
} |
| 568 | 570 | |
| 569 | 571 |
button.tab-left {
|
| 570 | 572 |
right: 20px; |
| 571 |
bottom: 0; |
|
| 572 | 573 |
background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%; |
| 573 | 574 |
} |
| 574 | 575 | |
| 575 | 576 |
button.tab-right {
|
| 576 | 577 |
right: 0; |
| 577 |
bottom: 0; |
|
| 578 |
background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;} |
|
| 578 |
background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%; |
|
| 579 | 579 |
} |
| 580 | 580 | |
| 581 | 581 |
/***** Auto-complete *****/ |