123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
- body {
- padding-top:74px;
- font-size: 13px;
- }
- label, input, button, select, textarea {
- font-size: 13px;
- }
- select,
- textarea,
- input[type="text"],
- input[type="password"],
- input[type="datetime"],
- input[type="datetime-local"],
- input[type="date"],
- input[type="month"],
- input[type="time"],
- input[type="week"],
- input[type="number"],
- input[type="email"],
- input[type="url"],
- input[type="search"],
- input[type="tel"],
- input[type="color"],
- .uneditable-input {
- margin-bottom: 1px;
- }
- .spinner {
- float: left;
- background:url("/assets/spinner.gif") no-repeat;
- background-position: center center;
- padding: 12px;
- width: 10px;
- height: 14px;
- display: none;
- }
- table {
- table-layout: fixed;
- }
- table th, table td {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #task {
- }
- #task > .taskbar {
- position: fixed;
- display: table;
- top: 40px;
- width: 100%;
- padding: 2px 2px 2px 2px;
- z-index: 990;
- }
- #task > .taskbar > div {
- display: table-cell;
- }
- #task .task {
- margin: -6px;
- padding: 0px 4px;
- display: inline-block;
- max-width: 120px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #task .task > a,
- #task .task > a:hover {
- color: #ffffff;
- text-decoration: none;
- }
- #task .btn-default .task > a,
- #task .btn-default .task > a:hover {
- color: #333333;
- }
- #task .taskbar .btn-mini {
- margin-top: 2px;
- }
- #task [data-type="close"] {
- margin-left: 5px;
- }
- #task .taskbar-items {
- }
- #task .taskbar-new {
- text-align: right;
- padding-right: 12px;
- }
- .max-size-scroll {
- max-height: 240px;
- overflow-y: scroll;
- }
- /*
- #content > *:not(.active) {
- display: none !important;
- }
- */
- [class^="icon-"],
- [class*=" icon-"] {
- background-image: url("../assets/glyphicons-halflings.png");
- }
- h1, h2, h3, h4, h5, h6 {
- margin: 0 0 8px;
- }
- h1 {
- font-size: 34px;
- line-height: 38px;
- }
- h2 {
- font-size: 22px;
- line-height: 32px;
- }
- h3 {
- font-size: 18px;
- line-height: 26px;
- }
- h4 {
- font-size: 14px;
- line-height: 20px;
- }
- .navbar .nav > li > a {
- padding: 10px 12px 10px;
- }
- /*
- .container,
- */
- .navbar-static-top .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
- width: 96%;
- min-width: 940px;
- }
- /*
- * bootstrap changes
- */
- /* improve pagination if only one page is shown */
- .pagination li:only-child a {
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- /* improved spacing */
- .pagination {
- padding-top: 2px;
- margin: 0px 4px;
- height: 30px;
- }
- .pagination .count {
- padding: 6px 6px;
- float: left;
- color: #999;
- border: none;
- line-height: 17px;
- }
- .page-header {
- margin: 20px 0 20px
- }
- .dropdown-menu {
- /*
- min-width: 270px;
- */
- }
- .dropdown-menu .count {
- padding-top: 1px;
- margin-left: 10px;
- }
- .form-horizontal .help-inline, .form-horizontal .help-block {
- font-size: 12px;
- margin-top: 4px;
- }
- .form-horizontal .control-label {
- width: 130px;
- }
- .form-horizontal .controls {
- margin-left: 150px;
- }
- /* replace music icon with attachment */
- .icon-attachment {
- background-position: -24px 0;
- }
-
- /*
- *
- */
- .hero-unit p {
- font-size: 16px;
- font-weight: 200;
- line-height: 22px;
- }
- .hero-unit .small {
- font-size: 12px;
- line-height: 20px;
- color: #999999;
- }
- /*
- * removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
- */
- form {
- margin: 0 0 0 0;
- }
- .edit {
- min-height:30px;
- }
- .edit:focus {
- color: #000000;
- outline: 0;
- }
- .delete {
- background:url("../assets/close.png") no-repeat;
- text-indent: -9999em;
- border: 0;
- width: 40px;
- height: 40px;
- cursor:pointer;
- float: right;
- position: relative;
- top: -15px;
- left: 30px;
- margin: 4px;
- clear: right;
- }
- footer {
- padding-top: 10px;
- }
- .search-query {
- width: 160px;
- }
- .can-move {
- cursor: move;
- }
- .can-move-placeholder {
- border: 1px dashed #DDD;
- background: #EEE;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .ticket-answer .avatar {
- margin-left: 10px;
- }
- .ticket-answer .span8 {
- width: 558px;
- }
- .ticket-answer .span9 {
- width: 710px;
- }
- .ticket-answer .span3 {
- width: 200px;
- }
- .article {
- border: none;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- margin-left: 0;
- margin-top: 0px;
- margin-bottom: 10px;
- padding-top: 0px;
- padding-bottom: 2px;
- padding-right: 0px;
-
- background-color: #ffffff;
- }
- .article-message {
-
- margin-top: 0px;
- margin-bottom: 6px;
- margin-left: 10px;
- padding-top: 10px;
- padding-bottom: 8px;
- padding-left: 10px;
-
- width: 580px;
- }
- .article-message hr {
- margin: 6px 0px 6px -10px;
- }
- .article .span8 {
- width: 602px;
- }
- .show_toogle {
- font-size: 10px;
- line-height: 12px;
- color: #999999;
- }
- .well-muted {
- background-color: whiteSmoke;
- border: 1px solid #eee;
- border: 1px solid rgba(0, 0, 0, 0.05);
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
- }
- .internal {
- background-color: #f2dede;
- border-color: #eed3d7;
- border: 1px solid #fbeed5;
- }
- .merged, .merge:hover {
- text-decoration: line-through;
- }
- .not-active {
- text-decoration: line-through;
- }
- .not-active a {
- color: #bbb;
- }
- .nav.nav-tabs.nav-stacked > li > a > span {
- visibility: hidden;
- }
- .nav.nav-tabs.nav-stacked > li > a:hover > span {
- visibility: visible;
- }
- .customer-info {
- width:86%;
- padding-top: 5px;
- padding-left: 20px;
- padding-right: 10px;
- }
- .inline-edit {
- padding: 4px;
- }
- .inline-edit:hover {
- padding: 3px;
- border: 1px dotted #F92;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .translation {
- border: 1px dotted #F92;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .translation:hover {
- }
- .translation .icon-edit {
- display: none;
- }
- .translation:hover .icon-edit {
- display: inline-block;
- }
- /*
- * noty changes
- */
- .noty_bar.noty_layout_top {
- top: 48px;
- position: fixed;
- left: 50%;
- margin-left: -300px;
- width: 600px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .noty_bar.noty_theme_twitter {
- font-size: 14px;
- line-height: 14px;
- text-shadow: 0 1px 0 #fff;
- opacity: 0.9;
- }
- .qq-upload-icon {
- margin: 6px 20px 0px 0px;
- height: 18px;
- }
- .qq-upload-button {
- display: block;
- /*or inline-block*/
- width: 40px;
- padding: 7px 0;
- text-align: center;
- }
- .qq-upload-list {
- text-align: left;
- margin: 5px 10px 0px;
- padding: 0;
- list-style: disc;
- }
- .qq-upload-list li {
- font-size: 14px;
- padding: 5px;
- background-color: transparent;
- }
- .sub_attribute .control-label {
- width: 60px;
- }
- .sub_attribute .controls {
- margin-left: 80px;
- }
- .form-changed {
- border: 1px solid #fbeed5;
- background-color: #fcf8e3;
- }
- #splash {
- background-color: #eee;
- position: absolute;
- width: 100%;
- top: 0px;
- height: 100%;
- }
- #splash .logo {
- margin-left: auto;
- margin-right: auto;
- margin-top: 200px;
- width: 100px;
- }
|