##// END OF EJS Templates
replace tabs to spaces at application.css...
Toshi MARUYAMA -
r8301:50848da16cdc
parent child
Show More
@@ -677,13 +677,13 button.tab-left, button.tab-right {
677 button.tab-left {
677 button.tab-left {
678 right: 20px;
678 right: 20px;
679 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
679 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
680 border-top-left-radius:3px;
680 border-top-left-radius:3px;
681 }
681 }
682
682
683 button.tab-right {
683 button.tab-right {
684 right: 0;
684 right: 0;
685 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
685 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
686 border-top-right-radius:3px;
686 border-top-right-radius:3px;
687 }
687 }
688
688
689 /***** Auto-complete *****/
689 /***** Auto-complete *****/
General Comments 0
You need to be logged in to leave comments. Login now