##// END OF EJS Templates
Fixed: Tab's 'border-bottom' not absent when selected (#4495)....
Jean-Philippe Lang -
r3211:ed2c98fcae86
parent child
Show More
@@ -515,15 +515,16 p.pourcent {font-size: 80%;}
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,7 +554,7 border-bottom: 1px solid #fff;
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,18 +565,17 button.tab-left, button.tab-right {
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 *****/
General Comments 0
You need to be logged in to leave comments. Login now