orbit-basic/app/assets/stylesheets/lib/wrap-nav.css

71 lines
1.1 KiB
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;
}
.topnav .btn-group {
margin-left: 0;
}
.topnav .view-switch {
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 .divider {
display: inline-block;
position: relative;
margin: 0 5px;
background-color: #E0E0E0;
width: 1px;
height: 16px;
top: 5px;
box-shadow: 1px 0 0 #FFF;
}
.bottomnav .pagination {
margin: 0;
}
#module-content .bottomnav {
left: 451px;
}
/* Breadcrumb */
.topnav .breadcrumb {
background-color: transparent;
margin-bottom: 0px;
}