87 lines
1.5 KiB
CSS

.lr-layout-center .lr-layout-wrap {
padding-top: 32px;
}
.showarea-list {
position:relative;
height:100%;
width:100%;
}
.showarea-list-item {
position:relative;
height:100%;
width:100%;
display:none;
padding-top:40px;
}
.showarea-list-item.active {
display:block;
}
.lr-nav-tabs{
position:absolute;
top:0px;
height:40px;
width:100%;
border-bottom:1px solid #eee;
}
.nav-tabs.lr-nav-tabs > li > a {
margin-right: 0;
border-radius: 0;
border: none;
padding:11px 15px;
}
.nav-tabs.lr-nav-tabs > li > a:hover {
border-bottom-color:transparent;
}
.nav-tabs.lr-nav-tabs>li.active>a, .nav-tabs.lr-nav-tabs>li.active>a:focus, .nav-tabs.lr-nav-tabs>li.active>a:hover {
color: #555;
cursor: default;
background-color: #fff;
border: none;
border-bottom:2px solid #3498DB;
}
.lr-tab-content {
position:relative;
height:100%;
width:100%;
}
.lr-tab-content .tab-pane {
position:relative;
height:100%;
width:100%;
}
.lr-tab-scroll-content {
position:relative;
height:100%;
width:100%;
padding:10px;
}
.lr-tab-content .tab-pane .alert {
margin-bottom:0px;
}
.lr-portal-panel-title {
padding-top: 10px;
line-height: 30px;
border-bottom: 1px solid #ccc;
color: #666;
font-weight: 300;
font-size: 16px;
}
.lr-portal-panel-content {
position:relative;
width:100%;
}
.lr-portal-panel-content-right {
position:relative;
width:200px;
}
.jfgrid-layout {
border:1px solid #ccc;
height:500px;
}