|
- /* appframe header */
-
- .appframe {
- padding-top: 15px;
- }
-
- .appframe-titlebar {
- border-bottom: 1px solid #c7c7c7;
- }
-
- .titlebar-item {
- padding-top: 10px;
- padding-bottom: 10px;
- }
-
- .titlebar-item h2 {
- display: inline-block;
- font-weight: normal;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin: 0px;
- }
-
- .titlebar-item.text-left {
-
- }
- .titlebar-left-item {
- float: left;
- width: 30px;
- }
-
- h2.titlebar-left-item {
- margin-top: -2px !important;
- }
-
- .titlebar-center-item {
- float: left;
- width: 90%;
- }
-
- @media (max-width: 768px) {
- .titlebar-center-item {
- width: 80%;
- }
- .titlebar-item h2 {
- font-size: 20px;
- }
- }
-
- .appframe-header {
- margin-bottom: 20px;
- }
-
- .appframe-toolbar {
- margin-bottom: 0px;
- }
-
- .appframe-header .status-bar {
- text-align: right;
- }
-
-
- /* fixed navbar in appframe */
-
- .appframe .navbar {
- margin-left: -15px;
- margin-right: -15px;
- margin-bottom: 0px;
- border-radius: 0px;
- border-bottom: 1px solid #e7e7e7;
- min-height: 51px;
- }
-
- .appframe .navbar-form select,
- .appframe .navbar-form input,
- .appframe .navbar-form button,
- .appframe .navbar-form label {
- margin-bottom: 5px;
- }
-
- .appframe .navbar-form {
- margin-bottom: 2px;
- width: 100%;
- }
-
- .appframe-iconbar, .appframe-form {
- border-bottom: 1px solid #c7c7c7;
- }
-
- .appframe-form {
- padding: 5px 0px;
- }
-
- .appframe-form input, .appframe-form select, .appframe-form label {
- font-size: 90%;
- padding: 4px;
- margin: 3px 0px;
- }
-
- .appframe-form .form-group {
- margin-bottom: 0px;
- }
-
- .appframe-form .form-control {
- height: 28px;
- }
-
- .appframe-iconbar {
- background-color: #f2f2f2;
- }
-
- .iconbar {
- display: inline-block;
- padding: 9px 0px;
- }
-
- .iconbar ul {
- list-style: none;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- }
-
- .iconbar li {
- display: inline-block;
- padding-left: 4px;
- padding-right: 4px;
- }
-
- .iconbar i {
- margin-top: 4px;
- margin-right: 4px;
- color: #888;
- cursor: pointer;
- font-size: 16px;
- }
-
- .iconbar i:hover {
- color: #000;
- }
-
- .iconbar i:active {
- color: #5bc0de;
- }
-
- .iconbar .appframe-iconbar-active i {
- font-weight: bold;
- color: orange;
- }
-
-
- .appframe-footer {
- margin-top: 15px;
- }
|