52 lines
		
	
	
		
			857 B
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			857 B
		
	
	
	
		
			CSS
		
	
	
	
| /* Wrap Nav */
 | |
| 
 | |
| /* Top Nav */
 | |
| .topnav {
 | |
|   margin-bottom: 10px;
 | |
|   margin-top: -60px;
 | |
|   border-bottom: 1px solid #e5e5e5;
 | |
|   position: relative;
 | |
|   z-index: 1000;
 | |
|   /*position: fixed;*/
 | |
|   /*top: 40px;*/
 | |
|   /*left: 81px;*/
 | |
|   /*right: 20px;*/
 | |
|   padding: 10px 0px 0px;
 | |
|   background-color: #F3F3F3;
 | |
| }
 | |
| .topnav form {
 | |
|   margin-bottom: 6px;
 | |
| }
 | |
| .topnav .btn-group {
 | |
|   margin-top: 3px;
 | |
|   margin-left: 10px;
 | |
| }
 | |
| .topnav .searchClear input {
 | |
|   height: 16px;
 | |
|   margin-top: 4px;
 | |
|   margin-left: 10px;
 | |
| }
 | |
| 
 | |
| /* Bottom Nav */
 | |
| .bottomnav {
 | |
|   padding: 10px 0 5px;
 | |
|   left: 81px;
 | |
|   right: 20px;
 | |
|   bottom: 0px;
 | |
|   position: fixed;
 | |
|   z-index: 1;
 | |
|   background-color: #F3F3F3;
 | |
|   border-top: 1px solid #DDDDDD;
 | |
| }
 | |
| .bottomnav .action {
 | |
|   margin-bottom: 6px;
 | |
| }
 | |
| .bottomnav .pagination {
 | |
|   margin: 0;
 | |
| }
 | |
| 
 | |
| /* Breadcrumb */
 | |
| .topnav .breadcrumb {
 | |
|   background-color: transparent;
 | |
|   margin-bottom: 0px;
 | |
| } |