2012-04-10 14:06:46 +00:00
|
|
|
body {
|
2012-08-22 12:17:33 +00:00
|
|
|
padding-top:50px;
|
|
|
|
font-size: 13px;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
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-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-22 12:17:33 +00:00
|
|
|
.navbar .nav > li > a {
|
|
|
|
padding: 10px 12px 10px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
float: right;
|
2012-04-23 17:22:34 +00:00
|
|
|
}
|
|
|
|
.pagination a {
|
|
|
|
padding: 0px 10px;
|
|
|
|
line-height: 26px;
|
|
|
|
}
|
|
|
|
|
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-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
|
|
|
/*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
.dropdown-menu {
|
|
|
|
min-width: 220px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
footer {
|
|
|
|
// margin-top: 17px;
|
|
|
|
padding-top: 17px;
|
|
|
|
border-top: 1px solid #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .controls {
|
|
|
|
margin-left: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-query {
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keepleft {
|
2012-04-22 15:33:02 +00:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keepright {
|
|
|
|
float: right;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customer-info {
|
|
|
|
width:86%;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2012-04-23 23:46:15 +00:00
|
|
|
|
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%;
|
|
|
|
margin-left: -350px;
|
|
|
|
width: 700px;
|
|
|
|
-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;
|
|
|
|
}
|