Revision 1451:e52de09132b1 public/stylesheets

View differences:

public/stylesheets/application.css
762 762

  
763 763
#roadmap table.progress td { height: 1.2em; }
764 764
/***** Tabs *****/
765
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
766
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
767
#content .tabs ul li {
765
#content .tabs, #content .tabs2 {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
766
#content .tabs ul, #content .tabs2 ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
767
#content .tabs ul li, #content .tabs2 ul li {
768 768
  float:left;
769 769
  list-style-type:none;
770 770
  white-space:nowrap;
......
773 773
  position:relative;
774 774
  margin-bottom:-1px;
775 775
}
776
#content .tabs ul li a{
776
#content .tabs ul li a, #content .tabs2 ul li a {
777 777
  display:block;
778 778
  font-size: 0.9em;
779 779
  text-decoration:none;
......
788 788
  border-top-right-radius:3px;
789 789
}
790 790

  
791
#content .tabs ul li a:hover {
791
#content .tabs ul li a:hover, #content .tabs2 ul li a:hover {
792 792
  background-color: #ffffdd;
793 793
  text-decoration:none;
794 794
}
795 795

  
796
#content .tabs ul li a.selected {
796
#content .tabs ul li a.selected, #content .tabs2 ul li a.selected {
797 797
  background-color: #fff;
798 798
  border: 1px solid #bbbbbb;
799 799
  border-bottom: 1px solid #fff;
800 800
  color:#444;
801 801
}
802 802

  
803
#content .tabs ul li a.selected:hover {background-color: #fff;}
803
#content .tabs ul li a.selected:hover, #content .tabs2 ul li a.selected:hover {background-color: #fff;}
804 804

  
805 805
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
806 806

  

Also available in: Unified diff