@@ -619,12 +619,12 p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} | |||
|
619 | 619 | #roadmap table.progress td { height: 1.2em; } |
|
620 | 620 | /***** Tabs *****/ |
|
621 | 621 | #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;} |
|
622 |
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left: |
|
|
622 | #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;} | |
|
623 | 623 | #content .tabs ul li { |
|
624 | 624 | float:left; |
|
625 | 625 | list-style-type:none; |
|
626 | 626 | white-space:nowrap; |
|
627 |
margin-right: |
|
|
627 | margin-right:4px; | |
|
628 | 628 | background:#fff; |
|
629 | 629 | position:relative; |
|
630 | 630 | margin-bottom:-1px; |
@@ -637,9 +637,11 line-height:1.3em; | |||
|
637 | 637 | padding:4px 6px 4px 6px; |
|
638 | 638 | border: 1px solid #ccc; |
|
639 | 639 | border-bottom: 1px solid #bbbbbb; |
|
640 |
background-color: # |
|
|
641 |
color:# |
|
|
640 | background-color: #f6f6f6; | |
|
641 | color:#999; | |
|
642 | 642 | font-weight:bold; |
|
643 | border-top-left-radius:3px; | |
|
644 | border-top-right-radius:3px; | |
|
643 | 645 | } |
|
644 | 646 | |
|
645 | 647 | #content .tabs ul li a:hover { |
@@ -651,6 +653,7 text-decoration:none; | |||
|
651 | 653 | background-color: #fff; |
|
652 | 654 | border: 1px solid #bbbbbb; |
|
653 | 655 | border-bottom: 1px solid #fff; |
|
656 | color:#444; | |
|
654 | 657 | } |
|
655 | 658 | |
|
656 | 659 | #content .tabs ul li a.selected:hover { |
@@ -674,11 +677,13 button.tab-left, button.tab-right { | |||
|
674 | 677 | button.tab-left { |
|
675 | 678 | right: 20px; |
|
676 | 679 | background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%; |
|
680 | border-top-left-radius:3px; | |
|
677 | 681 | } |
|
678 | 682 | |
|
679 | 683 | button.tab-right { |
|
680 | 684 | right: 0; |
|
681 | 685 | background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%; |
|
686 | border-top-right-radius:3px; | |
|
682 | 687 | } |
|
683 | 688 | |
|
684 | 689 | /***** Auto-complete *****/ |
General Comments 0
You need to be logged in to leave comments.
Login now