##// 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 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
515 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
516
516
517 /***** Tabs *****/
517 /***** Tabs *****/
518 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative; overflow:hidden;}
518 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
519 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em; width: 2000px;}
519 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
520 #content .tabs>ul { bottom:-1px; } /* others */
521 #content .tabs ul li {
520 #content .tabs ul li {
522 float:left;
521 float:left;
523 list-style-type:none;
522 list-style-type:none;
524 white-space:nowrap;
523 white-space:nowrap;
525 margin-right:8px;
524 margin-right:8px;
526 background:#fff;
525 background:#fff;
526 position:relative;
527 margin-bottom:-1px;
527 }
528 }
528 #content .tabs ul li a{
529 #content .tabs ul li a{
529 display:block;
530 display:block;
@@ -553,7 +554,7 border-bottom: 1px solid #fff;
553 background-color: #fff;
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 button.tab-left, button.tab-right {
559 button.tab-left, button.tab-right {
559 font-size: 0.9em;
560 font-size: 0.9em;
@@ -564,18 +565,17 button.tab-left, button.tab-right {
564 position:absolute;
565 position:absolute;
565 padding:4px;
566 padding:4px;
566 width: 20px;
567 width: 20px;
568 bottom: -1px;
567 }
569 }
568
570
569 button.tab-left {
571 button.tab-left {
570 right: 20px;
572 right: 20px;
571 bottom: 0;
572 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
573 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
573 }
574 }
574
575
575 button.tab-right {
576 button.tab-right {
576 right: 0;
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 /***** Auto-complete *****/
581 /***** Auto-complete *****/
General Comments 0
You need to be logged in to leave comments. Login now