UNPKG

catreact

Version:

Catavolt Core React Components

251 lines (195 loc) 3.65 kB
html, body { height: 100%; } html { background: url(../img/ozinga_back.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { padding-top: 0px; padding-bottom: 40px; background-color: transparent; } .container-fluid, .row { height:100%; } #cvApp { height:100%; } /* horizontal rule */ .hr { height: 1px; background-color: #777777; } /* colors */ .cv-primary-bg-color { background-color: #999999; } .cv-comp-bg-color1 { background-color: #e9e9e9; } /* container style */ .cv-container { /*max-width: 1000px; */ padding-left: 0px; } .cv-top-nav { padding: 5px 30px 5px 30px; margin-bottom: 50px; } .cv-footer { background-color: #2d2d32; padding: 15px 10px 10px 10px; } .cv-footer a { margin-right: 15px; } /* top-level window container */ .cv-window { height:100%; } /* login form */ .cv-login-logo { background: url(../img/ozinga_lg.png) center; width: 250px; height: 131px; margin-left: auto; margin-right: auto; margin-bottom: 30px; } .cv-login-wrapper { padding: 50px; } .cv-login-form-container { max-width: 500px; margin-left: auto; margin-right: auto; border-width: 1px; border-color: #999999; } .cv-login-form { padding: 15px; } .cv-logo { background: url(../img/ozinga.png) center; width: 200px; height: 46px; margin-left: 0px; } /* launcher style */ .launcher-icon { height: auto; width: 25%; margin-top: 5px; } /* panel style */ .cv-panel { } .cv-panel-heading { } .cv-panel-title { } .cv-panel-body { max-height:910px; overflow:auto; } .cv-panel-footer { } /* Workbench style */ .cv-workbench-manager-container { max-width: 1000px; margin-left: auto; margin-right: auto; } .cv-workbench-panel { } /* workbench menu */ .cv-workbench-tab-menu { margin: 5px 5px 5px 10px; } .cv-workbench-tab-menu a { color: #555555; } .cv-dropdown-button { margin: 5px; } /* Form style */ .cv-form-container { margin-left: 20px; margin-right: 20px; } .cv-split-pane { } /* list panel */ .cv-list-container { max-height:900px; overflow: auto; } .cv-paging-controls { min-height: 40px; } .cv-paging-controls button { margin: 5px; } .cv-selected-row { background-color: #fcf4ce; } /* map panel */ .cv-map-container { height:700px; } /* menus */ .cv-menu-button { color: #ffffff; } .cv-menu-sep { height: 1px; background-color: #cccccc; margin: 4px 10px 4px 10px; } .cv-dropdown-menu { } .cv-dropdown-submenu { position: relative; } .cv-dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px; border-radius: 0 6px 6px 6px; } .cv-dropdown-submenu:hover > .dropdown-menu { display: block; } .cv-dropdown-submenu > a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #cccccc; margin-top: 5px; margin-right: -10px; } .cv-dropdown-submenu:hover > a:after { border-left-color: #ffffff; } .cv-dropdown-submenu.pull-left { float: none; } .cv-dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }