2012-04-10 14:06:46 +00:00
|
|
|
body {
|
2013-04-17 23:42:00 +00:00
|
|
|
padding-top:74px;
|
2012-08-22 12:17:33 +00:00
|
|
|
font-size: 13px;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
2012-09-20 12:08:02 +00:00
|
|
|
label, input, button, select, textarea {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2012-12-02 10:18:55 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-07-15 20:32:28 +00:00
|
|
|
.spinner {
|
|
|
|
float: left;
|
|
|
|
background:url("/assets/spinner.gif") no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
padding: 12px;
|
|
|
|
width: 10px;
|
|
|
|
height: 14px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-14 23:00:34 +00:00
|
|
|
table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
table th, table td {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2013-04-18 12:41:58 +00:00
|
|
|
.taskbar {
|
|
|
|
position: fixed;
|
|
|
|
top: 40px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 5px;
|
|
|
|
z-index: 990;
|
|
|
|
}
|
|
|
|
|
2013-04-17 23:42:00 +00:00
|
|
|
.task {
|
2013-04-24 08:34:18 +00:00
|
|
|
margin: -6px;
|
|
|
|
padding: 0px 4px;
|
2013-04-17 23:42:00 +00:00
|
|
|
display: inline-block;
|
|
|
|
max-width: 120px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-04-24 08:34:18 +00:00
|
|
|
|
2013-04-18 12:41:58 +00:00
|
|
|
.task > a,
|
2013-04-17 23:42:00 +00:00
|
|
|
.task > a:hover {
|
2013-04-18 12:41:58 +00:00
|
|
|
color: #ffffff;
|
2013-04-17 23:42:00 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-04-24 08:34:18 +00:00
|
|
|
.btn-default .task > a,
|
|
|
|
.btn-default .task > a:hover {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskbar .btn-mini {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-type="close"] {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskbar-new {
|
|
|
|
float: right;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.taskbar-new .dropdown-menu {
|
|
|
|
right: -1px;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
|
2012-10-22 20:30:31 +00:00
|
|
|
.max-size-scroll {
|
|
|
|
max-height: 240px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
2012-04-10 14:06:46 +00:00
|
|
|
/*
|
|
|
|
#content > *:not(.active) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
[class^="icon-"],
|
|
|
|
[class*=" icon-"] {
|
|
|
|
background-image: url("../assets/glyphicons-halflings.png");
|
|
|
|
}
|
2012-04-13 14:42:33 +00:00
|
|
|
|
2012-08-24 18:54:57 +00:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2012-09-20 12:08:02 +00:00
|
|
|
margin: 0 0 8px;
|
2012-08-24 18:54:57 +00:00
|
|
|
}
|
|
|
|
|
2012-09-20 12:08:02 +00:00
|
|
|
h1 {
|
|
|
|
font-size: 34px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
h2 {
|
2012-10-31 12:12:25 +00:00
|
|
|
font-size: 22px;
|
|
|
|
line-height: 32px;
|
2012-09-20 12:08:02 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2012-10-31 12:12:25 +00:00
|
|
|
font-size: 18px;
|
|
|
|
line-height: 26px;
|
2012-09-20 12:08:02 +00:00
|
|
|
}
|
2012-11-03 08:52:22 +00:00
|
|
|
h4 {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2012-08-22 12:17:33 +00:00
|
|
|
.navbar .nav > li > a {
|
|
|
|
padding: 10px 12px 10px;
|
|
|
|
}
|
|
|
|
|
2013-04-17 23:42:00 +00:00
|
|
|
/*
|
|
|
|
.container,
|
|
|
|
*/
|
|
|
|
.navbar-static-top .container,
|
|
|
|
.navbar-fixed-top .container,
|
|
|
|
.navbar-fixed-bottom .container {
|
|
|
|
width: 96%;
|
|
|
|
min-width: 940px;
|
|
|
|
}
|
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
/*
|
|
|
|
* 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;
|
|
|
|
}
|
2012-04-23 17:22:34 +00:00
|
|
|
/* improved spacing */
|
|
|
|
.pagination {
|
2012-04-28 02:03:17 +00:00
|
|
|
padding-top: 2px;
|
|
|
|
margin: 0px 4px;
|
|
|
|
height: 30px;
|
2012-04-23 17:22:34 +00:00
|
|
|
}
|
|
|
|
|
2012-07-20 11:23:09 +00:00
|
|
|
.pagination .count {
|
|
|
|
padding: 6px 6px;
|
|
|
|
float: left;
|
|
|
|
color: #999;
|
2012-08-22 13:56:22 +00:00
|
|
|
border: none;
|
|
|
|
line-height: 17px;
|
2012-07-20 11:23:09 +00:00
|
|
|
}
|
|
|
|
|
2012-08-22 12:17:33 +00:00
|
|
|
.page-header {
|
|
|
|
margin: 20px 0 20px
|
|
|
|
}
|
2012-07-20 11:23:09 +00:00
|
|
|
|
2012-10-17 16:08:03 +00:00
|
|
|
.dropdown-menu {
|
|
|
|
/*
|
|
|
|
min-width: 270px;
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu .count {
|
2012-10-17 20:58:43 +00:00
|
|
|
padding-top: 1px;
|
2012-10-17 16:08:03 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2012-09-20 12:08:02 +00:00
|
|
|
.form-horizontal .help-inline, .form-horizontal .help-block {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2012-10-17 16:08:03 +00:00
|
|
|
.form-horizontal .control-label {
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
.form-horizontal .controls {
|
|
|
|
margin-left: 150px;
|
|
|
|
}
|
2012-09-20 12:08:02 +00:00
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
/* replace music icon with attachment */
|
|
|
|
.icon-attachment {
|
|
|
|
background-position: -24px 0;
|
|
|
|
}
|
|
|
|
|
2012-04-20 12:24:37 +00:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
*/
|
2012-11-12 14:05:53 +00:00
|
|
|
.hero-unit p {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
|
2012-04-20 12:24:37 +00:00
|
|
|
.hero-unit .small {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-04-13 14:42:33 +00:00
|
|
|
/*
|
|
|
|
* 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;
|
|
|
|
}
|
|
|
|
|
2012-04-10 14:06:46 +00:00
|
|
|
.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: 17px;
|
|
|
|
border-top: 1px solid #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-query {
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
2012-11-07 09:04:16 +00:00
|
|
|
.can-move {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2012-12-07 00:01:43 +00:00
|
|
|
.can-move-placeholder {
|
2012-11-07 09:04:16 +00:00
|
|
|
border: 1px dashed #DDD;
|
|
|
|
background: #EEE;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-04-23 21:44:47 +00:00
|
|
|
.ticket-answer .avatar {
|
2012-05-05 14:18:52 +00:00
|
|
|
margin-left: 10px;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
2012-04-23 21:44:47 +00:00
|
|
|
.ticket-answer .span8 {
|
|
|
|
width: 558px;
|
2012-04-22 15:33:02 +00:00
|
|
|
}
|
|
|
|
|
2012-04-23 21:44:47 +00:00
|
|
|
.ticket-answer .span9 {
|
|
|
|
width: 710px;
|
|
|
|
}
|
|
|
|
.ticket-answer .span3 {
|
|
|
|
width: 200px;
|
2012-04-22 15:33:02 +00:00
|
|
|
}
|
2012-04-10 14:06:46 +00:00
|
|
|
|
2012-04-22 15:33:02 +00:00
|
|
|
.article {
|
2012-04-22 18:32:39 +00:00
|
|
|
border: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
2012-04-22 15:33:02 +00:00
|
|
|
margin-left: 0;
|
2012-04-22 18:32:39 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
2012-04-23 21:44:47 +00:00
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 2px;
|
2012-04-22 18:32:39 +00:00
|
|
|
padding-right: 0px;
|
2012-04-10 14:06:46 +00:00
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
background-color: #ffffff;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article-message {
|
2012-04-22 18:32:39 +00:00
|
|
|
|
2012-04-23 21:44:47 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 6px;
|
2012-04-22 18:32:39 +00:00
|
|
|
margin-left: 10px;
|
2012-04-23 21:44:47 +00:00
|
|
|
|
|
|
|
padding-top: 10px;
|
2012-04-22 18:32:39 +00:00
|
|
|
padding-bottom: 8px;
|
2012-04-23 21:44:47 +00:00
|
|
|
padding-left: 10px;
|
2012-04-22 18:32:39 +00:00
|
|
|
|
|
|
|
width: 580px;
|
|
|
|
}
|
|
|
|
|
2012-04-30 19:50:17 +00:00
|
|
|
.article-message hr {
|
|
|
|
margin: 6px 0px 6px -10px;
|
|
|
|
}
|
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
.article .span8 {
|
2012-04-23 21:44:47 +00:00
|
|
|
width: 602px;
|
2012-04-22 18:32:39 +00:00
|
|
|
}
|
|
|
|
|
2012-05-05 14:18:52 +00:00
|
|
|
.show_toogle {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 12px;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
.well-muted {
|
2012-04-23 21:44:47 +00:00
|
|
|
background-color: whiteSmoke;
|
2012-04-22 18:32:39 +00:00
|
|
|
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);
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.internal {
|
|
|
|
background-color: #f2dede;
|
|
|
|
border-color: #eed3d7;
|
|
|
|
border: 1px solid #fbeed5;
|
|
|
|
}
|
|
|
|
|
2012-08-24 18:54:57 +00:00
|
|
|
.merged, .merge:hover {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
2012-10-14 21:00:33 +00:00
|
|
|
.not-active {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
.not-active a {
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
2012-10-28 00:01:07 +00:00
|
|
|
.nav.nav-tabs.nav-stacked > li > a > span {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.nav.nav-tabs.nav-stacked > li > a:hover > span {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2012-10-14 21:00:33 +00:00
|
|
|
|
2012-04-10 14:06:46 +00:00
|
|
|
.customer-info {
|
|
|
|
width:86%;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2012-04-23 23:46:15 +00:00
|
|
|
|
2012-10-22 20:30:31 +00:00
|
|
|
.inline-edit {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
.inline-edit:hover {
|
|
|
|
padding: 3px;
|
|
|
|
border: 1px dotted #F92;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2012-05-13 12:53:35 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2012-04-23 23:46:15 +00:00
|
|
|
/*
|
|
|
|
* noty changes
|
|
|
|
*/
|
|
|
|
.noty_bar.noty_layout_top {
|
|
|
|
top: 48px;
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
2013-01-20 01:27:33 +00:00
|
|
|
margin-left: -300px;
|
|
|
|
width: 600px;
|
2012-04-23 23:46:15 +00:00
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2012-10-17 16:08:03 +00:00
|
|
|
|
2012-04-23 23:46:15 +00:00
|
|
|
.noty_bar.noty_theme_twitter {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
opacity: 0.9;
|
|
|
|
}
|
2012-12-02 10:18:55 +00:00
|
|
|
|
2012-12-10 23:16:05 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2012-12-02 10:18:55 +00:00
|
|
|
.qq-upload-list {
|
2012-12-10 23:16:05 +00:00
|
|
|
text-align: left;
|
2012-12-02 10:18:55 +00:00
|
|
|
margin: 5px 10px 0px;
|
|
|
|
padding: 0;
|
|
|
|
list-style: disc;
|
|
|
|
}
|
2012-12-10 23:16:05 +00:00
|
|
|
|
|
|
|
.qq-upload-list li {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: transparent;
|
2013-01-31 23:45:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.sub_attribute .control-label {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
.sub_attribute .controls {
|
|
|
|
margin-left: 80px;
|
2013-06-11 21:24:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|