1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045 |
- body {
- padding-top:78px;
- /*
- font-size: 13px;
- */
- font-weight: 200;
- font-size: 13px;
- }
- .glyphicon {
- font-size: 13px;
- }
- .btn {
- font-size: 12px;
- font-weight: 400;
- }
- label, input, button, select, textarea {
- font-size: 13px;
- font-weight: 200;
- }
- 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/images/spinner.gif") no-repeat;
- background-position: center center;
- padding: 44px 10px 0 10px;
- width: 10px;
- height: 14px;
- display: none;
- }
- table {
- table-layout: fixed;
- }
- table th, table td {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .table {
- display: table;
- }
- .table .table-row {
- display: table-row;
- }
- .table .table-cell{
- vertical-align: top;
- display: table-cell;
- border-bottom: 1px solid #eeeeee;
- }
- .popover {
- min-width: 240px;
- z-index: 1110;
- }
- .hero-two {
- width: 100%;
- }
- .hero-two .hero-left {
- width: 50%;
- float: left;
- }
- .hero-two .hero-right {
- width: 50%;
- float: right;
- }
- .content-one {
- top: 78px;
- margin-left: 20px;
- margin-right: 20px;
- /*
- bottom: 0;
- left: 0;
- right: 0;
- position: fixed;
- */
- z-index: -5000;
- }
- /*
- @media (min-width: 1024px) {
- .content-one {
- width: 1024px;
- }
- }
- */
- .content-fix {
- top: 78px;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: -5000;
- }
- .content-fix .sidebar {
- padding: 8px 10px 42px;
- width: 260px;
- height: 100%;
- float: left;
- border-right: 1px solid #eeeeee;
- }
- .content-fix .sidebar.nav-manage {
- padding-left: 16px;
- }
- .content-fix .main {
- z-index: -5000;
- width: auto;
- min-width: 760px;
- height: 100%;
- float: left;
- margin-left: 264px;
- padding-right: 16px;
- padding-bottom: 10px;
- padding-left: 14px;
- position: absolute;
- right: 0;
- left: 0;
- }
- .content-two {
- top: 78px;
- bottom: 0;
- left: 0;
- right: 0;
- position: fixed;
- z-index: -5000;
- }
- .content-two .sidebar {
- padding: 8px 10px 42px;
- width: 200px;
- height: 100%;
- float: left;
- position: absolute;
- overflow-y: auto;
- overflow-x: hidden;
- border-right: 1px solid #eeeeee;
- }
- .content-two .sidebar.nav-manage {
- padding-left: 16px;
- }
- .content-two .sidebar .nav > li > a {
- padding: 8px 13px;
- }
- .content-two .sidebar .btn {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
- }
- .content-two .sidebar input,
- .content-two .sidebar select {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- border-radius: 3px;
- }
- .content-two .main {
- width: auto;
- min-width: 760px;
- height: 100%;
- float: left;
- margin-left: 204px;
- padding-right: 16px;
- padding-bottom: 10px;
- padding-left: 14px;
- position: absolute;
- overflow-y: auto;
- overflow-x: hidden;
- right: 0;
- left: 0;
- }
- .content-two .main > .nav {
- margin-top: 12px;
- }
- .content-two .meta {
- display: none;
- }
- .panel-title {
- font-size: 14px;
- }
- @media (min-width: 800px) {
- .content-two .sidebar {
- width: 240px;
- }
- .content-two .main {
- margin-left: 244px;
- }
- .content-two .meta {
- display: none;
- }
- }
- @media (min-width: 1024px) {
- .content-two .sidebar {
- width: 260px;
- }
- .content-two .main {
- margin-left: 264px;
- }
- .content-two .meta {
- display: none;
- }
- }
- @media (min-width: 1200px) {
- .content-two .sidebar {
- width: 280px;
- }
- .content-two .main {
- margin-left: 284px;
- }
- .content-two .meta {
- width: 140px;
- /*
- display: table-cell;
- */
- display: none;
- }
- }
- .content-cols {
- display: table;
- width: 100%;
- height: 100%;
- table-layout: fixed;
- border-spacing: 0;
- }
- .content-cols .row {
- margin: 0;
- }
- .content-cols .row2 > div {
- display: table-cell;
- vertical-align: top;
- padding: 0 12px 0 12px;
- }
- .content-cols .row2 .sidebar {
- border-right: 1px solid #eeeeee;
- width: 160px;
- }
- .content-cols .sidebar input,
- .content-cols .sidebar select {
- height: 30px;
- padding: 5px 10px;
- font-size: 12px;
- border-radius: 3px;
- }
- .content-cols .sidebar .btn {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 3px;
- }
- .content-cols .row2 .main {
- width: 600px;
- }
- .content-cols .row2 .meta {
- display: none;
- }
- @media (min-width: 800px) {
- .content-cols .row2 .sidebar {
- width: 200px;
- }
- .content-cols .row2 .main {
- width: 750px;
- }
- .content-cols .row2 .meta {
- display: none;
- }
- }
- @media (min-width: 1024px) {
- .content-cols .row2 .sidebar {
- width: 220px;
- }
- .content-cols .row2 .main {
- width: 900px;
- }
- .content-cols .row2 .meta {
- display: none;
- }
- }
- @media (min-width: 1200px) {
- .content-cols .row2 .sidebar {
- width: 240px;
- }
- .content-cols .row2 .main {
- width: 900px;
- }
- .content-cols .row2 .meta {
- width: 200px;
- display: table-cell;
- }
- }
- .content-cols .nav-bar-stacked {
- background-color: #f7f5fa;
- }
- .content-cols .nav-bar-stacked .active a {
- border-right: 1px solid #563d7c;
- }
- #global-search {
- width: 150px;
- border-radius: 8px;
- background-color: #f4f4f4;
- }
- #global-search:focus {
- width: 200px;
- background-color: #ffffff;
- }
- #task {
- position: fixed;
- display: table;
- width: 100%;
- min-width: 1000px;
- top: 46px;
- }
- #task > .taskbar {
- display: table-row;
- z-index: 1040;
- }
- #task > .taskbar > div {
- padding: 0 4px 4px 4px;
- display: table-cell;
- }
- #task .task {
- max-width: 120px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- }
- #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-small {
- padding: 3px 8px 4px;
- margin-top: 2px;
- font-size: 11px;
- font-weight: 300;
- }
- #task .taskbar .btn-default {
- background-color: #c3c3c3;
- border-color: #c3c3c3;
- }
- #task [data-type="close"] {
- margin-left: 5px;
- font-size: 13px;
- top: 1px;
- }
- #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;
- }
- */
- h1, h2, h3, h4, h5, h6 {
- font-weight: 200;
- }
- h1 {
- font-size: 36px;
- margin-top: 15px;
- }
- h2 {
- font-size: 24px;
- margin-top: 10px;
- }
- h3 {
- font-size: 22px;
- margin-top: 10px;
- }
- h4 {
- font-size: 20px;
- }
- h5 {
- font-size: 16px;
- }
- .form-group .help-message {
- float: right;
- margin-right: -23px;
- margin-top: -23px;
- }
- .form-control {
- height: 33px;
- font-size: 13px;
- }
- .form-large {
- width: 85%;
- max-width: 700px;
- }
- .form-normal {
- width: 70%;
- max-width: 400px;
- }
- .form-small {
- width: 50%;
- max-width: 250px;
- }
- .form-normal fieldset {
- margin-bottom: 10px;
- }
- .sidebar fieldset {
- margin-bottom: 10px;
- }
- .form-horizontal label {
- text-align: right;
- float: left;
- margin-left: 0;
- margin-right: 0;
- width: 130px;
- margin-top: 7px;
- }
- .form-horizontal .form-group .checkbox label {
- text-align: left;
- width: 100%;
- margin-top: 0;
- margin-bottom: 4px;
- }
- /* to show checkboxes below in getting_started */
- .form-stacked .form-group .checkbox label {
- display: block
- }
- /*
- * 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-count {
- padding: 6px 6px;
- float: left;
- color: #999;
- border: none;
- line-height: 17px;
- }
- .page-header {
- margin: 0 0 12px;
- padding-bottom: 5px;
- }
- .page-header-title {
- float: left;
- }
- .page-header-meta {
- float: right;
- padding-top: 20px;
- }
- .page-header .page-header-meta ul.pagination {
- margin: 0 0 0 0;
- }
- .dropdown-menu {
- /*
- min-width: 270px;
- */
- }
- .dropdown-menu > li > a {
- font-weight: 200;
- max-width: 340px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .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 {
- width: 940px;
- margin-right: auto;
- margin-left: auto;
- *zoom: 1;
- padding: 50px 60px 60px 60px;
- margin-bottom: 30px;
- font-size: 18px;
- font-weight: 200;
- line-height: 30px;
- color: inherit;
- background-color: #eeeeee;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- }
- .hero-unit h1 {
- font-size: 52px;
- margin-top: 4px;
- }
- .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;
- }
- form.form-inline select,
- form.form-inline input[type="text"],
- form.form-inline input[type="password"] {
- width: 180px;
- margin-right: 4px;
- }
- .modal-header {
- padding: 10px 15px;
- }
- .modal .form-group .controls {
- width: 65%;
- }
- .modal .form-group {
- margin-bottom: 2px;
- }
- .modal-footer {
- margin-top: 0;
- padding: 14px 20px 20px;
- }
- .drox {
- margin-bottom: 6px;
- }
- .drox-header {
- padding: 8px 13px;
- background-color: #f5f5f5;
- color: #333333;
- border-radius: 5px;
- }
- .drox-header .glyphicon {
- display: none;
- }
- .drox-header:hover .glyphicon, .drox-header:focus .glyphicon {
- display: inline-block;
- color: #005580;
- text-decoration: none;
- }
- .drox-header h3 {
- font-size: 13px;
- font-weight: 200;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- .drox-body {
- padding: 8px 13px;
- }
- .edit {
- }
- .edit .form-group {
- margin-bottom: 2px;
- }
- .edit select, .edit input {
- height: 30px;
- }
- .edit:focus {
- color: #000000;
- outline: 0;
- }
- .edit-title {
- }
- .edit-title small {
- font-size: 12px;
- }
- .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 {
- clear: both;
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 22px;
- }
- .can-move {
- cursor: move;
- }
- .can-move-placeholder {
- border: 1px dashed #DDD;
- background: #EEE;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .customer_info {
- }
- .customer_info ul.nav > li {
- width: 50%;
- }
- .customer_info ul.nav > li > a {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .customer_info .thumbnail {
- position: absolute;
- right: 20px;
- }
- .customer_info textarea {
- padding-left: 10px;
- width: 100%;
- border-color: #eee;
- }
- .bulk-action {
- position: absolute;
- width: 100%;
- }
- .sidebar .action {
- padding: 6px 8px 6px;
- position: fixed;
- bottom: 0px;
- background-color: #fff;
- width: 100%;
- left: 0px;
- border-top: 1px solid #eeeeee;
- width: 194px;
- margin-left: 4px;
- }
- @media (min-width: 800px) {
- .sidebar .action {
- width: 234px;
- }
- }
- @media (min-width: 1024px) {
- .sidebar .action {
- width: 254px;
- }
- }
- @media (min-width: 1200px) {
- .sidebar .action {
- width: 274px;
- }
- }
- .avatar {
- padding-left: 6px;
- padding-top: 4px;
- width: 70px;
- float: left;
- overflow: hidden;
- }
- .avatar ul {
- padding-left: 20px;
- }
- .ticket-article-view {
- max-width: 750px;
- }
- .ticket-article {
- padding: 8px 0 6px 2px;
- min-height: 116px;
- margin: 2px 0;
- }
- .ticket-article-item {
- border-bottom: 1px solid #eeeeee;
- }
- .ticket-article-item:last-child {
- border-bottom: none;
- }
- .ticket-article h4 {
- margin-top: 2px;
- margin-bottom: 6px;
- }
- .ticket-article.well {
- padding: 4px 0 20px 2px;
- margin-top: 4px;
- }
- .ticket-article-meta {
- border-bottom: 1px solid #eeeeee;
- padding-bottom: 10px;
- }
- .ticket-article-message {
- padding-left: 6px;
- padding-top: 4px;
- margin-left: 70px;
- }
- .ticket-edit .ticket-article-message {
- padding-right: 40px;
- }
- .message {
- padding-top: 6px;
- padding-bottom: 6px;
- }
- .ticket-update {
- width: 100%;
- }
- .ticket-update .span2 {
- width: 152px;
- margin-right: 4px;
- }
- .ticket-update .medium {
- width: 160px;
- }
- .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;
- border-radius: 4px;
- }
- .merged, .merge:hover {
- text-decoration: line-through;
- }
- .not-active {
- text-decoration: line-through;
- }
- .not-active a {
- color: #bbb;
- }
- .navbar {
- min-height: 46px;
- min-width: 1000px;
- }
- .navbar-form {
- margin-top: 6px;
- margin-bottom: 6px;
- padding: 0;
- }
- .navbar-brand {
- height: auto;
- line-height: 18px;
- font-weight: 200;
- padding-top: 13px;
- padding-bottom: 13px;
- }
- .navbar-nav > li > a {
- line-height: 18px;
- padding-top: 13px;
- padding-bottom: 13px;
- }
- .navbar .bell {
- display: none;
- }
- .navbar .bell.show {
- display: block;
- }
- .navbar .bell.show a {
- color: #fff;
- }
- .nav.navbar-nav.navbar-right {
- padding-right: 15px;
- }
- .nav.nav-tabs.nav-stacked > li > a > span {
- visibility: hidden;
- }
- .nav.nav-tabs.nav-stacked > li > a:hover > span {
- visibility: visible;
- }
- .nav-sub{
- margin-left: 12px;
- font-size: 12px;
- }
- .nav.nav-pills > li > a > span.local {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- display: block;
- margin-right: 22px;
- }
- .nav.nav-pills > li > a > span.badge {
- margin-top: -18px;
- }
- .nav.nav-pills li .glyphicon {
- display: none;
- }
- .nav.nav-pills li:hover .glyphicon, .nav li:focus .glyphicon {
- display: inline-block;
- text-decoration: none;
- }
- .customer-info {
- width: 100%;
- padding-top: 7px;
- }
- .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: 56px;
- 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 0 0;
- height: 18px;
- }
- .qq-upload-icon .glyphicon {
- font-size: 15px;
- }
- .qq-upload-button {
- display: block;
- /*or inline-block*/
- width: 40px;
- padding: 8px 0 5px;
- text-align: center;
- }
- .qq-upload-list {
- text-align: left;
- margin: 5px 10px 0;
- 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;
- border-radius: 4px;
- background-color: #fcf8e3;
- }
- #splash {
- background-color: #eee;
- position: absolute;
- width: 100%;
- top: 0;
- height: 100%;
- }
- #splash .logo {
- margin-left: auto;
- margin-right: auto;
- margin-top: 200px;
- width: 100px;
- }
|