File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 124124 }
125125
126126 .nav-selected-block : hover {
127+ height : 103px ;
127128 border-bottom : 4px solid # f79b44 ;
128129 }
129130
702703 width: 996px;
703704 }
704705
706+ .nav-block {
707+ margin: 0 0px 0 0;
708+ height:105px;
709+ width: 118px;
710+ float:left;
711+ cursor: pointer;
712+ border-bottom: 2px solid #d6d6d6;
713+ }
714+
715+ .nav-block:hover {
716+ height:105px;
717+ border-bottom: 4px solid #f79b44;
718+ }
719+
720+ .nav-selected-block {
721+ margin: 0;
722+ color: #174f82;
723+ height: 105px;
724+ width: 118px;
725+ float: left;
726+ background: #fff;
727+ border-bottom: 4px solid #777;
728+ cursor: pointer;
729+ }
730+
731+ .nav-selected-block:hover {
732+ height:105px;
733+ border-bottom: 4px solid #f79b44;
734+ }
735+
736+
705737 </style>
706738 <![endif]-->
707739 < link type ="text/css " href ="/css/jquery-custom-dialogs.css " rel ="stylesheet " />
You can’t perform that action at this time.
0 commit comments