|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593 |
- body {
- margin: 0px;
- padding-top: 36px;
- padding-bottom: 50px;
- }
-
- a {
- cursor: pointer;
- }
-
- a.disabled, a.disabled:hover {
- color: #888;
- cursor: default;
- text-decoration: none;
- }
-
- .layout-main {
- padding-bottom: 10px;
- }
-
- .text-small {
- font-size: 80%;
- }
-
- .text-ellipsis {
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- @media (max-width: 767px) {
- .layout-side-section {
- border-top: 1px solid #c7c7c7;
- }
- }
-
- /* freeze */
-
- div#freeze {
- position: fixed;
- display: none;
- top: 0px;
- left: 0px;
- bottom: 0px;
- right: 0px;
- background-color: #aaa;
- opacity: 0.6;
- z-index: 1;
- text-align: center;
- }
-
- /* listing */
-
- .show_filters {
- padding-top: 15px;
- padding-bottom: 15px;
- margin-bottom: 15px;
- border-bottom: 1px solid #c7c7c7;
- }
-
- .list-row {
- padding: 5px 15px;
- margin: 0px -15px;
- border-bottom: 1px solid #c7c7c7;
- }
-
- .side-panel {
- border-bottom: 1px solid #c7c7c7;
- margin: 0px -15px;
- padding: 5px 15px;
- }
-
- /* module */
-
- .alert-badge {
- margin: 4px 0px;
- padding: 10px;
- }
-
- .alert-badge a, .alert-badge a:hover {
-
- }
-
- .alert-badge .badge {
- margin-top: 3px;
- }
-
- .icon-in-circle {
- color: #b7b7b7;
- background-color: white;
- border-radius:50%;
- text-align: center;
- width: 20px;
- height: 20px;
- font-size: 20px;
- display: inline-block;
- }
-
- .form-layout {
- /*margin-top: -15px;*/
- }
-
- .form-headline {
- margin-bottom: 10px;
- font-size: 120%;
- }
-
- .form-dashboard {
- display: none;
- border-bottom: 1px solid #e7e7e7;
- }
-
- .help ol {
- padding-left: 19px;
- }
-
- .field_description_top {
- margin-bottom: 3px;
- }
-
- .link-field-btn a, .link-field-btn a:hover {
- color: #888;
- text-decoration: none;
- margin-left: 3px;
- }
-
- /* list */
-
- .doclist-row {
- position: relative;
- padding-top: 5px;
- padding-bottom: 3px;
- border-bottom: "1px solid #eee";
- }
-
- .doclist-row .col {
- padding-left: 7px;
- padding-right: 7px;
- }
-
- .list-timestamp {
- position: absolute;
- right: 5px;
- bottom: 2px;
- font-size: 70%;
- color: #888;
- }
-
- /* module */
-
- .module-item-progress {
- margin-bottom: 10px;
- height: 17px;
- }
-
- .module-item-progress-total {
- height: 7px;
- background-color: #999999;
- width: 0px;
- }
-
- .module-item-progress-open {
- height: 7px;
- background-color: red;
- width: 0px;
- }
-
- /* appframe header */
-
- .appframe {
- padding-top: 15px;
- }
-
- .appframe-titlebar {
- min-height: 30px;
- background-color: #e7e7e7;
- }
-
- .titlebar-item {
- padding-top: 10px;
- padding-bottom: 10px;
- }
-
- .titlebar-item h4 {
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- margin: 0px;
- }
-
- .titlebar-center-item {
- }
-
- .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;
- }
-
- .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-titlebar .title-text {
- font-weight: bold;
- }
-
- .appframe-footer {
- margin-top: 15px;
- }
-
- /* home icon in main nav */
-
- .navbar-icon-home {
- vertical-align: middle;
- }
-
- .navbar-icon-home:hover,
- .navbar-icon-home:focus,
- .navbar-icon-home:active,
- .navbar-icon-home-hover{
- opacity:1;
- Filter:alpha(opacity=100); /* For IE8 and earlier */
- }
-
- .navbar .brand {
- max-height: 15px;
- }
-
- .navbar-brand {
- min-height: 20px;
- height: auto;
- }
-
- .navbar #spinner {
- display: block;
- float: right;
- width: 20px;
- margin-bottom: -5px;
- margin-top: 14px;
- visibility: hidden;
- }
-
- .navbar-new-comments {
- margin: -3px 0px;
- padding: 2px 5px;
- min-width: 20px;
- text-align: center;
- display: inline-block;
- border-radius: 2px;
- color: #999999;
- background-color: #333131;
- }
-
- .navbar-new-comments:hover,
- .navbar-new-comments:active,
- .navbar-new-comments:focus {
- color: #fff;
- }
-
- .navbar-new-comments-true {
- color: #fff;
- background-color: #e74c3c;
- }
-
-
- .btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
- display: inline-block;
- }
-
- .badge-important {
- background-color: #e74c3c;
- }
-
- .comm-header {
- font-weight: bold;
- height: 20px;
- overflow: hidden;
- }
-
- .comm-header > div {
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
-
- /* alert */
-
-
- #alert-container {
- position: fixed;
- bottom: 8px;
- right: 8px;
- z-index: 10;
- }
-
- #alert-container .alert {
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-
- overflow: hidden;
- max-width: 400px;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- /* avatar */
-
- .avatar {
- display: inline-block;
- vertical-align: middle;
- border-radius: 50%;
- overflow: hidden;
- background-color: #ddd;
- border: 1px solid #eee;
- }
-
- .avatar img {
- width: 100%;
- height: auto;
- }
-
- .avatar-small {
- margin-right: 5px;
- width: 30px;
- height: 30px;
- }
-
- .avatar-large {
- margin-right: 10px;
- width: 72px;
- height: 72px;
- }
-
- /* slickgrid */
-
- .slick-cell {
- font-size: 12px;
- }
-
- .slick-header-column, .slick-cell {
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
-
- .slick-headerrow-column {
- background: #87ceeb;
- text-overflow: clip;
- }
-
- .slick-headerrow-column input {
- margin: 0;
- padding: 0;
- width: 100%;
- min-height: 20px;
- }
-
- .missing-image {
- background-color: #eee;
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- width: 140px;
- height: 140px;
- font-size: 32px;
- color: #888;
- }
- /* form */
-
- .wn-editor {
- cursor: text;
- }
-
- .wn-editor img {
- max-width: 100%;
- }
-
- textarea.form-control {
- height: 120px;
- }
-
- ul.linked-with-list {
- list-style: none;
- margin: 0 0 20px 0;
- padding: 0 0 0 0;
- }
-
- ul.linked-with-list li {
- padding: 5px 0px;
- border-bottom: 1px solid #c7c7c7;
- }
-
- /* form grid */
-
- .grid-heading-row {
- padding: 8px;
- border-bottom: 1px solid #dddddd;
- }
-
- .rows .grid-row .divider {
- padding-bottom: 5px;
- margin-bottom: 5px;
- border-bottom: 1px solid #dddddd;
- }
-
- .rows .grid-row .data-row, .rows .grid-row .panel-heading {
- cursor: pointer;
- }
-
- .grid-row .panel {
- background-color: #fffff8;
- }
-
- /* form footer */
-
- .form-footer {
- padding-top: 15px;
- padding-bottom: 15px;
- color: #888;
- /*box-shadow: 0px -1px 6px rgba(0,0,0,0.3);*/
- }
-
- .like-disabled-input {
- background-color: #f8f8f8;
- padding: 6px;
- margin-bottom: 7px;
- border-radius: 3px;
- min-height: 30px;
- }
-
- /* jquery ui */
-
- .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
- display: inline;
- }
-
- .hidden-xs-inline, .hidden-xs-inline-block {
- display: none;
- }
-
- .ui-autocomplete {
- max-height: 200px;
- overflow-y: auto;
- overflow-x: hidden;
- }
-
-
- @media (min-width: 768px) {
- .hidden-xs-inline {
- display: inline;
- }
- .hidden-xs-inline-block {
- display: inline-block;
- }
- }
-
- .modal-backdrop {
- opacity: 0.5;
- }
-
- /* buttons */
-
- .grid-overflow-no-ellipsis {
- word-wrap: break-word;
- overflow: hidden;
- padding-right: 0px;
- }
-
- .grid-overflow-ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding-right: 0px;
- }
-
- .toolbar-banner {
- text-align: center;
- background-color: #fcf8e3;
- padding: 7px;
- z-index: 1;
- }
-
- .form-group {
- margin-bottom: 7px;
- }
-
- /* hack */
- .ui-datepicker { z-index: 9999999 !important; }
- .ui-autocomplete {
- z-index: 9999999 !important;
- }
-
- .bold,
- .strong {
- font-weight: bold;
- }
-
- .tree-node-toolbar {
- padding: 2px 5px;
- margin-left: 15px;
- border-radius: 3px;
- background-color: #ddd;
|