|
- body {
- position: relative;
- height: 100%;
- width: 100%;
- padding: 5px;
- }
-
- .lr-form-bg {
- display: none;
- }
-
- .lr-layout-panel {
- position: relative;
- height: 100%;
- width: 100%;
- border: 1px solid #ccc;
- background: #fff;
- padding-top: 41px;
- }
-
- .lr-nav-tabs {
- position: absolute;
- top: 0px;
- height: 40px;
- width: 100%;
- border-bottom: 1px solid #eee;
- }
-
- .nav-tabs.lr-nav-tabs > li > a {
- cursor: pointer;
- }
-
- .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: 0;
- border-bottom: 2px solid #3498DB;
- }
-
- .nav-tabs.lr-nav-tabs > li > a {
- margin-right: 0;
- border-radius: 0;
- border: 0;
- padding: 11px 15px;
- }
-
- .tab-content, .tab-content .tab-pane {
- position: relative;
- width: 100%;
- height: 100%;
- }
|