2014-07-04 10:20:39 +00:00
|
|
|
body {
|
2014-07-15 08:21:01 +00:00
|
|
|
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2014-07-23 22:13:40 +00:00
|
|
|
line-height: 1.45;
|
2014-07-18 16:18:13 +00:00
|
|
|
font-weight: normal;
|
2014-09-25 13:04:37 +00:00
|
|
|
background: hsl(210,17%,98%);
|
2014-07-04 10:20:39 +00:00
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
}
|
|
|
|
|
2014-09-30 11:15:40 +00:00
|
|
|
p {
|
|
|
|
color: hsl(198,19%,72%);
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
a.create {
|
|
|
|
color: hsl(145,51%,45%);
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2014-08-25 16:32:39 +00:00
|
|
|
small {
|
|
|
|
color: #c6c6c5;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
.u-highlight {
|
|
|
|
color: hsl(194,90%,45%);
|
2014-08-06 17:36:45 +00:00
|
|
|
}
|
|
|
|
|
2014-09-01 11:23:36 +00:00
|
|
|
.u-unclickable {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.u-clickable {
|
2014-09-02 11:23:12 +00:00
|
|
|
pointer-events: auto;
|
2014-09-01 11:23:36 +00:00
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2014-09-04 13:03:32 +00:00
|
|
|
.u-textTruncate {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2014-09-02 11:23:12 +00:00
|
|
|
.u-positionOrigin {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zIndex-1,
|
|
|
|
.zIndex-2,
|
|
|
|
.zIndex-3,
|
|
|
|
.zIndex-4,
|
|
|
|
.zIndex-5,
|
|
|
|
.zIndex-6,
|
|
|
|
.zIndex-7,
|
|
|
|
.zIndex-8,
|
|
|
|
.zIndex-9,
|
|
|
|
.zIndex-10 {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zIndex-1 {
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
.zIndex-2 {
|
|
|
|
z-index: 200;
|
|
|
|
}
|
|
|
|
.zIndex-3 {
|
|
|
|
z-index: 300;
|
|
|
|
}
|
|
|
|
.zIndex-4 {
|
|
|
|
z-index: 400;
|
|
|
|
}
|
|
|
|
.zIndex-5 {
|
|
|
|
z-index: 500;
|
|
|
|
}
|
|
|
|
.zIndex-6 {
|
|
|
|
z-index: 600;
|
|
|
|
}
|
|
|
|
.zIndex-7 {
|
|
|
|
z-index: 700;
|
|
|
|
}
|
|
|
|
.zIndex-8 {
|
|
|
|
z-index: 800;
|
|
|
|
}
|
|
|
|
.zIndex-9 {
|
|
|
|
z-index: 900;
|
|
|
|
}
|
|
|
|
.zIndex-10 {
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clickCatcher {
|
2014-09-29 18:35:23 +00:00
|
|
|
top: 0;
|
2014-09-02 11:23:12 +00:00
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.debug .clickCatcher {
|
|
|
|
background: hsla(0,100%,50%,.13);
|
2014-09-02 11:23:12 +00:00
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.debug .clickCatcher + .clickCatcher {
|
|
|
|
background: hsla(50,100%,50%,.13);
|
2014-09-02 11:23:12 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 18:35:23 +00:00
|
|
|
[contenteditable] {
|
|
|
|
margin: -1px;
|
|
|
|
display: block;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
outline-style: none;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
[contenteditable]:hover,
|
|
|
|
[contenteditable]:focus {
|
|
|
|
border-color: hsl(145,51%,45%);
|
|
|
|
}
|
2014-10-01 11:57:36 +00:00
|
|
|
[contenteditable]:focus {
|
|
|
|
text-overflow: clip !important;
|
|
|
|
}
|
2014-09-29 18:35:23 +00:00
|
|
|
[contenteditable].invalid {
|
|
|
|
border-color: #F92;
|
|
|
|
}
|
|
|
|
[contenteditable] > .placeholder {
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2014-09-15 21:58:54 +00:00
|
|
|
.close,
|
|
|
|
.close:hover {
|
|
|
|
float: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2014-07-04 10:20:39 +00:00
|
|
|
#app > nav {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2014-08-28 07:25:04 +00:00
|
|
|
/* tooltip */
|
|
|
|
a[data-tooltip],
|
|
|
|
time[data-tooltip],
|
|
|
|
span[data-tooltip] {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
a[data-tooltip]:before,
|
|
|
|
time[data-tooltip]:before,
|
2014-08-29 13:17:38 +00:00
|
|
|
span[data-tooltip]:before,
|
|
|
|
a[data-tooltip]:after,
|
|
|
|
time[data-tooltip]:after,
|
|
|
|
span[data-tooltip]:after {
|
|
|
|
content: "";
|
2014-08-28 07:25:04 +00:00
|
|
|
position: absolute;
|
2014-08-29 13:17:38 +00:00
|
|
|
pointer-events: none;
|
|
|
|
transform: scale(0);
|
|
|
|
opacity: 0;
|
|
|
|
transition: transform 300ms cubic-bezier(0.34,1.6,0.71,1), opacity 300ms;
|
|
|
|
}
|
|
|
|
a[data-tooltip]:before,
|
|
|
|
time[data-tooltip]:before,
|
|
|
|
span[data-tooltip]:before {
|
2014-08-28 07:25:04 +00:00
|
|
|
left: 0;
|
|
|
|
top: -34px;
|
|
|
|
background-color: #c6c6c5;
|
|
|
|
color: #ffffff;
|
|
|
|
height: 26px;
|
|
|
|
line-height: 27px;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 0 13px;
|
|
|
|
content: attr(data-tooltip);
|
|
|
|
white-space: nowrap;
|
2014-08-29 13:17:38 +00:00
|
|
|
transform-origin: 17px 26px;
|
2014-08-28 07:25:04 +00:00
|
|
|
}
|
|
|
|
a[data-tooltip]:after,
|
|
|
|
time[data-tooltip]:after,
|
|
|
|
span[data-tooltip]:after {
|
|
|
|
left: 13px;
|
|
|
|
top: -8px;
|
|
|
|
border-top: 7px solid #c6c6c5;
|
|
|
|
border-left: 7px solid transparent;
|
|
|
|
border-right: 7px solid transparent;
|
2014-08-29 13:17:38 +00:00
|
|
|
transform-origin: 4px 0;
|
2014-08-28 07:25:04 +00:00
|
|
|
}
|
|
|
|
a[data-tooltip]:hover:after,
|
|
|
|
a[data-tooltip]:hover:before,
|
|
|
|
time[data-tooltip]:hover:after,
|
|
|
|
time[data-tooltip]:hover:before,
|
|
|
|
span[data-tooltip]:hover:after,
|
|
|
|
span[data-tooltip]:hover:before {
|
2014-08-29 13:17:38 +00:00
|
|
|
pointer-events: auto;
|
|
|
|
transform: scale(1);
|
|
|
|
opacity: 1;
|
|
|
|
transition: transform 300ms 1.5s cubic-bezier(0.34,1.6,0.71,1), opacity 300ms 1.5s;
|
2014-08-28 07:25:04 +00:00
|
|
|
}
|
|
|
|
|
2014-09-25 11:29:06 +00:00
|
|
|
.textarea::-webkit-input-placeholder,
|
2014-09-04 21:56:58 +00:00
|
|
|
.form-control::-webkit-input-placeholder,
|
|
|
|
.token-input::-webkit-input-placeholder { color: hsl(0,0%,80%); }
|
2014-09-25 11:29:06 +00:00
|
|
|
.textarea::-moz-placeholder,
|
2014-09-04 21:56:58 +00:00
|
|
|
.form-control::-moz-placeholder,
|
|
|
|
.token-input::-moz-placeholder { opacity: 1; color: hsl(0,0%,80%); }
|
2014-09-25 11:29:06 +00:00
|
|
|
.textarea:-ms-input-placeholder,
|
2014-09-04 21:56:58 +00:00
|
|
|
.form-control:-ms-input-placeholder,
|
|
|
|
.token-input:-ms-input-placeholder { color: hsl(0,0%,80%); }
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.glyphicon {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2012-07-15 20:32:28 +00:00
|
|
|
.spinner {
|
|
|
|
float: left;
|
2014-07-07 17:18:51 +00:00
|
|
|
background: url("/assets/images/spinner.gif") no-repeat;
|
2012-07-15 20:32:28 +00:00
|
|
|
background-position: center center;
|
2013-08-19 20:46:19 +00:00
|
|
|
padding: 44px 10px 0 10px;
|
2012-07-15 20:32:28 +00:00
|
|
|
width: 10px;
|
|
|
|
height: 14px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-14 23:00:34 +00:00
|
|
|
table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
2014-07-23 19:47:57 +00:00
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.table {
|
|
|
|
display: table;
|
2014-07-23 21:09:40 +00:00
|
|
|
color: hsl(198,19%,72%);
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
2014-07-23 19:47:57 +00:00
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.table .table-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
2014-07-23 19:47:57 +00:00
|
|
|
|
2014-09-29 11:32:34 +00:00
|
|
|
.table th:not(.noTruncate),
|
|
|
|
.table td:not(.noTruncate) {
|
2014-07-23 19:47:57 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-07-23 20:56:59 +00:00
|
|
|
.table > thead:first-child > tr:first-child > th,
|
2014-07-23 19:47:57 +00:00
|
|
|
.table > thead > tr > th {
|
2014-07-23 20:56:59 +00:00
|
|
|
padding: 12px 9px 10px;
|
2014-07-23 19:47:57 +00:00
|
|
|
border-bottom: none;
|
|
|
|
border-top: 1px solid #ececec;
|
|
|
|
background: #f0f1f2;
|
|
|
|
color: #444a4f;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2014-07-23 20:56:59 +00:00
|
|
|
|
|
|
|
.table > tbody > tr > td {
|
|
|
|
padding: 10px 9px 9px;
|
|
|
|
border: none;
|
|
|
|
box-shadow: 0 1px rgba(0,0,0,.02) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table > tbody > tr:first-child > td {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-hover > tbody > tr:hover > td,
|
|
|
|
.table-hover > tbody > tr:hover > th {
|
|
|
|
background: rgba(0,8,14,.015);
|
|
|
|
}
|
|
|
|
|
|
|
|
.table > thead:first-child > tr:first-child > th.no-padding,
|
|
|
|
.table > thead > tr > th.no-padding,
|
|
|
|
.table > tbody > tr > td.no-padding {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-09-16 10:21:58 +00:00
|
|
|
.checkbox-replacement {
|
2014-07-23 20:56:59 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
height: 38px;
|
2014-07-23 21:09:40 +00:00
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
2014-07-23 20:56:59 +00:00
|
|
|
}
|
|
|
|
|
2014-09-16 10:21:58 +00:00
|
|
|
.checkbox-replacement input[type=checkbox] {
|
2014-07-23 20:56:59 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table .priority.icon:after {
|
|
|
|
background: #f8f9fa;
|
2014-07-23 19:47:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table .table-cell {
|
2013-07-30 13:58:33 +00:00
|
|
|
vertical-align: top;
|
|
|
|
display: table-cell;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
2014-07-23 19:47:57 +00:00
|
|
|
|
2013-08-05 00:03:27 +00:00
|
|
|
.hero-two {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.hero-two .hero-left {
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.hero-two .hero-right {
|
|
|
|
width: 50%;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2014-03-20 08:51:02 +00:00
|
|
|
.panel-title {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
#task {
|
2013-04-18 12:41:58 +00:00
|
|
|
position: fixed;
|
2013-07-26 12:41:03 +00:00
|
|
|
display: table;
|
2013-04-18 12:41:58 +00:00
|
|
|
width: 100%;
|
2013-09-22 17:40:58 +00:00
|
|
|
min-width: 1000px;
|
2013-08-19 20:46:19 +00:00
|
|
|
top: 46px;
|
2014-07-07 17:18:51 +00:00
|
|
|
display: none;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#task > .taskbar {
|
|
|
|
display: table-row;
|
|
|
|
z-index: 1040;
|
2013-04-18 12:41:58 +00:00
|
|
|
}
|
|
|
|
|
2013-07-26 12:41:03 +00:00
|
|
|
#task > .taskbar > div {
|
2013-08-19 20:46:19 +00:00
|
|
|
padding: 0 4px 4px 4px;
|
2013-07-26 12:41:03 +00:00
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
|
|
|
#task .task {
|
2013-04-17 23:42:00 +00:00
|
|
|
max-width: 120px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2013-08-20 11:28:32 +00:00
|
|
|
display: inline-block;
|
2013-04-17 23:42:00 +00:00
|
|
|
}
|
2013-04-24 08:34:18 +00:00
|
|
|
|
2013-07-26 12:41:03 +00:00
|
|
|
#task .task > a,
|
|
|
|
#task .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-07-26 12:41:03 +00:00
|
|
|
#task .btn-default .task > a,
|
|
|
|
#task .btn-default .task > a:hover {
|
2013-04-24 08:34:18 +00:00
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
#task .taskbar .btn-small {
|
2013-09-17 08:48:49 +00:00
|
|
|
padding: 3px 8px 4px;
|
2013-04-24 08:34:18 +00:00
|
|
|
margin-top: 2px;
|
2013-07-30 13:58:33 +00:00
|
|
|
font-size: 11px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
#task .taskbar .btn-default {
|
|
|
|
background-color: #c3c3c3;
|
|
|
|
border-color: #c3c3c3;
|
2013-04-24 08:34:18 +00:00
|
|
|
}
|
|
|
|
|
2013-07-26 12:41:03 +00:00
|
|
|
#task [data-type="close"] {
|
2013-04-24 08:34:18 +00:00
|
|
|
margin-left: 5px;
|
2013-08-19 20:46:19 +00:00
|
|
|
font-size: 13px;
|
|
|
|
top: 1px;
|
2013-04-24 08:34:18 +00:00
|
|
|
}
|
|
|
|
|
2013-07-26 12:41:03 +00:00
|
|
|
#task .taskbar-items {
|
2013-04-24 08:34:18 +00:00
|
|
|
}
|
|
|
|
|
2013-07-26 12:41:03 +00:00
|
|
|
#task .taskbar-new {
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 12px;
|
2013-04-24 08:34:18 +00:00
|
|
|
}
|
|
|
|
|
2012-10-22 20:30:31 +00:00
|
|
|
.max-size-scroll {
|
|
|
|
max-height: 240px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
2014-08-25 23:34:22 +00:00
|
|
|
.inactive {
|
|
|
|
color: #ddd !important;
|
|
|
|
}
|
|
|
|
|
2012-04-10 14:06:46 +00:00
|
|
|
/*
|
|
|
|
#content > *:not(.active) {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2012-08-24 18:54:57 +00:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2014-07-02 15:15:50 +00:00
|
|
|
font-weight: normal;
|
2012-08-24 18:54:57 +00:00
|
|
|
}
|
|
|
|
|
2012-09-20 12:08:02 +00:00
|
|
|
h1 {
|
2014-07-02 15:15:50 +00:00
|
|
|
font-size: 23px;
|
|
|
|
line-height: 29px;
|
|
|
|
color: rgba(0,8,14,.73);
|
2012-09-20 12:08:02 +00:00
|
|
|
}
|
2014-07-15 08:30:50 +00:00
|
|
|
|
|
|
|
h2,
|
|
|
|
h2.popover-title {
|
2014-08-05 13:05:11 +00:00
|
|
|
font-size: 19px;
|
2014-07-04 10:29:52 +00:00
|
|
|
line-height: 25px;
|
2014-07-02 15:15:50 +00:00
|
|
|
color: rgba(0,8,14,.73);
|
2012-09-20 12:08:02 +00:00
|
|
|
}
|
2014-07-15 08:30:50 +00:00
|
|
|
|
2012-09-20 12:08:02 +00:00
|
|
|
h3 {
|
2014-07-15 08:30:50 +00:00
|
|
|
font-size: 13px;
|
|
|
|
margin: 14px 0 6px;
|
|
|
|
color: #a9bcc4;
|
|
|
|
font-weight: 200;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.07em;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
2014-07-15 08:30:50 +00:00
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
h4 {
|
|
|
|
font-size: 20px;
|
2012-09-20 12:08:02 +00:00
|
|
|
}
|
2014-07-15 08:30:50 +00:00
|
|
|
|
2013-08-04 22:03:13 +00:00
|
|
|
h5 {
|
|
|
|
font-size: 16px;
|
2012-11-03 08:52:22 +00:00
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
label {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #999;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: 0.1em;
|
2014-07-04 10:20:39 +00:00
|
|
|
padding: 0 2px;
|
2014-09-05 09:20:07 +00:00
|
|
|
margin-bottom: 6px;
|
2014-08-30 10:24:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-group + .form-group {
|
|
|
|
margin-top: 0;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
2014-10-02 16:10:52 +00:00
|
|
|
.form-group .controls {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-08-04 22:03:13 +00:00
|
|
|
.form-group .help-message {
|
2014-09-25 17:00:10 +00:00
|
|
|
cursor: help;
|
|
|
|
opacity: 0.2;
|
2013-08-04 22:03:13 +00:00
|
|
|
}
|
2014-07-02 15:15:50 +00:00
|
|
|
|
2014-09-26 15:08:41 +00:00
|
|
|
input[type=text],
|
|
|
|
input[type=password],
|
|
|
|
input[type=email],
|
2014-09-25 11:29:06 +00:00
|
|
|
textarea,
|
2013-07-30 13:58:33 +00:00
|
|
|
.form-control {
|
2014-09-25 11:29:06 +00:00
|
|
|
display: block;
|
|
|
|
padding: 6px 12px;
|
|
|
|
width: 100%;
|
2014-07-02 15:15:50 +00:00
|
|
|
height: 41px;
|
2014-09-25 11:29:06 +00:00
|
|
|
font-size: 14px;
|
2014-07-02 15:15:50 +00:00
|
|
|
font-weight: normal;
|
2014-09-25 11:29:06 +00:00
|
|
|
line-height: 22px;
|
|
|
|
color: #555;
|
|
|
|
background: white;
|
2014-09-25 17:00:10 +00:00
|
|
|
border: 1px solid hsl(0, 0%, 90%);
|
2014-07-02 15:15:50 +00:00
|
|
|
border-radius: 3px;
|
|
|
|
transition: none;
|
2014-09-25 11:29:06 +00:00
|
|
|
box-shadow: none;
|
2014-09-29 08:38:28 +00:00
|
|
|
outline: none;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 10:10:48 +00:00
|
|
|
.form-control:focus {
|
2014-09-29 08:38:28 +00:00
|
|
|
border-color: hsl(200,71%,59%);
|
|
|
|
box-shadow: 0 0 0 3px hsl(201,62%,90%);
|
|
|
|
}
|
|
|
|
|
2014-10-02 16:10:52 +00:00
|
|
|
|
|
|
|
.form-control[contenteditable] {
|
|
|
|
height: auto;
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
|
|
|
|
2014-09-04 21:56:58 +00:00
|
|
|
.tokenfield.focus {
|
2014-07-02 15:15:50 +00:00
|
|
|
box-shadow: none;
|
2014-09-16 10:21:58 +00:00
|
|
|
border-color: hsl(0,0%,90%);
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.has-error .form-control,
|
|
|
|
.has-error .form-control:focus {
|
|
|
|
box-shadow: none;
|
2014-09-13 11:12:00 +00:00
|
|
|
border-color: red !important;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-inline {
|
|
|
|
color: red;
|
2014-07-04 10:20:39 +00:00
|
|
|
font-size: 13px;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
overflow: auto;
|
2014-08-07 21:53:46 +00:00
|
|
|
position: relative;
|
2014-09-13 18:27:04 +00:00
|
|
|
background-color: #f8f9fa;
|
2012-08-22 12:17:33 +00:00
|
|
|
}
|
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
.content.fit {
|
2014-07-07 17:18:51 +00:00
|
|
|
padding: 10px;
|
2014-07-02 15:15:50 +00:00
|
|
|
background: #2c2d36;
|
2014-07-04 10:20:39 +00:00
|
|
|
z-index: 1;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
2014-07-04 10:20:39 +00:00
|
|
|
.form-stacked .checkbox label {
|
|
|
|
color: inherit;
|
|
|
|
font-size: 13px;
|
|
|
|
text-transform: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
letter-spacing: inherit;
|
|
|
|
display: block;
|
2014-04-07 06:39:45 +00:00
|
|
|
}
|
2014-07-04 10:20:39 +00:00
|
|
|
|
|
|
|
|
2014-07-23 19:47:57 +00:00
|
|
|
.pagination {
|
|
|
|
margin: 0;
|
2012-04-22 18:32:39 +00:00
|
|
|
}
|
2012-04-23 17:22:34 +00:00
|
|
|
|
2014-07-23 19:47:57 +00:00
|
|
|
.pagination > li > a,
|
|
|
|
.pagination > li > span {
|
|
|
|
padding: 0;
|
|
|
|
width: 31px;
|
|
|
|
height: 28px;
|
|
|
|
border-color: #ececec;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-counter {
|
|
|
|
margin-right: 19px;
|
|
|
|
line-height: 28px;
|
|
|
|
color: #9c9c9b;
|
2012-07-20 11:23:09 +00:00
|
|
|
}
|
|
|
|
|
2014-07-23 19:47:57 +00:00
|
|
|
.pagination-items-range {
|
|
|
|
color: #706f6f;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
|
2014-10-01 11:57:36 +00:00
|
|
|
.page-header {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.page-header-title {
|
2014-07-23 20:56:59 +00:00
|
|
|
margin-bottom: 15px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
2014-07-23 19:47:57 +00:00
|
|
|
|
2014-08-05 13:05:11 +00:00
|
|
|
.page-header-title h1 {
|
|
|
|
margin-top: 13px;
|
2014-07-24 14:41:53 +00:00
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.page-header-meta {
|
2014-08-05 13:05:11 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header-meta.horizontal .pagination {
|
2014-07-23 19:47:57 +00:00
|
|
|
margin-left: auto;
|
2012-08-22 12:17:33 +00:00
|
|
|
}
|
2012-07-20 11:23:09 +00:00
|
|
|
|
2012-10-17 16:08:03 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2014-09-30 11:15:40 +00:00
|
|
|
.help-block {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-block:not(:empty) {
|
|
|
|
margin: 5px 0 10px;
|
|
|
|
}
|
|
|
|
|
2014-09-13 11:12:00 +00:00
|
|
|
.help-block {
|
|
|
|
color: #bcbcbc;
|
|
|
|
}
|
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;
|
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
|
2012-04-20 12:24:37 +00:00
|
|
|
/*
|
2014-07-04 10:20:39 +00:00
|
|
|
* hero-unit (used on getstarted, login, signup)
|
2012-04-20 12:24:37 +00:00
|
|
|
*/
|
2013-07-30 13:58:33 +00:00
|
|
|
|
|
|
|
.hero-unit {
|
2014-07-02 15:15:50 +00:00
|
|
|
width: 500px;
|
2014-07-07 10:31:03 +00:00
|
|
|
margin: 10px 0;
|
2014-07-04 10:20:39 +00:00
|
|
|
padding: 23px 25px;
|
2014-07-02 15:15:50 +00:00
|
|
|
border: 1px solid #e5f0f5;
|
2013-07-30 13:58:33 +00:00
|
|
|
color: inherit;
|
2014-07-02 15:15:50 +00:00
|
|
|
background-color: white;
|
|
|
|
border-radius: 6px;
|
2014-07-04 10:20:39 +00:00
|
|
|
box-shadow:
|
|
|
|
0 8px 17px 0 rgba(0, 0, 0, 0.2),
|
|
|
|
0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
2013-09-18 13:06:57 +00:00
|
|
|
}
|
|
|
|
|
2014-07-04 10:29:52 +00:00
|
|
|
.hero-unit h1,
|
|
|
|
.hero-unit h2 {
|
2014-07-04 10:20:39 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2012-11-12 14:05:53 +00:00
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.login, .getstarted, .reset_password, .signup {
|
|
|
|
padding: 10px;
|
2014-07-18 23:06:56 +00:00
|
|
|
height: auto;
|
2014-09-15 08:54:53 +00:00
|
|
|
background: hsl(234,10%,19%);
|
2014-07-12 16:36:23 +00:00
|
|
|
}
|
|
|
|
|
2014-07-04 10:20:39 +00:00
|
|
|
.login .hero-unit {
|
|
|
|
width: 430px;
|
2012-04-20 12:24:37 +00:00
|
|
|
}
|
|
|
|
|
2014-07-04 10:20:39 +00:00
|
|
|
.login .logo {
|
|
|
|
margin: 30px auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login p {
|
2014-07-07 10:31:03 +00:00
|
|
|
margin: 10px 0;
|
2014-07-04 10:20:39 +00:00
|
|
|
max-width: 400px;
|
|
|
|
color: hsl(210,8%,42%);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login hr {
|
2014-07-07 10:31:03 +00:00
|
|
|
margin: 10px 0;
|
2014-07-04 10:20:39 +00:00
|
|
|
border-top-color: rgba(255,255,255,.15);
|
|
|
|
width: 100%;
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login p a {
|
|
|
|
color: hsl(210,8%,54%);
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtle-link {
|
|
|
|
color: rgba(0,0,0,.32);
|
|
|
|
text-decoration: underline;
|
2014-09-19 11:39:56 +00:00
|
|
|
cursor: pointer;
|
2014-07-04 10:20:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subtle-link:hover {
|
|
|
|
color: rgba(0,0,0,.5);
|
|
|
|
}
|
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
ol.tabs {
|
|
|
|
list-style: decimal inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol.tabs li {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs {
|
2014-09-18 10:40:17 +00:00
|
|
|
padding: 0;
|
2014-07-04 10:20:39 +00:00
|
|
|
margin-bottom: 20px;
|
2014-07-02 15:15:50 +00:00
|
|
|
color: #b8b8b8;
|
|
|
|
border: 1px solid rgba(0,8,14,.08);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs-condensed .tab {
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2014-07-02 15:31:34 +00:00
|
|
|
.progress-tabs .tab {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
.tab {
|
2014-09-29 08:38:28 +00:00
|
|
|
height: 40px;
|
|
|
|
padding: 10px 20px;
|
2014-07-02 15:15:50 +00:00
|
|
|
text-align: center;
|
|
|
|
border-right: 1px solid rgba(0,8,14,.08);
|
|
|
|
cursor: pointer;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab.active {
|
|
|
|
color: white;
|
|
|
|
background: #444a4f;
|
2014-07-04 10:20:39 +00:00
|
|
|
box-shadow: none;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
2014-07-02 15:31:34 +00:00
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
.tab:first-child {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab:last-child {
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:18:13 +00:00
|
|
|
.wide-tabs {
|
|
|
|
width: 60%;
|
|
|
|
margin: 25px auto 20px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 300;
|
|
|
|
background: white;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wide-tabs .tab:first-child {
|
|
|
|
border-radius: 8px 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wide-tabs .tab:last-child {
|
|
|
|
border-radius: 0 8px 8px 0;
|
|
|
|
}
|
|
|
|
|
2014-07-07 10:31:03 +00:00
|
|
|
.separator {
|
|
|
|
margin: 20px 0;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.separator:before {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
top: 50%;
|
|
|
|
left: 0;
|
|
|
|
margin-top: -1px;
|
|
|
|
background: #e6e6e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.separator-text {
|
|
|
|
padding: 0 10px;
|
|
|
|
color: #999;
|
|
|
|
font-size: 12px;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
background: white;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_provider {
|
|
|
|
padding: 9px 7px 8px;
|
|
|
|
color: white;
|
|
|
|
line-height: 22px;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_provider:not(:last-child) {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_provider:hover {
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_provider.facebook {
|
|
|
|
background-color: #4f699c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_provider.google {
|
|
|
|
background-color: #d8543c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth_provider.twitter {
|
|
|
|
background-color: #2eaee1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.provider_icon {
|
|
|
|
width: 29px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facebook .provider_icon {
|
|
|
|
background-image: url(<%= asset_path "facebook.svg" %>);
|
|
|
|
}
|
|
|
|
|
|
|
|
.google .provider_icon {
|
|
|
|
background-image: url(<%= asset_path "google.svg" %>);
|
|
|
|
}
|
|
|
|
|
|
|
|
.twitter .provider_icon {
|
|
|
|
background-image: url(<%= asset_path "twitter.svg" %>);
|
|
|
|
}
|
|
|
|
|
2014-07-09 11:25:35 +00:00
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
background-image: url(<%= asset_path "sprite.svg" %>);
|
2014-07-20 21:26:17 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 20px 20px; /* make icon empty */
|
2014-07-09 11:25:35 +00:00
|
|
|
}
|
|
|
|
|
2014-08-07 21:53:23 +00:00
|
|
|
.dashboard.icon,
|
|
|
|
.overviews.icon,
|
|
|
|
.customers.icon,
|
|
|
|
.group.icon,
|
|
|
|
.message.icon,
|
|
|
|
.tools.icon,
|
|
|
|
.person.icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard.icon {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overviews.icon {
|
|
|
|
background-position: -24px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group.icon,
|
|
|
|
.customers.icon {
|
|
|
|
background-position: -48px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message.icon {
|
|
|
|
background-position: -72px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tools.icon {
|
|
|
|
background-position: -96px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.person.icon {
|
|
|
|
background-position: -120px 0;
|
|
|
|
}
|
|
|
|
|
2014-07-09 11:25:35 +00:00
|
|
|
.light.cog.icon {
|
|
|
|
background-position: 0 -56px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark.cog.icon {
|
|
|
|
background-position: 0 -76px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.green.plus.icon {
|
|
|
|
background-position: -20px -56px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white.plus.icon {
|
|
|
|
background-position: -20px -76px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signout.icon {
|
|
|
|
width: 15px;
|
|
|
|
height: 19px;
|
|
|
|
background-position: 0 -96px;
|
|
|
|
}
|
|
|
|
|
2014-09-15 21:58:54 +00:00
|
|
|
.switchView.icon {
|
|
|
|
width: 19px;
|
|
|
|
height: 18px;
|
|
|
|
background-position: -15px -96px;
|
|
|
|
}
|
|
|
|
|
2014-07-09 14:49:42 +00:00
|
|
|
.priority.icon {
|
|
|
|
background: none;
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modified.priority.icon {
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
background: none !important;
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.priority.icon:after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
margin: -3px 0 0 -3px;
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
border-radius: 100%;
|
|
|
|
background: #2c2d36;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modified.priority.icon:after {
|
|
|
|
-webkit-animation: fade 1s ease 2s infinite alternate;
|
|
|
|
-moz-animation: fade 1s ease 2s infinite alternate;
|
|
|
|
-ms-animation: fade 1s ease 2s infinite alternate;
|
|
|
|
animation: fade 1s ease 2s infinite alternate;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes fade { from { opacity: 0 } to { opacity: 1 } }
|
|
|
|
@-moz-keyframes fade { from { opacity: 0 } to { opacity: 1 } }
|
|
|
|
@-ms-keyframes fade { from { opacity: 0 } to { opacity: 1 } }
|
|
|
|
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
|
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.organisation.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: 0 -115px;
|
|
|
|
}
|
|
|
|
|
2014-07-23 18:48:33 +00:00
|
|
|
.icon-switch:hover .organisation.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .organisation.icon,
|
|
|
|
.white.organisation.icon {
|
2014-07-12 16:36:23 +00:00
|
|
|
background-position: 0 -128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -14px -115px;
|
|
|
|
}
|
|
|
|
|
2014-07-23 18:48:33 +00:00
|
|
|
.icon-switch:hover .user.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .user.icon,
|
|
|
|
.white.user.icon {
|
2014-07-12 16:36:23 +00:00
|
|
|
background-position: -14px -128px;
|
|
|
|
}
|
|
|
|
|
2014-07-25 15:19:48 +00:00
|
|
|
.note.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -28px -115px;
|
|
|
|
}
|
2014-08-07 21:53:23 +00:00
|
|
|
|
2014-07-25 15:19:48 +00:00
|
|
|
.icon-switch:hover .note.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .note.icon,
|
|
|
|
.white.note.icon {
|
2014-07-25 15:19:48 +00:00
|
|
|
background-position: -28px -128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pen.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -42px -115px;
|
|
|
|
}
|
2014-08-07 21:53:23 +00:00
|
|
|
|
2014-07-25 15:19:48 +00:00
|
|
|
.icon-switch:hover .pen.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .pen.icon,
|
|
|
|
.white.pen.icon {
|
2014-07-25 15:19:48 +00:00
|
|
|
background-position: -42px -128px;
|
|
|
|
}
|
|
|
|
|
2014-07-26 06:12:59 +00:00
|
|
|
.important.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -56px -115px;
|
|
|
|
}
|
|
|
|
.icon-switch:hover .important.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .important.icon,
|
|
|
|
.white.important.icon {
|
2014-07-26 06:12:59 +00:00
|
|
|
background-position: -56px -128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tools.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -70px -115px;
|
|
|
|
}
|
|
|
|
.icon-switch:hover .tools.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .tools.icon,
|
|
|
|
.white.tools.icon {
|
2014-07-26 06:12:59 +00:00
|
|
|
background-position: -70px -128px;
|
|
|
|
}
|
2014-07-25 15:19:48 +00:00
|
|
|
|
2014-07-27 11:54:18 +00:00
|
|
|
.clock.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -84px -115px;
|
|
|
|
}
|
|
|
|
.icon-switch:hover .clock.icon,
|
2014-09-16 10:21:50 +00:00
|
|
|
.task.active .clock.icon,
|
|
|
|
.white.clock.icon {
|
2014-07-27 11:54:18 +00:00
|
|
|
background-position: -84px -128px;
|
|
|
|
}
|
|
|
|
|
2014-09-16 10:21:50 +00:00
|
|
|
.team.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 20px;
|
|
|
|
background-position: -98px -115px;
|
|
|
|
}
|
|
|
|
.white.team.icon {
|
|
|
|
background-position: -98px -128px;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:18:13 +00:00
|
|
|
.channel.icon {
|
|
|
|
width: 17px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.email.channel.icon {
|
|
|
|
background-position: 0 -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.received-calls.channel.icon {
|
|
|
|
background-position: -17px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.outbound-calls.channel.icon {
|
|
|
|
background-position: -34px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.facebook.channel.icon {
|
|
|
|
background-position: -51px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.twitter.channel.icon {
|
2014-08-26 10:27:37 +00:00
|
|
|
background-position: -68px -141px;
|
2014-07-18 16:18:13 +00:00
|
|
|
}
|
|
|
|
|
2014-07-23 21:32:39 +00:00
|
|
|
.gray.email.channel.icon {
|
|
|
|
background-position: -85px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gray.received-calls.channel.icon {
|
|
|
|
background-position: -102px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gray.outbound-calls.channel.icon {
|
|
|
|
background-position: -119px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gray.facebook.channel.icon {
|
|
|
|
background-position: -136px -141px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gray.twitter.channel.icon {
|
|
|
|
background-position: -153px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.gray.note.channel.icon {
|
2014-08-26 10:27:37 +00:00
|
|
|
background-position: -170px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.gray.phone.channel.icon {
|
2014-08-26 10:27:37 +00:00
|
|
|
background-position: -187px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.email.channel.icon {
|
2014-08-26 10:27:37 +00:00
|
|
|
background-position: -204px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.received-calls.channel.icon {
|
2014-08-26 10:27:37 +00:00
|
|
|
background-position: -221px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.outbound-calls.channel.icon {
|
2014-08-26 10:27:37 +00:00
|
|
|
background-position: -238px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.facebook.channel.icon {
|
2014-08-26 14:38:26 +00:00
|
|
|
background-position: -255px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.twitter.channel.icon {
|
2014-08-27 16:36:32 +00:00
|
|
|
background-position: -272px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.note.channel.icon {
|
2014-08-27 16:36:32 +00:00
|
|
|
background-position: -289px -141px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 14:57:33 +00:00
|
|
|
.white.phone.channel.icon {
|
|
|
|
background-position: -306px -141px;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:18:13 +00:00
|
|
|
.mood.icon {
|
|
|
|
width: 60px;
|
|
|
|
height: 59px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mood.icon.superbad-state {
|
|
|
|
background-position: 0 -157px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mood.icon.bad-state {
|
|
|
|
background-position: -60px -157px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mood.icon.ok-state {
|
|
|
|
background-position: -120px -157px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mood.icon.good-state {
|
|
|
|
background-position: -180px -157px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mood.icon.supergood-state {
|
|
|
|
background-position: -240px -157px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stopwatch.icon {
|
|
|
|
width: 77px;
|
|
|
|
height: 83px;
|
|
|
|
background-position: 0 -216px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-process.icon {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
background-position: -77px -216px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-process.superbad-state,
|
|
|
|
.reopening.superbad-state {
|
|
|
|
background-color: #f35910;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-process.bad-state,
|
|
|
|
.reopening.bad-state {
|
|
|
|
background-color: #f6820b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-process.ok-state,
|
|
|
|
.reopening.ok-state {
|
|
|
|
background-color: #faab00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-process.good-state,
|
|
|
|
.reopening.good-state {
|
|
|
|
background-color: #a9ac41;
|
|
|
|
}
|
|
|
|
|
|
|
|
.in-process.supergood-state,
|
|
|
|
.reopening.supergood-state {
|
|
|
|
background-color: #38ae6a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reopening.icon {
|
|
|
|
width: 68px;
|
|
|
|
height: 47px;
|
|
|
|
background-position: -141px -216px;
|
|
|
|
}
|
|
|
|
|
2014-09-30 10:12:18 +00:00
|
|
|
.paperclip.icon {
|
|
|
|
width: 31px;
|
|
|
|
height: 29px;
|
|
|
|
background-position: -141px -263px;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:18:13 +00:00
|
|
|
.stat-all-tickets.icon {
|
|
|
|
width: 48px;
|
|
|
|
height: 83px;
|
|
|
|
background-position: -209px -216px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-tickets {
|
|
|
|
height: 83px;
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-bottom: -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-ticket.icon {
|
|
|
|
width: 48px;
|
|
|
|
height: 10px;
|
|
|
|
margin-top: -7px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-ticket.superbad-state {
|
|
|
|
background-position: -257px -256px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-ticket.bad-state {
|
|
|
|
background-position: -257px -246px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-ticket.ok-state {
|
|
|
|
background-position: -257px -236px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-ticket.good-state {
|
|
|
|
background-position: -257px -226px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-ticket.supergood-state {
|
|
|
|
background-position: -257px -216px;
|
|
|
|
}
|
|
|
|
|
2014-07-23 19:47:57 +00:00
|
|
|
.left.arrow.icon,
|
|
|
|
.right.arrow.icon {
|
|
|
|
width: 8px;
|
|
|
|
height: 12px;
|
|
|
|
opacity: .39;
|
|
|
|
}
|
|
|
|
|
2014-07-23 20:56:59 +00:00
|
|
|
.disabled.left.arrow.icon,
|
|
|
|
.disabled.right.arrow.icon {
|
2014-07-23 19:47:57 +00:00
|
|
|
opacity: .23;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left.arrow.icon {
|
|
|
|
background-position: 0 -299px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right.arrow.icon {
|
|
|
|
background-position: -8px -299px;
|
|
|
|
}
|
|
|
|
|
2014-09-17 22:04:49 +00:00
|
|
|
.white.left.arrow.icon {
|
|
|
|
background-position: -16px -299px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white.right.arrow.icon {
|
|
|
|
background-position: -24px -299px;
|
|
|
|
}
|
|
|
|
|
2014-07-23 20:56:59 +00:00
|
|
|
.checkbox.icon {
|
|
|
|
min-height: 0; /* overwriting bootstrap */
|
|
|
|
margin: 0; /* overwriting bootstrap */
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2014-09-17 22:04:49 +00:00
|
|
|
background-position: -32px -299px;
|
2014-07-23 20:56:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.white.checkbox.icon {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
:checked + .checkbox.icon {
|
2014-09-17 22:04:49 +00:00
|
|
|
background-position: -42px -299px;
|
2014-07-23 20:56:59 +00:00
|
|
|
}
|
|
|
|
|
2014-08-07 21:53:46 +00:00
|
|
|
.arrow-right.icon {
|
|
|
|
width: 12px;
|
|
|
|
height: 11px;
|
2014-09-17 22:04:49 +00:00
|
|
|
background-position: -52px -299px;
|
2014-08-07 21:53:46 +00:00
|
|
|
}
|
|
|
|
|
2014-08-30 10:24:24 +00:00
|
|
|
.delete.icon {
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
2014-09-17 22:04:49 +00:00
|
|
|
background-position: -64px -300px;
|
2014-08-30 10:24:24 +00:00
|
|
|
}
|
|
|
|
|
2014-08-07 21:53:46 +00:00
|
|
|
.dark.group.icon {
|
|
|
|
width: 23px;
|
|
|
|
height: 24px;
|
|
|
|
background-position: 0 -311px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark.message.icon {
|
|
|
|
width: 19px;
|
|
|
|
height: 19px;
|
|
|
|
background-position: -23px -311px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark.person.icon {
|
|
|
|
width: 11px;
|
|
|
|
height: 24px;
|
|
|
|
background-position: -42px -311px;
|
|
|
|
}
|
|
|
|
|
2014-08-27 16:36:32 +00:00
|
|
|
.split.action.icon {
|
2014-09-15 10:27:16 +00:00
|
|
|
width: 18px;
|
|
|
|
height: 15px;
|
2014-08-26 14:38:26 +00:00
|
|
|
background-position: 0 -336px;
|
|
|
|
}
|
|
|
|
|
2014-08-27 16:36:32 +00:00
|
|
|
.reply.action.icon {
|
2014-09-15 10:27:16 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 15px;
|
|
|
|
background-position: -18px -336px;
|
2014-08-26 14:38:26 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 10:27:16 +00:00
|
|
|
.internal.action.icon,
|
2014-08-27 16:36:32 +00:00
|
|
|
.public.visibility.icon {
|
2014-09-02 14:35:50 +00:00
|
|
|
width: 11px;
|
|
|
|
height: 15px;
|
2014-09-15 10:27:16 +00:00
|
|
|
background-position: -32px -336px;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 10:27:16 +00:00
|
|
|
.public.action.icon,
|
2014-08-27 16:36:32 +00:00
|
|
|
.internal.visibility.icon {
|
2014-09-02 14:35:50 +00:00
|
|
|
width: 11px;
|
|
|
|
height: 15px;
|
2014-09-15 10:27:16 +00:00
|
|
|
background-position: -43px -336px;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 14:59:52 +00:00
|
|
|
.recipients.icon {
|
2014-09-15 20:38:58 +00:00
|
|
|
width: 16px;
|
2014-09-02 14:35:50 +00:00
|
|
|
height: 12px;
|
2014-09-15 20:38:58 +00:00
|
|
|
background-position: -54px -339px;
|
2014-08-28 14:59:52 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 21:58:54 +00:00
|
|
|
.white.close.icon {
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
background-position: -70px -338px;
|
|
|
|
}
|
|
|
|
|
2014-09-16 08:15:57 +00:00
|
|
|
.close.icon {
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
background-position: -83px -338px;
|
|
|
|
}
|
|
|
|
|
2014-09-25 16:57:54 +00:00
|
|
|
.help.icon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-position: -96px -335px;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:18:13 +00:00
|
|
|
|
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 {
|
2014-07-09 11:25:35 +00:00
|
|
|
margin: 0;
|
2012-04-13 14:42:33 +00:00
|
|
|
}
|
|
|
|
|
2014-07-04 10:20:39 +00:00
|
|
|
.form-controls {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
form a.standalone {
|
|
|
|
line-height: 40px;
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
form a.standalone.align-right {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2012-04-10 14:06:46 +00:00
|
|
|
footer {
|
2013-07-30 13:58:33 +00:00
|
|
|
clear: both;
|
2013-06-12 07:27:50 +00:00
|
|
|
padding-top: 10px;
|
2013-07-30 13:58:33 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 22px;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-08-04 22:03:13 +00:00
|
|
|
.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;
|
2013-09-18 06:12:53 +00:00
|
|
|
right: 20px;
|
2013-08-04 22:03:13 +00:00
|
|
|
}
|
|
|
|
.customer_info textarea {
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 100%;
|
|
|
|
border-color: #eee;
|
|
|
|
}
|
|
|
|
|
2014-08-05 13:05:11 +00:00
|
|
|
.overview {
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.bulkAction {
|
2014-08-05 13:05:11 +00:00
|
|
|
background: white;
|
|
|
|
z-index: 1;
|
|
|
|
box-shadow:
|
|
|
|
0 -1px rgba(0,0,0,.05),
|
|
|
|
0 -2px rgba(0,0,0,.03),
|
|
|
|
0 -3px rgba(0,0,0,.01);
|
2013-09-18 21:04:18 +00:00
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.bulkAction .btn {
|
2014-09-19 11:39:56 +00:00
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.bulkAction-controls {
|
|
|
|
margin-top: 10px;
|
2014-09-19 11:39:56 +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);
|
2013-07-30 13:58:33 +00:00
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
|
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-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;
|
|
|
|
}
|
|
|
|
|
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%;
|
2013-08-19 20:46:19 +00:00
|
|
|
top: 0;
|
2013-06-11 21:24:04 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
#splash .logo {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 200px;
|
|
|
|
width: 100px;
|
|
|
|
}
|
2013-08-19 20:46:19 +00:00
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
.btn {
|
|
|
|
font-size: 14px;
|
2014-08-28 07:03:44 +00:00
|
|
|
padding: 9px 24px 8px;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
2014-09-25 11:29:06 +00:00
|
|
|
.btn:active {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2014-09-19 11:39:56 +00:00
|
|
|
.btn--primary,
|
2014-09-25 11:29:06 +00:00
|
|
|
.btn--primary:hover,
|
|
|
|
.btn--primary:focus {
|
2014-08-05 13:05:11 +00:00
|
|
|
color: white;
|
2014-07-02 15:15:50 +00:00
|
|
|
background: #419ed7;
|
|
|
|
border-color: #419ed7;
|
|
|
|
}
|
2014-07-07 17:18:51 +00:00
|
|
|
|
2014-09-25 11:51:20 +00:00
|
|
|
.btn--success,
|
|
|
|
.btn--success:hover,
|
|
|
|
.btn--success:focus {
|
2014-09-04 21:56:58 +00:00
|
|
|
color: white;
|
|
|
|
background: hsl(145,51%,45%);
|
|
|
|
}
|
|
|
|
|
2014-09-25 11:51:33 +00:00
|
|
|
.btn--danger,
|
|
|
|
.btn--danger:hover,
|
|
|
|
.btn--danger:focus {
|
|
|
|
color: white;
|
|
|
|
background: hsl(0,65%,55%);
|
|
|
|
}
|
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
.navigation {
|
|
|
|
width: 260px;
|
|
|
|
background: #26272e;
|
2014-07-12 16:36:23 +00:00
|
|
|
position: relative;
|
2014-07-07 17:18:51 +00:00
|
|
|
}
|
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.navigation:empty {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2014-09-19 11:18:58 +00:00
|
|
|
.main-navigation {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2014-07-07 17:18:51 +00:00
|
|
|
|
2014-09-19 11:18:58 +00:00
|
|
|
.main-navigation a {
|
2014-08-07 21:53:23 +00:00
|
|
|
padding: 0 15px;
|
|
|
|
height: 48px;
|
2014-07-07 17:18:51 +00:00
|
|
|
color: rgba(240, 250, 255, .25);
|
|
|
|
border-bottom: 1px solid rgba(240, 250, 255, .05);
|
2014-09-19 11:18:58 +00:00
|
|
|
text-decoration: none;
|
2014-07-07 17:18:51 +00:00
|
|
|
}
|
|
|
|
|
2014-09-19 11:18:58 +00:00
|
|
|
.main-navigation > li.active > a,
|
|
|
|
.main-navigation > li > a:hover,
|
|
|
|
.main-navigation > li > a:focus {
|
|
|
|
background: none;
|
|
|
|
color: #F0FAFF;
|
|
|
|
}
|
2014-09-19 11:39:56 +00:00
|
|
|
|
2014-09-19 11:18:58 +00:00
|
|
|
.main-navigation > li.active > a .icon,
|
|
|
|
.main-navigation > li > a:hover .icon,
|
|
|
|
.main-navigation > li > a:focus .icon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-navigation li.active > a {
|
2014-07-07 17:18:51 +00:00
|
|
|
background: #389ed9;
|
|
|
|
}
|
|
|
|
|
2014-08-07 21:53:23 +00:00
|
|
|
.navigation .nav-item-icon .icon {
|
2014-07-07 17:18:51 +00:00
|
|
|
margin-right: 15px;
|
2014-08-07 21:53:23 +00:00
|
|
|
opacity: 0.25;
|
2014-07-07 17:18:51 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
2014-07-09 11:25:35 +00:00
|
|
|
.tasks {
|
2014-07-09 14:49:42 +00:00
|
|
|
background: #2c2d36;
|
|
|
|
overflow: auto;
|
2014-07-09 11:25:35 +00:00
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
.tasks.tasks-standalone {
|
|
|
|
background: none;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks-standalone .task {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks-standalone .icon-holder {
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks-standalone .icon-holder .icon {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks-standalone .time {
|
|
|
|
color: hsl(198,19%,72%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks-standalone .task .priority.icon:after {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2014-07-09 14:49:42 +00:00
|
|
|
.task {
|
2014-07-19 18:55:06 +00:00
|
|
|
padding: 10px 15px 7px 0;
|
2014-07-09 14:49:42 +00:00
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
.tasks-navigation .task {
|
|
|
|
height: 38px;
|
|
|
|
border-bottom: 1px solid #33363e;
|
|
|
|
}
|
2014-07-15 08:30:50 +00:00
|
|
|
|
2014-09-15 08:53:07 +00:00
|
|
|
.tasks-navigation .task:not(.active):hover {
|
2014-09-05 09:20:07 +00:00
|
|
|
background: #26272e;
|
|
|
|
}
|
2014-07-14 07:45:43 +00:00
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
.tasks-navigation .name {
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks-navigation .icon-holder {
|
|
|
|
width: 30px;
|
|
|
|
}
|
2014-07-19 18:55:06 +00:00
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
.tasks-navigation .icon-holder .icon {
|
|
|
|
margin-right: 3px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task:hover {
|
|
|
|
text-decoration: none;
|
2014-07-09 14:49:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.task .modified.priority.icon {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2014-07-23 18:48:33 +00:00
|
|
|
.task.active {
|
|
|
|
background: #389ed9;
|
|
|
|
}
|
|
|
|
|
2014-07-15 08:30:50 +00:00
|
|
|
.task.active .name {
|
2014-07-09 14:49:42 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task.active .priority.icon,
|
|
|
|
.task.active .modified.priority.icon,
|
|
|
|
.task.active .modified.priority.icon:after {
|
|
|
|
background: white;
|
|
|
|
border-color: white;
|
|
|
|
}
|
|
|
|
|
2014-08-30 09:43:50 +00:00
|
|
|
.level-1 {
|
2014-07-15 08:30:50 +00:00
|
|
|
color: #38ae6a;
|
|
|
|
}
|
|
|
|
|
2014-07-23 23:03:13 +00:00
|
|
|
.level-1.priority.icon,
|
2014-07-09 14:49:42 +00:00
|
|
|
.level-1 .priority.icon,
|
|
|
|
.level-1.active,
|
|
|
|
.level-1.active .priority.icon:after,
|
|
|
|
.level-1 .modified.priority.icon,
|
|
|
|
.level-1 .modified.priority.icon:after {
|
|
|
|
background-color: #38ae6a;
|
|
|
|
border-color: #38ae6a;
|
2014-07-15 08:30:50 +00:00
|
|
|
color: #38ae6a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-2 {
|
|
|
|
color: #f35910;
|
2014-07-09 14:49:42 +00:00
|
|
|
}
|
|
|
|
|
2014-07-23 23:03:13 +00:00
|
|
|
.level-2.priority.icon,
|
2014-07-09 14:49:42 +00:00
|
|
|
.level-2 .priority.icon,
|
|
|
|
.level-2.active,
|
|
|
|
.level-2.active .priority.icon:after,
|
|
|
|
.level-2 .modified.priority.icon,
|
|
|
|
.level-2 .modified.priority.icon:after {
|
|
|
|
background-color: #f35910;
|
|
|
|
border-color: #f35910;
|
2014-07-15 08:30:50 +00:00
|
|
|
color: #f35910;
|
|
|
|
}
|
|
|
|
|
|
|
|
.level-3 {
|
|
|
|
color: #faab00;
|
2014-07-09 14:49:42 +00:00
|
|
|
}
|
|
|
|
|
2014-07-23 23:03:13 +00:00
|
|
|
.level-3.priority.icon,
|
2014-07-09 14:49:42 +00:00
|
|
|
.level-3 .priority.icon,
|
|
|
|
.level-3.active,
|
|
|
|
.level-3.active .priority.icon:after,
|
|
|
|
.level-3 .modified.priority.icon,
|
|
|
|
.level-3 .modified.priority.icon:after {
|
|
|
|
background-color: #faab00;
|
|
|
|
border-color: #faab00;
|
2014-09-15 22:09:42 +00:00
|
|
|
}
|
2014-07-09 14:49:42 +00:00
|
|
|
|
2014-09-15 22:09:42 +00:00
|
|
|
.task .closeTask {
|
2014-07-09 14:49:42 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2014-09-15 22:09:42 +00:00
|
|
|
width: 50px;
|
2014-07-09 14:49:42 +00:00
|
|
|
height: 100%;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2014-09-15 22:09:42 +00:00
|
|
|
.task:hover .closeTask {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2014-07-09 14:49:42 +00:00
|
|
|
|
2014-09-15 22:09:42 +00:00
|
|
|
.closeTask-inner {
|
|
|
|
width: 21px;
|
|
|
|
height: 21px;
|
|
|
|
background-color: #2c2d36;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
2014-07-09 14:49:42 +00:00
|
|
|
|
2014-09-15 22:09:42 +00:00
|
|
|
.closeTask:hover .closeTask-inner {
|
|
|
|
background-color: #972e29;
|
|
|
|
}
|
|
|
|
|
|
|
|
.closeTask .icon {
|
|
|
|
opacity: 0.3;
|
|
|
|
-webkit-transform: scale(0.7);
|
|
|
|
transform: scale(0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.closeTask:hover .icon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2014-07-09 14:49:42 +00:00
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
.search {
|
2014-09-15 21:59:21 +00:00
|
|
|
padding: 14px 15px 10px 10px;
|
2014-07-07 17:18:51 +00:00
|
|
|
border-bottom: 1px solid rgba(240, 250, 255, .05);
|
|
|
|
}
|
2014-07-12 16:36:23 +00:00
|
|
|
|
|
|
|
.search-holder {
|
|
|
|
margin-right: 15px;
|
|
|
|
position: relative;
|
|
|
|
transition: 240ms;
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty-search {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
height: 30px;
|
|
|
|
width: 40px;
|
|
|
|
z-index: 1;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filled.search .empty-search {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2014-07-07 17:18:51 +00:00
|
|
|
|
2014-07-09 11:25:35 +00:00
|
|
|
.search input {
|
2014-07-12 16:36:23 +00:00
|
|
|
width: 100%;
|
2014-07-09 11:25:35 +00:00
|
|
|
padding: 5px 10px 5px 33px;
|
|
|
|
height: 30px;
|
|
|
|
color: #ECECEC;
|
|
|
|
line-height: 20px;
|
|
|
|
background: #31373b url(<%= asset_path "sprite.svg" %>) no-repeat 10px -26px;
|
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 15px;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2014-07-07 17:18:51 +00:00
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.search.focused .search-holder {
|
2014-07-09 11:25:35 +00:00
|
|
|
margin-right: -46px;
|
|
|
|
}
|
2014-07-08 14:36:40 +00:00
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.search.focused .logo {
|
2014-07-09 11:25:35 +00:00
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .logo {
|
|
|
|
width: 41px;
|
|
|
|
height: 36px;
|
|
|
|
background: url(<%= asset_path "logo.svg" %>);
|
|
|
|
transition: 240ms;
|
|
|
|
cursor: pointer;
|
2014-08-05 13:26:57 +00:00
|
|
|
position: relative;
|
2014-07-09 11:25:35 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 13:26:57 +00:00
|
|
|
.logo .activity-counter {
|
|
|
|
height: 19px;
|
|
|
|
min-width: 19px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
padding: 0 3px;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 17px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0 1px 1px rgba(0,0,0,.21);
|
|
|
|
background: hsl(360,71%,60%);
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 2px solid hsl(232,10%,16%);
|
|
|
|
}
|
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.search .custom-dropdown-menu {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
background: #26272e;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
top: 56px;
|
|
|
|
z-index: 1002;
|
|
|
|
display: none;
|
2014-08-27 14:49:15 +00:00
|
|
|
overflow: scroll;
|
2014-07-12 16:36:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search.open .custom-dropdown-menu {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .custom-dropdown-menu .divider {
|
|
|
|
height: 1px;
|
|
|
|
background: #2f3238;
|
|
|
|
margin: 14px 0 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .custom-dropdown-menu > li > a {
|
|
|
|
height: 30px;
|
|
|
|
padding: 0 15px 0 10px;
|
|
|
|
color: #808080;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .custom-dropdown-menu > li > a .icon {
|
|
|
|
margin-right: 13px;
|
|
|
|
}
|
|
|
|
|
2014-07-15 08:30:50 +00:00
|
|
|
.search .custom-dropdown-menu > li:hover > a,
|
|
|
|
.search .custom-dropdown-menu > li.active > a {
|
2014-07-12 16:36:23 +00:00
|
|
|
background: #3fa9f5;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2014-07-15 08:30:50 +00:00
|
|
|
.search .custom-dropdown-menu > li:hover > a .priority.icon,
|
|
|
|
.search .custom-dropdown-menu > li.active > a .priority.icon {
|
2014-07-12 16:36:23 +00:00
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2014-07-15 08:30:50 +00:00
|
|
|
.search .custom-dropdown-menu > li:hover > a .priority.icon:after,
|
|
|
|
.search .custom-dropdown-menu > li.active > a .priority.icon:after {
|
2014-07-12 16:36:23 +00:00
|
|
|
background: #3fa9f5;
|
|
|
|
}
|
|
|
|
|
2014-07-09 11:25:35 +00:00
|
|
|
.user-menu {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu > li {
|
|
|
|
background: #26272e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .list-button {
|
|
|
|
height: 60px;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .list-button *:not(.dropdown-nose) {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu > li:hover .list-button:before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
right: 4px;
|
|
|
|
bottom: 4px;
|
|
|
|
left: 4px;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu li.add:hover .list-button:before {
|
|
|
|
background: #38ae6a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .dark.cog,
|
|
|
|
.user-menu > li:hover .light.cog,
|
|
|
|
.user-menu > li.active .light.cog,
|
|
|
|
.user-menu .white.plus,
|
|
|
|
.user-menu > li:hover .green.plus,
|
|
|
|
.user-menu > li.active .green.plus {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu > li.settings:hover .dark.cog,
|
|
|
|
.user-menu > li.settings.active .dark.cog,
|
|
|
|
.user-menu > li.add:hover .white.plus,
|
|
|
|
.user-menu > li.add.active .white.plus {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu > li:not(:last-child) {
|
|
|
|
border-right: 1px solid #2c2d36;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-nose {
|
|
|
|
position: absolute;
|
|
|
|
border: 7px solid transparent;
|
|
|
|
border-bottom: none;
|
|
|
|
border-top: 7px solid white;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -7px;
|
|
|
|
top: -6px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.add .dropdown-nose {
|
|
|
|
border-top-color: #38af6e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.open.dropdown .dropdown-nose,
|
|
|
|
.open.dropup .dropdown-nose {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .dropdown-menu {
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
margin-bottom: 5px;
|
2014-07-09 13:28:57 +00:00
|
|
|
min-width: 0;
|
|
|
|
left: 10px;
|
|
|
|
right: 15px;
|
2014-09-18 09:11:17 +00:00
|
|
|
width: auto;
|
|
|
|
background: white;
|
2014-07-09 11:25:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu li.add .dropdown-menu {
|
|
|
|
background-color: #38af6e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu li.add .dropdown-menu > li > a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu li.add .dropdown-menu .divider {
|
|
|
|
background: #4cb77c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .dropdown-menu .divider {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .dropdown-menu > li > a {
|
|
|
|
height: 40px;
|
2014-09-25 12:42:38 +00:00
|
|
|
padding: 0 15px;
|
2014-07-09 11:25:35 +00:00
|
|
|
color: #2594d4;
|
2014-09-25 12:42:38 +00:00
|
|
|
display: flex;
|
2014-07-09 11:25:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .dropdown-menu > li > a:hover {
|
2014-09-25 12:42:38 +00:00
|
|
|
color: #2594d4;
|
2014-07-09 11:25:35 +00:00
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
2014-08-27 16:36:32 +00:00
|
|
|
background-color: rgba(0,0,0,.05);
|
2014-07-09 11:25:35 +00:00
|
|
|
border-radius: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: bottom;
|
2014-07-08 14:36:40 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 15:31:26 +00:00
|
|
|
.big.avatar {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.unique.avatar {
|
|
|
|
background-image: url(<%= asset_path "avatar-bg.png" %>);
|
|
|
|
background-size: auto;
|
|
|
|
color: white;
|
|
|
|
line-height: 42px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 13px;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-shadow: 0 1px rgba(0,0,0,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.unique.big.avatar {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
.sidebar {
|
2014-07-24 14:59:43 +00:00
|
|
|
width: 32%;
|
2014-09-15 13:15:01 +00:00
|
|
|
max-width: 300px;
|
2014-09-24 11:24:01 +00:00
|
|
|
padding: 20px;
|
2014-07-07 17:18:51 +00:00
|
|
|
background: white;
|
|
|
|
border-right: 1px solid #e6e6e6;
|
2014-07-07 18:31:45 +00:00
|
|
|
overflow: auto;
|
2014-07-07 17:18:51 +00:00
|
|
|
}
|
|
|
|
|
2014-09-25 13:42:21 +00:00
|
|
|
.sidebar h2 {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2014-08-05 15:31:26 +00:00
|
|
|
.main + .sidebar {
|
|
|
|
border-right: none;
|
|
|
|
border-left: 1px solid #e6e6e6;
|
|
|
|
}
|
|
|
|
|
2014-07-24 14:59:43 +00:00
|
|
|
.NavBarAdmin.sidebar {
|
|
|
|
padding-top: 1px;
|
2014-09-15 13:15:01 +00:00
|
|
|
width: 280px;
|
2014-07-24 14:59:43 +00:00
|
|
|
}
|
2014-09-25 13:42:21 +00:00
|
|
|
.NavBarAdmin h2 {
|
|
|
|
margin: 21px 0 12px;
|
|
|
|
}
|
2014-07-24 14:59:43 +00:00
|
|
|
|
2014-07-07 18:31:45 +00:00
|
|
|
.nav-stacked > li + li {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-pills > li > a {
|
2014-09-24 10:09:24 +00:00
|
|
|
padding: 0;
|
|
|
|
height: 40px;
|
|
|
|
display: flex;
|
2014-07-07 18:31:45 +00:00
|
|
|
color: #0f94d6;
|
2014-09-24 10:09:24 +00:00
|
|
|
line-height: 39px;
|
2014-07-07 18:31:45 +00:00
|
|
|
border-radius: 0;
|
2014-07-08 14:36:40 +00:00
|
|
|
border-top: 1px solid #f2f2f3;
|
2014-09-24 10:10:13 +00:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2014-07-07 18:31:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-pills > li:hover > a {
|
|
|
|
background: #f2f2f3;
|
|
|
|
}
|
|
|
|
|
2014-07-08 14:36:40 +00:00
|
|
|
.nav-pills > li:hover > a,
|
|
|
|
.nav-pills > li:hover + li > a {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2014-07-07 18:31:45 +00:00
|
|
|
.nav-pills > li.active > a,
|
|
|
|
.nav-pills > li.active > a:hover,
|
|
|
|
.nav-pills > li.active > a:focus {
|
|
|
|
color: white;
|
|
|
|
background: #2c2d36;
|
|
|
|
}
|
|
|
|
|
2014-07-08 14:36:40 +00:00
|
|
|
.nav-pills > li:hover > a,
|
|
|
|
.nav-pills > li.active > a,
|
|
|
|
.nav-pills > li.active > a:hover,
|
|
|
|
.nav-pills > li.active > a:focus {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-right: -10px;
|
|
|
|
}
|
|
|
|
|
2014-07-24 14:59:43 +00:00
|
|
|
.sidebar:not(.NavBarAdmin) .nav-pills > li:first-child > a {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge {
|
2014-09-24 10:09:24 +00:00
|
|
|
min-width: 0;
|
2014-07-24 14:59:43 +00:00
|
|
|
padding: 0;
|
2014-09-24 10:09:24 +00:00
|
|
|
margin-right: 5px;
|
2014-07-24 14:59:43 +00:00
|
|
|
font-size: inherit;
|
|
|
|
font-weight: normal;
|
2014-09-24 10:09:24 +00:00
|
|
|
text-align: left;
|
2014-07-24 14:59:43 +00:00
|
|
|
color: #d0d2d3;
|
|
|
|
background: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-pills > li > a > .badge {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.list-group-item.active > .badge,
|
|
|
|
.nav-pills > .active > a > .badge {
|
|
|
|
color: #96969b;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
.main {
|
|
|
|
padding: 10px 20px;
|
2014-07-07 18:31:45 +00:00
|
|
|
overflow: auto;
|
2014-08-05 13:05:11 +00:00
|
|
|
position: relative;
|
2014-07-15 08:30:50 +00:00
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.main.no-padding {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-07-15 08:30:50 +00:00
|
|
|
.popover {
|
|
|
|
width: 372px;
|
|
|
|
max-width: 9999px;
|
|
|
|
border-radius: 0;
|
|
|
|
border: none;
|
|
|
|
z-index: 1110;
|
|
|
|
box-shadow: 0 1px 14px rgba(0,8,14,.25);
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-title {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
padding: 20px 17px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content {
|
|
|
|
padding: 0 17px 10px;
|
2014-08-27 13:25:47 +00:00
|
|
|
max-height: 600px;
|
|
|
|
overflow-y: scroll;
|
2014-07-15 08:30:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover.right { margin-left: 4px; }
|
|
|
|
.popover.right > .arrow {
|
|
|
|
border-right: none;
|
|
|
|
left: -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover.top { margin-bottom: 9px; }
|
|
|
|
.popover.top > .arrow {
|
|
|
|
border-top: none;
|
|
|
|
bottom: -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover.left { margin-right: 9px; }
|
|
|
|
.popover.left > .arrow {
|
|
|
|
border-left: none;
|
|
|
|
right: -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover.bottom { margin-top: 9px; }
|
|
|
|
.popover.bottom > .arrow {
|
|
|
|
border-bottom: none;
|
|
|
|
top: -9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover > .arrow:after {
|
|
|
|
border-width: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .priority.icon:after {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .person .company {
|
|
|
|
color: #a1a4a7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover hr {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .person .company:before { content: '('; }
|
|
|
|
.popover .person .company:after { content: ')'; }
|
|
|
|
|
|
|
|
.popover .column h3 {
|
|
|
|
margin: 8px 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover .column {
|
|
|
|
margin-bottom: 8px;
|
2014-07-18 16:18:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.stat-widgets {
|
2014-07-24 14:41:53 +00:00
|
|
|
margin: 0 -7px 20px;
|
2014-07-18 16:18:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.stat-widget {
|
|
|
|
height: 200px;
|
|
|
|
margin: 7px;
|
|
|
|
padding: 13px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 20px;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid #e5f0f5;
|
|
|
|
border-radius: 1px;
|
|
|
|
box-shadow: 0 1px rgba(0,8,14,.02);
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-widget h3 {
|
|
|
|
margin: 2px 0 8px;
|
|
|
|
color: #444a4f;
|
|
|
|
letter-spacing: 0;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-widget .stat-label {
|
|
|
|
color: #444a4f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-widget .stat-detail {
|
|
|
|
color: #b4b7b9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-distribution.stat-widget {
|
|
|
|
color: #a1a4a7;
|
|
|
|
}
|
|
|
|
|
2014-07-19 16:20:34 +00:00
|
|
|
.time.stat-widget .stat-graphic .icon {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time.stat-widget .stat-amount {
|
|
|
|
margin-top: 16px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 30px;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 0 2px rgba(0,8,14,.2);
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time.stat-widget .stat-dial {
|
|
|
|
position: absolute;
|
|
|
|
top: 21px;
|
|
|
|
left: 14px;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:18:13 +00:00
|
|
|
.stats-channel {
|
|
|
|
padding: 8px 0 7px;
|
|
|
|
margin-bottom: -7px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-channel:hover {
|
|
|
|
background: rgba(0,8,14,.03);
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-channel .channel-bars {
|
|
|
|
height: 73px;
|
|
|
|
margin: 16px 0 15px;
|
|
|
|
padding: 2px 12px;
|
|
|
|
width: 100%;
|
|
|
|
background: linear-gradient(to top, #f2f2f3, #f2f2f3 1px, transparent 1px);
|
|
|
|
background-position: center bottom;
|
|
|
|
background-size: 100% 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-bars .channel-bar {
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 10px;
|
|
|
|
background: #a9bcc4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.channel-bars .channel-bar.secondary {
|
|
|
|
opacity: .38;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity.sidebar {
|
2014-07-23 22:13:40 +00:00
|
|
|
width: 370px;
|
2014-08-05 09:03:38 +00:00
|
|
|
padding: 0;
|
2014-07-18 16:18:13 +00:00
|
|
|
border-left: 1px solid #e8e8e8;
|
|
|
|
}
|
|
|
|
|
2014-07-23 22:13:40 +00:00
|
|
|
.activity h2 {
|
2014-08-05 09:03:38 +00:00
|
|
|
margin-left: 19px;
|
2014-07-23 22:13:40 +00:00
|
|
|
margin-bottom: 15px;
|
2014-08-05 09:03:38 +00:00
|
|
|
margin-right: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-entry.state--read {
|
|
|
|
opacity: 0.5;
|
2014-07-23 22:13:40 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 09:03:38 +00:00
|
|
|
.activity-avatar {
|
2014-07-23 22:13:40 +00:00
|
|
|
padding-top: 16px;
|
2014-09-15 20:55:06 +00:00
|
|
|
padding-left: 2px;
|
2014-08-05 09:03:38 +00:00
|
|
|
padding-right: 2px;
|
|
|
|
margin-right: 10px;
|
2014-07-23 22:13:40 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 09:03:38 +00:00
|
|
|
.activity-avatar:hover .avatar {
|
|
|
|
}
|
|
|
|
|
2014-07-23 22:13:40 +00:00
|
|
|
.activity-body {
|
2014-08-05 09:03:38 +00:00
|
|
|
color: #444a4f;
|
2014-09-15 20:55:06 +00:00
|
|
|
padding: 16px 0 16px 2px;
|
2014-08-05 09:03:38 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-body:after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 30px;
|
|
|
|
left: 8px;
|
|
|
|
border-bottom: 1px solid #f2f2f3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-body:hover {
|
|
|
|
color: #444a4f;
|
|
|
|
text-decoration: none;
|
2014-07-23 22:13:40 +00:00
|
|
|
}
|
|
|
|
|
2014-08-05 09:03:38 +00:00
|
|
|
.activity-body:hover .activity-text {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2014-07-23 22:13:40 +00:00
|
|
|
.activity-message {
|
2014-09-15 20:55:06 +00:00
|
|
|
padding-right: 0;
|
2014-07-23 22:13:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.activity-time {
|
|
|
|
margin-top: 2px;
|
|
|
|
color: #a1a4a7;
|
2014-08-05 09:03:38 +00:00
|
|
|
display: block;
|
2014-07-23 22:13:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.activity .priority.icon:after {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2014-08-05 13:05:11 +00:00
|
|
|
.form-inline .input-group-addon,
|
2014-09-19 11:39:56 +00:00
|
|
|
.form-inline .form-control:not(textarea) {
|
2014-08-05 13:05:11 +00:00
|
|
|
background: white;
|
|
|
|
border: none;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-inline .form-group {
|
|
|
|
overflow: hidden;
|
2014-08-06 17:36:45 +00:00
|
|
|
flex-grow: 1;
|
2014-08-29 15:09:20 +00:00
|
|
|
position: relative;
|
2014-08-30 09:39:23 +00:00
|
|
|
height: 60px;
|
2014-08-06 17:36:45 +00:00
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.ticket-attributes.form-inline .form-group:last-child {
|
2014-08-29 20:35:23 +00:00
|
|
|
flex-grow: 0;
|
|
|
|
}
|
|
|
|
|
2014-08-29 20:07:50 +00:00
|
|
|
.form-group.is-changed {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group.is-changed:before {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 3px;
|
|
|
|
background: repeating-linear-gradient(-45deg, hsl(193,18%,90%), hsl(193,18%,90%) 4px, transparent 4px, transparent 7px) repeat center;
|
|
|
|
background-size: 9px 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-inline .form-group.is-changed:before {
|
|
|
|
width: 100%;
|
|
|
|
height: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group.is-changed label {
|
|
|
|
color: hsl(198,19%,72%);
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group.is-changed label:before {
|
|
|
|
position: absolute;
|
|
|
|
content: '';
|
|
|
|
left: -10px;
|
|
|
|
width: 5px;
|
|
|
|
height: 5px;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -4px;
|
|
|
|
border-radius: 100%;
|
|
|
|
background: hsl(198,19%,72%);
|
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.form-inline .form-group .btn {
|
2014-08-29 20:35:23 +00:00
|
|
|
margin: 10px;
|
2014-08-05 13:05:11 +00:00
|
|
|
}
|
|
|
|
|
2014-09-19 11:39:56 +00:00
|
|
|
.form-inline .form-group:not(:last-child),
|
|
|
|
.form-inline.form-inline--enclosed .form-group {
|
2014-08-05 13:05:11 +00:00
|
|
|
border-right: 1px solid #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-inline .input-group-addon {
|
2014-09-24 10:02:03 +00:00
|
|
|
width: auto;
|
2014-08-29 15:09:20 +00:00
|
|
|
padding: 0;
|
2014-08-30 09:39:23 +00:00
|
|
|
margin: 10px 18px 0;
|
2014-08-05 13:05:11 +00:00
|
|
|
font-size: 13px;
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
color: #ccc;
|
2014-09-24 10:02:03 +00:00
|
|
|
display: inline-block;
|
2014-08-29 20:07:50 +00:00
|
|
|
position: relative;
|
2014-08-05 13:05:11 +00:00
|
|
|
}
|
|
|
|
|
2014-09-19 11:39:56 +00:00
|
|
|
.form-inline .form-control:not(textarea) {
|
2014-08-29 15:09:20 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
2014-08-30 09:39:23 +00:00
|
|
|
padding: 28px 18px 18px;
|
2014-08-06 23:17:26 +00:00
|
|
|
float: none;
|
|
|
|
display: block;
|
2014-08-05 13:05:11 +00:00
|
|
|
border-radius: 0;
|
2014-08-29 15:09:20 +00:00
|
|
|
background: none;
|
2014-08-05 13:05:11 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-ms-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.bulkAction-secondStep .form-group {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bulkAction-secondStep .form-inline .textarea.form-group {
|
|
|
|
padding: 0 10px;
|
2014-09-19 11:39:56 +00:00
|
|
|
height: auto;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.bulkAction-secondStep .form-inline .textarea.form-group .input-group-addon {
|
|
|
|
margin-left: 8px;
|
|
|
|
margin-right: 8px;
|
2014-09-19 11:39:56 +00:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2014-09-24 10:02:03 +00:00
|
|
|
.bulkAction-secondStep .form-inline textarea.form-control {
|
2014-09-19 11:39:56 +00:00
|
|
|
display: block;
|
2014-09-24 10:02:03 +00:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
2014-09-19 11:39:56 +00:00
|
|
|
width: 100%;
|
|
|
|
resize: vertical;
|
2014-09-24 10:02:03 +00:00
|
|
|
border-color: #f0f0f0;
|
2014-09-19 11:39:56 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.ticketZoom {
|
2014-08-07 21:53:46 +00:00
|
|
|
background: #f8f9fa;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.ticketZoom .page-header {
|
2014-08-06 17:36:45 +00:00
|
|
|
margin-top: 62px;
|
2014-10-01 11:57:36 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ticketZoom .ticket-article {
|
|
|
|
margin-top: 55px;
|
2014-08-05 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ticket-title {
|
2014-10-01 11:57:36 +00:00
|
|
|
max-width: 596px;
|
2014-08-05 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ticket-title h1 {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-08-25 16:32:39 +00:00
|
|
|
.task-subline {
|
2014-08-19 07:23:26 +00:00
|
|
|
text-align: center;
|
2014-08-25 16:32:39 +00:00
|
|
|
display: block;
|
2014-08-05 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.bubble-grid {
|
2014-08-05 15:31:26 +00:00
|
|
|
max-width: 800px;
|
2014-08-06 17:36:45 +00:00
|
|
|
margin: 0 auto;
|
2014-08-06 23:17:26 +00:00
|
|
|
padding: 0 21px;
|
2014-08-05 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
2014-08-27 16:36:32 +00:00
|
|
|
.bubble-gap {
|
2014-09-15 10:27:34 +00:00
|
|
|
margin-left: 15px !important;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.customer.ticket-article-item .bubble-gap {
|
2014-09-15 10:27:34 +00:00
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-right: 15px !important;
|
2014-08-06 23:17:26 +00:00
|
|
|
}
|
|
|
|
|
2014-08-27 10:45:21 +00:00
|
|
|
.ticket-article-item {
|
|
|
|
padding-bottom: 33px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
clip the article-meta to not stand out on the other side
|
|
|
|
of the text-bubble if the text bubble is small
|
|
|
|
*/
|
2014-08-06 17:36:45 +00:00
|
|
|
|
2014-08-27 10:45:21 +00:00
|
|
|
.article-meta-clip {
|
|
|
|
overflow: hidden;
|
2014-08-26 14:38:26 +00:00
|
|
|
position: relative;
|
2014-08-27 10:45:21 +00:00
|
|
|
height: 100%;
|
2014-08-25 23:34:22 +00:00
|
|
|
}
|
2014-08-27 10:45:21 +00:00
|
|
|
|
2014-08-25 16:32:39 +00:00
|
|
|
.article-content {
|
2014-09-02 11:23:12 +00:00
|
|
|
position: relative;
|
2014-08-25 16:32:39 +00:00
|
|
|
margin-right: 55px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customer.ticket-article-item .article-content {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 55px;
|
|
|
|
}
|
|
|
|
|
2014-08-27 10:45:21 +00:00
|
|
|
.article-content-meta {
|
|
|
|
padding: 0 55px;
|
2014-08-26 14:38:26 +00:00
|
|
|
position: absolute;
|
2014-08-27 10:45:21 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2014-08-26 14:38:26 +00:00
|
|
|
|
2014-08-25 16:32:39 +00:00
|
|
|
.article-meta {
|
|
|
|
background: #2c2d36;
|
|
|
|
color: white;
|
|
|
|
padding: 21px 25px 11px;
|
|
|
|
margin: 0 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta.bottom {
|
|
|
|
padding-top: 17px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta-row {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta-key {
|
|
|
|
width: 13%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta-value {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta .icon {
|
2014-08-26 14:38:26 +00:00
|
|
|
vertical-align: top;
|
|
|
|
margin: 1px 3px 0 0;
|
2014-08-25 16:32:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article-meta .text-muted {
|
|
|
|
color: #96969b;
|
|
|
|
}
|
|
|
|
|
2014-09-15 10:27:34 +00:00
|
|
|
.internal-border {
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-internal .internal-border {
|
|
|
|
background: repeating-linear-gradient(45deg, hsl(18,79%,89%), hsl(18,79%,89%) 5px, hsl(210,17%,98%) 5px, hsl(210,17%,98%) 6px);
|
|
|
|
background-size: 8px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-internal .bubble-arrow {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.text-bubble {
|
2014-08-05 15:31:26 +00:00
|
|
|
padding: 10px 20px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background: white;
|
2014-08-27 10:45:21 +00:00
|
|
|
border-radius: 2px;
|
2014-08-05 15:31:26 +00:00
|
|
|
border: 1px solid hsl(240,4%,95%);
|
|
|
|
box-shadow: 0 0 1px rgba(0,0,0,.06) inset;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-08-27 10:45:21 +00:00
|
|
|
.ticket-article-item.state--folde-out .text-bubble {
|
|
|
|
border-color: hsl(0,0%,90%);
|
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.customer.ticket-article-item .text-bubble {
|
2014-08-05 15:31:26 +00:00
|
|
|
background: #e5f0f5;
|
|
|
|
border-color: hsl(199,38%,92%);
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2014-08-27 10:45:21 +00:00
|
|
|
.customer.ticket-article-item.state--folde-out .text-bubble {
|
|
|
|
border-color: hsl(199,44%,85%);
|
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.bubble-arrow {
|
2014-08-05 15:31:26 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 7px;
|
|
|
|
height: 9px;
|
|
|
|
left: -6px;
|
|
|
|
top: 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2014-08-25 20:43:28 +00:00
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.bubble-arrow:after {
|
2014-08-05 15:31:26 +00:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: -1px;
|
|
|
|
left: 2px;
|
|
|
|
width: 11px;
|
|
|
|
height: 11px;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid hsl(240,4%,95%);
|
|
|
|
box-shadow: 0 0 1px rgba(0,0,0,.06) inset;
|
2014-08-26 14:38:26 +00:00
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
|
transform: rotate(-45deg);
|
2014-08-05 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 19:01:34 +00:00
|
|
|
.article-add.is-internal .bubble-arrow:after {
|
2014-08-25 20:43:28 +00:00
|
|
|
background: #f2def2;
|
|
|
|
border: #eed3d7;
|
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.customer.ticket-article-item .bubble-arrow {
|
2014-08-05 15:31:26 +00:00
|
|
|
left: auto;
|
|
|
|
right: -6px;
|
|
|
|
}
|
|
|
|
|
2014-08-06 17:36:45 +00:00
|
|
|
.customer.ticket-article-item .bubble-arrow:after {
|
2014-08-05 15:31:26 +00:00
|
|
|
background: #e5f0f5;
|
|
|
|
left: auto;
|
|
|
|
right: 2px;
|
|
|
|
border-color: hsl(199,38%,92%);
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2014-09-30 13:55:17 +00:00
|
|
|
.ticket-article-item .attachments {
|
|
|
|
border-top: 1px solid hsl(0,0%,93%);
|
2014-09-30 10:12:18 +00:00
|
|
|
white-space: normal;
|
|
|
|
margin: 0 -20px;
|
|
|
|
padding: 26px 20px 7px 72px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ticket-article-item .attachments h3 {
|
|
|
|
color: hsl(60,1%,34%);
|
|
|
|
letter-spacing: 0;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 7px;
|
|
|
|
margin: 0 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachments .paperclip {
|
|
|
|
position: absolute;
|
|
|
|
left: 33px;
|
|
|
|
top: 27px;
|
|
|
|
}
|
|
|
|
|
2014-08-25 16:32:39 +00:00
|
|
|
.ticket-article-item .task-subline {
|
2014-08-05 15:31:26 +00:00
|
|
|
margin-top: 12px;
|
2014-08-25 16:32:39 +00:00
|
|
|
}
|
|
|
|
|
2014-08-26 14:38:26 +00:00
|
|
|
.article-action {
|
|
|
|
padding: 5px;
|
2014-08-27 10:45:21 +00:00
|
|
|
margin: 5px 12px;
|
|
|
|
color: black;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
opacity: 0.5;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
2014-08-05 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
2014-08-27 10:45:21 +00:00
|
|
|
.article-action:hover {
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2014-08-26 14:38:26 +00:00
|
|
|
.article-action .icon {
|
|
|
|
margin-right: 10px;
|
2014-09-15 10:27:16 +00:00
|
|
|
vertical-align: top;
|
2014-08-26 14:38:26 +00:00
|
|
|
}
|
|
|
|
|
2014-08-06 23:17:26 +00:00
|
|
|
.ticket-edit {
|
|
|
|
margin-top: auto;
|
2014-09-02 11:23:12 +00:00
|
|
|
margin-bottom: 36px;
|
2014-08-06 17:36:45 +00:00
|
|
|
}
|
|
|
|
|
2014-08-07 21:53:46 +00:00
|
|
|
.bottom-form {
|
2014-08-06 23:17:26 +00:00
|
|
|
background: white;
|
|
|
|
}
|
2014-08-05 15:31:26 +00:00
|
|
|
|
2014-08-27 16:36:32 +00:00
|
|
|
.ticket-edit .avatar {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
2014-09-29 18:35:23 +00:00
|
|
|
.dropArea {
|
|
|
|
background: white;
|
|
|
|
border: 5px solid;
|
|
|
|
color: hsl(202,66%,55%);
|
|
|
|
font-size: 20px;
|
|
|
|
margin: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ticket-edit.is-dropTarget .dropArea {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.edit-controls {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-control-item {
|
2014-09-02 14:35:50 +00:00
|
|
|
width: 38px;
|
|
|
|
height: 36px;
|
|
|
|
position: absolute;
|
2014-09-04 00:54:33 +00:00
|
|
|
top: 38px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-control-item:nth-child(3) {
|
|
|
|
top: 74px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-control-item:nth-child(4) {
|
|
|
|
top: 110px;
|
2014-08-28 07:03:44 +00:00
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.edit-control-item:not(:last-child) {
|
2014-09-02 14:35:50 +00:00
|
|
|
border-bottom: 1px solid #e6e6e6;
|
2014-08-28 07:03:44 +00:00
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.pop-selectable .icon {
|
2014-08-27 16:36:32 +00:00
|
|
|
opacity: 0.3;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.pop-selectable:hover .icon {
|
2014-08-27 16:36:32 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2014-09-02 14:35:50 +00:00
|
|
|
.visibility-toggle > * {
|
|
|
|
height: 36px;
|
2014-08-27 16:36:32 +00:00
|
|
|
width: 38px;
|
2014-09-02 14:35:50 +00:00
|
|
|
position: absolute;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
2014-09-02 14:35:50 +00:00
|
|
|
.visibility-toggle .icon {
|
|
|
|
display: block;
|
2014-08-28 14:59:52 +00:00
|
|
|
}
|
|
|
|
|
2014-09-02 14:35:50 +00:00
|
|
|
.visibility-toggle .icon,
|
2014-08-28 14:59:52 +00:00
|
|
|
.recipient-picker {
|
2014-08-27 16:36:32 +00:00
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
2014-09-29 19:01:34 +00:00
|
|
|
.article-add.is-public .internal-visibility {
|
2014-09-02 14:35:50 +00:00
|
|
|
visibility: hidden;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 19:01:34 +00:00
|
|
|
.article-add.is-internal .visibility-toggle .icon {
|
2014-08-27 16:36:32 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2014-09-29 19:01:34 +00:00
|
|
|
.article-add.is-internal .public-visibility {
|
2014-09-02 14:35:50 +00:00
|
|
|
visibility: hidden;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
2014-08-28 14:59:52 +00:00
|
|
|
.ticket-edit .recipient-picker {
|
2014-09-02 11:23:12 +00:00
|
|
|
height: 36px;
|
2014-08-28 14:59:52 +00:00
|
|
|
position: relative;
|
2014-08-29 13:01:38 +00:00
|
|
|
transition: 300ms;
|
2014-08-28 14:59:52 +00:00
|
|
|
}
|
|
|
|
|
2014-09-02 11:23:12 +00:00
|
|
|
.ticket-edit .recipient-picker.is-open {
|
2014-08-28 14:59:52 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recipient-picker .icon {
|
2014-09-02 14:35:50 +00:00
|
|
|
margin-top: -2px;
|
2014-08-28 14:59:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.recipient-count {
|
|
|
|
margin-left: 3px;
|
2014-09-02 14:35:50 +00:00
|
|
|
margin-top: 1px;
|
2014-08-28 14:59:52 +00:00
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recipient-list {
|
|
|
|
position: absolute;
|
|
|
|
background: hsl(234,10%,19%);
|
|
|
|
left: 48px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2014-09-02 11:23:12 +00:00
|
|
|
.recipient-picker.is-open .recipient-list {
|
2014-08-28 14:59:52 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-arrow {
|
|
|
|
position: absolute;
|
|
|
|
top: 210px;
|
|
|
|
left: -6px;
|
|
|
|
margin-top: -6px;
|
|
|
|
border-right: 6px solid #2c2d36;
|
|
|
|
border-top: 6px solid transparent;
|
|
|
|
border-bottom: 6px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-head {
|
|
|
|
height: 38px;
|
|
|
|
line-height: 38px;
|
|
|
|
padding: 1px 19px 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-head div {
|
|
|
|
position: relative;
|
|
|
|
left: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry {
|
|
|
|
width: 340px;
|
|
|
|
height: 60px;
|
|
|
|
padding: 0 16px;
|
|
|
|
border-top: 1px solid hsl(240,6%,27%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-name {
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-type {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-type div {
|
|
|
|
padding: 3px 7px;
|
|
|
|
border: 1px solid hsl(234,10%,10%);
|
|
|
|
color: hsl(0,0%,40%);
|
|
|
|
background: hsl(234,10%,14%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-type .active {
|
|
|
|
color: white;
|
|
|
|
background: inherit;
|
|
|
|
box-shadow: 0 1px rgba(255,255,255,.03) inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-type div:not(:last-child) {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-type div:first-child {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-entry-type div:last-child {
|
|
|
|
border-left: none;
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recipient-list input {
|
|
|
|
padding-top: 2px;
|
|
|
|
background: hsl(232,10%,16%);
|
|
|
|
color: white;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recipient-list input[type=submit] {
|
|
|
|
height: 0;
|
|
|
|
width: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recipient-list input::-webkit-input-placeholder { color: #666; }
|
|
|
|
.recipient-list input::-moz-placeholder { opacity: 1; color: #666; }
|
|
|
|
.recipient-list input:-ms-input-placeholder { color: #666; }
|
|
|
|
|
2014-08-28 07:03:44 +00:00
|
|
|
.ticket-edit .text-bubble {
|
|
|
|
border-color: #b3b3b3;
|
|
|
|
white-space: normal;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2014-09-29 19:04:46 +00:00
|
|
|
.ticket-edit .text-bubble [contenteditable],
|
2014-09-29 18:35:23 +00:00
|
|
|
.ticket-edit textarea,
|
|
|
|
.ticketEdit-body {
|
2014-08-28 07:03:44 +00:00
|
|
|
width: 100%;
|
2014-10-02 06:37:24 +00:00
|
|
|
position: relative;
|
2014-09-29 19:01:34 +00:00
|
|
|
min-height: 20px;
|
2014-08-28 07:03:44 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
outline: none;
|
2014-09-04 00:54:33 +00:00
|
|
|
resize: none;
|
2014-08-28 07:03:44 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 18:35:23 +00:00
|
|
|
.ticketEdit-body {
|
|
|
|
height: auto;
|
|
|
|
min-height: 38px;
|
|
|
|
}
|
|
|
|
|
2014-08-28 07:03:44 +00:00
|
|
|
.ticket-edit .bubble-arrow:after {
|
|
|
|
border-color: #b3b3b3;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.article-attachment {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 10px;
|
2014-09-29 18:35:23 +00:00
|
|
|
right: 10px;
|
2014-09-04 00:54:33 +00:00
|
|
|
height: 38px;
|
|
|
|
padding: 10px 0;
|
|
|
|
color: #b3b3b3;
|
|
|
|
}
|
|
|
|
|
2014-09-30 13:55:17 +00:00
|
|
|
.ticket-edit .attachments:not(:empty) {
|
2014-09-29 18:35:23 +00:00
|
|
|
padding: 9px 5px;
|
|
|
|
border-top: 1px solid hsl(0,0%,93%);
|
2014-09-30 13:55:17 +00:00
|
|
|
margin: 0 -20px 50px;
|
2014-09-29 18:35:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachment {
|
|
|
|
font-size: 13px;
|
2014-09-30 10:12:18 +00:00
|
|
|
padding: 1px 10px 1px 7px;
|
2014-09-29 18:35:23 +00:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment:hover {
|
|
|
|
background: hsl(200,20%,97%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment-name {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment-delete {
|
|
|
|
color: hsl(198,19%,72%);
|
|
|
|
text-decoration: underline;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment:hover .attachment-delete {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachment-delete .icon {
|
|
|
|
opacity: 0.2;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentPlaceholder-inputHolder {
|
2014-09-04 00:54:33 +00:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
vertical-align: bottom;
|
2014-08-28 07:03:44 +00:00
|
|
|
}
|
|
|
|
|
2014-09-29 18:35:23 +00:00
|
|
|
.attachmentUpload {
|
|
|
|
color: hsl(198,19%,72%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentUpload-cancel {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentUpload .delete.icon {
|
|
|
|
opacity: 0.33;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentUpload-progressBar {
|
|
|
|
position: absolute;
|
|
|
|
height: 4px;
|
|
|
|
background: hsl(202,66%,55%);
|
|
|
|
left: 0;
|
|
|
|
bottom: -5px;
|
|
|
|
}
|
|
|
|
|
2014-09-04 00:54:33 +00:00
|
|
|
.pop-selector {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2014-08-27 16:36:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pop-selected,
|
|
|
|
.pop-selectable {
|
2014-08-28 07:03:44 +00:00
|
|
|
width: 38px;
|
2014-08-27 16:36:32 +00:00
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pop-selectable {
|
|
|
|
background: hsl(234,10%,19%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pop-selectable:hover {
|
|
|
|
background: hsl(234,10%,29%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.pop-selectable:first-child {
|
|
|
|
border-radius: 4px 0 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pop-selectable:last-child {
|
|
|
|
border-radius: 0 4px 4px 0;
|
|
|
|
}
|
|
|
|
|
2014-10-01 11:57:36 +00:00
|
|
|
.tabsSidebar-tabsSpacer {
|
2014-09-15 16:08:23 +00:00
|
|
|
padding-right: 62px !important;
|
2014-10-01 11:57:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabsSidebar-sidebarSpacer {
|
2014-09-15 16:08:23 +00:00
|
|
|
margin-right: 280px;
|
2014-10-01 11:57:36 +00:00
|
|
|
transition: margin 500ms;
|
2014-09-15 16:08:23 +00:00
|
|
|
}
|
|
|
|
|
2014-10-01 11:57:36 +00:00
|
|
|
.tabsSidebar-sidebarSpacer.is-closed {
|
2014-09-15 16:08:23 +00:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2014-09-29 10:54:04 +00:00
|
|
|
.tabsSidebar-holder {
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar .sidebar {
|
2014-08-07 21:53:46 +00:00
|
|
|
width: 280px;
|
|
|
|
border-left: 1px solid #e6e6e6;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar .sidebar h2 {
|
2014-08-07 21:53:46 +00:00
|
|
|
margin: 5px 0 0;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-close {
|
2014-08-07 21:53:46 +00:00
|
|
|
padding: 20px;
|
|
|
|
margin: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar.bottom-form-shadow {
|
|
|
|
box-shadow:
|
|
|
|
0 -1px rgba(0,0,0,.005) inset,
|
|
|
|
0 -2px rgba(0,0,0,.005) inset,
|
|
|
|
0 -3px rgba(0,0,0,.005) inset,
|
|
|
|
0 -4px rgba(0,0,0,.005) inset;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar {
|
2014-08-07 21:53:46 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
transition: 500ms;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar.is-closed {
|
2014-08-26 10:27:37 +00:00
|
|
|
-webkit-transform: translateX(280px);
|
|
|
|
transform: translateX(280px);
|
2014-08-07 21:53:46 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tabs {
|
2014-08-07 21:53:46 +00:00
|
|
|
position: absolute;
|
|
|
|
left: -55px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.test {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tab {
|
2014-08-07 21:53:46 +00:00
|
|
|
width: 56px;
|
|
|
|
height: 60px;
|
|
|
|
background: hsl(197,20%,93%);
|
|
|
|
cursor: pointer;
|
2014-08-29 20:07:50 +00:00
|
|
|
position: relative;
|
|
|
|
border-top: 1px solid hsl(202,12%,87%);
|
2014-08-07 21:53:46 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tab.is-changed:before {
|
2014-08-29 20:07:50 +00:00
|
|
|
position: absolute;
|
|
|
|
content: '';
|
|
|
|
left: -3px;
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -3px;
|
|
|
|
border-radius: 100%;
|
|
|
|
background: hsl(198,19%,72%);
|
|
|
|
box-shadow: 0 0 0 2px hsl(210,17%,98%);
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tab:first-child {
|
2014-08-07 21:53:46 +00:00
|
|
|
border-top-left-radius: 8px;
|
2014-08-29 20:07:50 +00:00
|
|
|
border-top: none;
|
2014-08-07 21:53:46 +00:00
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tab:last-child {
|
2014-08-07 21:53:46 +00:00
|
|
|
border-bottom-left-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tab .icon {
|
2014-08-07 21:53:46 +00:00
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.tabsSidebar-tab.active .icon {
|
2014-08-07 21:53:46 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2014-08-29 20:07:50 +00:00
|
|
|
.sidebar .form-group {
|
2014-08-30 10:24:31 +00:00
|
|
|
margin-left: -20px;
|
|
|
|
margin-right: -20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .text-muted {
|
|
|
|
color: hsl(204,3%,72%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tags {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagList {
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagList li {
|
|
|
|
border-bottom: 1px solid hsl(240,4%,95%);
|
2014-08-29 20:07:50 +00:00
|
|
|
}
|
|
|
|
|
2014-08-30 10:24:31 +00:00
|
|
|
.tagList .tag-delete {
|
|
|
|
height: 29px;
|
|
|
|
padding: 0 10px;
|
|
|
|
margin-right: -4px;
|
|
|
|
display: block;
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tagList .tag-delete:hover {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.newTicket {
|
2014-09-04 21:56:58 +00:00
|
|
|
padding: 34px;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.newTicket .sidebar {
|
2014-09-05 09:20:07 +00:00
|
|
|
width: 290px;
|
|
|
|
}
|
2014-09-15 16:08:23 +00:00
|
|
|
.newTicket .form-control:not(:focus):not(.focus) {
|
2014-09-05 09:20:07 +00:00
|
|
|
border-color: hsl(0,0%,90%);
|
|
|
|
}
|
2014-09-15 16:08:23 +00:00
|
|
|
.newTicket .subtle-link {
|
2014-09-05 09:20:07 +00:00
|
|
|
color: hsl(0,0%,89%);
|
|
|
|
}
|
|
|
|
|
2014-09-04 21:56:58 +00:00
|
|
|
.box {
|
|
|
|
background: white;
|
|
|
|
margin: 0 auto;
|
|
|
|
border: 1px solid #e6e6e6;
|
|
|
|
padding: 12px 24px 20px;
|
2014-09-05 09:20:07 +00:00
|
|
|
max-width: 658px;
|
2014-09-04 21:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box .page-header {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box h1 {
|
|
|
|
color: hsl(60,1%,34%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.box .two-columns {
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box .two-columns .column {
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: calc(50% - 8px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.formset-inset {
|
|
|
|
margin: 31px -24px 24px;
|
|
|
|
padding: 19px 24px 4px;
|
|
|
|
background: hsl(197,20%,93%);
|
|
|
|
border-top: 1px solid hsl(0,0%,90%);
|
|
|
|
border-bottom: 1px solid hsl(0,0%,90%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.type-tabs .tab {
|
|
|
|
line-height: 40px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.type-tabs .icon {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 9px;
|
|
|
|
margin-top: 10px;
|
|
|
|
transform: scale(1.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tokenfield .token {
|
|
|
|
padding: 0 0 0 10px;
|
2014-09-13 11:12:00 +00:00
|
|
|
margin: -1px 5px 8px 0;
|
2014-09-04 21:56:58 +00:00
|
|
|
height: 26px;
|
|
|
|
line-height: 27px;
|
|
|
|
color: white;
|
|
|
|
background: hsl(198,19%,72%);
|
|
|
|
border: none;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tokenfield .token-input {
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 2px 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tokenfield .token .token-label {
|
2014-09-13 11:12:00 +00:00
|
|
|
padding: 0;
|
2014-09-04 21:56:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tokenfield.form-control {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tokenfield .token .close {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 10px 0 5px;
|
|
|
|
font-family: inherit;
|
|
|
|
font-weight: 100;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 1;
|
|
|
|
color: white;
|
|
|
|
text-shadow: none;
|
|
|
|
opacity: .3;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tokenfield .token .close:hover {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
2014-09-05 09:20:07 +00:00
|
|
|
.drox {
|
|
|
|
color: hsl(60,1%,74%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox .drox-header {
|
|
|
|
padding-bottom: 2px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
border-bottom: 1px solid hsl(240,4%,95%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox a.create {
|
|
|
|
margin-top: 2px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox .form-group {
|
|
|
|
margin-bottom: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox .drox-body p:first-child {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2014-09-15 16:08:23 +00:00
|
|
|
.newTicket .templates {
|
2014-09-05 09:20:07 +00:00
|
|
|
border-bottom: 1px solid hsl(240,4%,95%);
|
|
|
|
padding-bottom: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-attributes {
|
|
|
|
margin: 17px 0 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-attribute {
|
|
|
|
height: 24px;
|
|
|
|
line-height: 25px;
|
|
|
|
padding-left: 10px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: 13px;
|
|
|
|
color: hsl(198,11%,59%);
|
|
|
|
background: hsl(197,20%,93%);
|
|
|
|
border: 1px solid hsl(0,0%,90%);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-attribute .key {
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-attribute .value {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-attribute .delete {
|
|
|
|
padding: 0 7px;
|
|
|
|
margin-top: 4px;
|
|
|
|
line-height: 19px;
|
|
|
|
font-size: 28px;
|
|
|
|
font-weight: lighter;
|
|
|
|
opacity: .4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customer-name {
|
|
|
|
color: hsl(60,1%,34%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.customer-email {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-09-15 20:38:58 +00:00
|
|
|
.qq-upload-list li {
|
|
|
|
padding: 4px 5px 0;
|
|
|
|
margin: 0 5px;
|
|
|
|
color: hsl(60,1%,34%);
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: auto;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.qq-upload-list li:hover {
|
|
|
|
background: hsl(200,20%,97%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.qq-upload-file {
|
|
|
|
color: hsl(202,66%,55%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.qq-upload-size {
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
2014-09-15 21:59:21 +00:00
|
|
|
.switchBackToUser.fit {
|
|
|
|
background: hsl(200,87%,45%);
|
2014-09-15 20:55:06 +00:00
|
|
|
color: #fff;
|
2014-09-15 21:59:21 +00:00
|
|
|
height: 45px;
|
|
|
|
padding: 0 17px;
|
|
|
|
top: -45px;
|
|
|
|
border-bottom: 5px solid hsl(205,90%,60%);
|
2014-09-15 20:55:06 +00:00
|
|
|
}
|
2014-09-15 21:59:21 +00:00
|
|
|
.switchBackToUser-text {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.switchBackToUser-close {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
margin-right: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app.switchBackToUserSpace {
|
|
|
|
top: 45px;
|
2014-09-15 20:55:06 +00:00
|
|
|
}
|
|
|
|
|
2014-09-16 08:15:57 +00:00
|
|
|
.modal-dialog {
|
|
|
|
width: 660px;
|
|
|
|
margin-top: 35px;
|
|
|
|
margin-bottom: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid hsl(0,0%,90%);
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-header {
|
|
|
|
padding: 30px 23px 23px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-header h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-close {
|
|
|
|
padding: 23px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-close .close.icon {
|
|
|
|
opacity: 0.18;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
padding: 0 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
padding: 23px 23px 20px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2014-09-16 10:21:58 +00:00
|
|
|
.caret {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -3px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
2014-09-17 22:05:12 +00:00
|
|
|
.dropdown-menu {
|
2014-09-16 10:21:58 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
color: white;
|
2014-09-17 22:05:12 +00:00
|
|
|
background: none;
|
2014-09-16 10:21:58 +00:00
|
|
|
border-radius: 0;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
2014-09-17 22:05:12 +00:00
|
|
|
overflow-x: hidden;
|
2014-09-16 10:21:58 +00:00
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
|
|
|
.dropdown ul {
|
2014-09-16 10:21:58 +00:00
|
|
|
margin: 0;
|
2014-09-17 22:05:12 +00:00
|
|
|
background: hsl(234,10%,19%);
|
2014-09-16 10:21:58 +00:00
|
|
|
}
|
|
|
|
|
2014-09-17 22:05:12 +00:00
|
|
|
.dropdown li {
|
2014-09-16 10:21:58 +00:00
|
|
|
height: 40px;
|
2014-09-17 22:05:12 +00:00
|
|
|
padding: 0 15px;
|
2014-09-16 10:21:58 +00:00
|
|
|
}
|
|
|
|
|
2014-09-17 22:05:12 +00:00
|
|
|
.dropdown li:not(:first-child) {
|
2014-09-16 10:21:58 +00:00
|
|
|
box-shadow: 0 1px rgba(255,255,255,.13) inset;
|
|
|
|
}
|
|
|
|
|
2014-09-17 22:05:12 +00:00
|
|
|
.dropdown li:hover,
|
|
|
|
.dropdown li.is-active {
|
2014-09-16 10:21:58 +00:00
|
|
|
background: hsl(205,90%,60%);
|
|
|
|
}
|
|
|
|
|
2014-09-17 22:05:12 +00:00
|
|
|
.dropdown li:not(.recipientList-controls):hover + li,
|
|
|
|
.dropdown li.is-active + li {
|
2014-09-16 10:21:58 +00:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2014-09-24 14:03:23 +00:00
|
|
|
.dropdown-menu > li > a {
|
|
|
|
height: 40px;
|
|
|
|
line-height: 39px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu > li > a:hover {
|
|
|
|
color: white;
|
|
|
|
background: hsl(205,90%,60%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.actions li {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList,
|
|
|
|
.recipientList-organisationMembers {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
2014-09-17 22:05:12 +00:00
|
|
|
}
|
2014-09-16 10:21:58 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-entry .recipientList-iconSpacer {
|
|
|
|
width: 20px;
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
2014-09-16 10:21:58 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-entry .icon:not(.plus) {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
2014-09-16 10:21:58 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-entry:hover .icon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2014-09-16 10:21:58 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-name {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-detail {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-icon.plus {
|
|
|
|
margin-left: 13px;
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-new {
|
|
|
|
background: hsl(145,51%,45%);
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.dropdown .recipientList-new:hover {
|
|
|
|
background: hsl(147,52%,43%);
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
li.recipientList-controls,
|
|
|
|
li.recipientList-controls:hover {
|
|
|
|
padding: 0;
|
|
|
|
background: hsl(206,7%,28%);
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-backClickArea {
|
|
|
|
height: 100%;
|
|
|
|
float: left;
|
|
|
|
padding: 0 10px;
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-backButton {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: white;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid hsl(234,10%,10%);
|
|
|
|
box-shadow: 0 1px rgba(255,255,255,.03) inset;
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-backClickArea:active .recipientList-backButton {
|
|
|
|
background: hsl(206,7%,25%);
|
|
|
|
box-shadow: 0 1px rgba(0,0,0,.1) inset;
|
|
|
|
}
|
2014-09-17 22:05:12 +00:00
|
|
|
|
2014-09-18 10:40:17 +00:00
|
|
|
.recipientList-backButton .icon {
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recipientList-organisationMembers {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
2014-09-16 10:21:58 +00:00
|
|
|
|
2014-09-25 11:29:06 +00:00
|
|
|
.userInfo {
|
|
|
|
}
|
|
|
|
|
|
|
|
.userInfo .avatar {
|
|
|
|
float: right;
|
2014-09-26 14:51:37 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.userInfo .avatar:after {
|
|
|
|
content: "";
|
|
|
|
background: url(<%= asset_path "sprite.svg" %>);
|
|
|
|
background-position: -226px 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 97px;
|
|
|
|
height: 96px;
|
|
|
|
position: absolute;
|
2014-09-25 11:29:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.userInfo-name {
|
|
|
|
color: rgba(0,8,14,.73);
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2014-09-26 14:51:37 +00:00
|
|
|
.userInfo-entry {
|
|
|
|
margin: 20px 0;
|
2014-09-25 11:29:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.userInfo-label {
|
2014-09-26 14:51:37 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
color: #999;
|
|
|
|
font-size: 12px;
|
2014-09-25 11:29:06 +00:00
|
|
|
font-weight: normal;
|
2014-09-26 14:51:37 +00:00
|
|
|
letter-spacing: 0.1em;
|
|
|
|
margin-bottom: 6px;
|
2014-09-25 11:29:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.userInfo-value {
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userInfo-value textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
line-height: 20px;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
outline: none;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
2014-09-26 15:08:41 +00:00
|
|
|
.checkbox.form-group .checkbox {
|
|
|
|
margin: 10px 0 0;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox.form-group label {
|
|
|
|
padding: 0 2px;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox.form-group .controls label {
|
|
|
|
padding-left: 20px;
|
|
|
|
display: block;
|
|
|
|
font: inherit;
|
|
|
|
font-size: 13px;
|
|
|
|
color: inherit;
|
|
|
|
text-transform: inherit;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox.form-group input[type=checkbox] {
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
2014-09-29 08:42:52 +00:00
|
|
|
.userSearch {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2014-09-29 08:38:28 +00:00
|
|
|
.userSearch-label {
|
|
|
|
margin: 0 10px 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userSearch .tab:not(.active) {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userSearch .tabs {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2014-09-29 09:08:51 +00:00
|
|
|
.nav-tabs {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li > a,
|
|
|
|
.nav-tabs > li > a:hover,
|
|
|
|
.nav-tabs > li > a:focus {
|
|
|
|
background: white;
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid hsl(0,0%,90%);
|
|
|
|
color: hsl(0,0%,70%);
|
|
|
|
height: 40px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li:not(:last-child):not(:only-child) > a {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li:first-child > a {
|
|
|
|
border-radius: 5px 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li:last-child > a {
|
|
|
|
border-radius: 0 5px 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li:only-child > a {
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li.active > a,
|
|
|
|
.nav-tabs > li.active > a:hover,
|
|
|
|
.nav-tabs > li.active > a:focus {
|
|
|
|
background: hsl(206,7%,28%);
|
|
|
|
color: white;
|
2014-09-29 10:10:48 +00:00
|
|
|
border-color: hsl(0,0%,90%);
|
2014-09-29 09:08:51 +00:00
|
|
|
}
|
|
|
|
|
2014-09-30 11:15:40 +00:00
|
|
|
.main .nav-tabs:first-child {
|
|
|
|
margin: 28px 0 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-entry {
|
|
|
|
margin-bottom: 42px;
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-item .form-group {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-item .form-group + .form-group {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-item + .btn {
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
2014-10-01 11:57:36 +00:00
|
|
|
.scrollPageHeader {
|
|
|
|
background: white;
|
|
|
|
border-bottom: 1px solid hsl(0,0%,78%);
|
|
|
|
height: 64px;
|
|
|
|
left: 260px;
|
|
|
|
padding: 0 22px;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
transform: translateY(-64px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.scrollPageHeader small {
|
|
|
|
color: hsl(198,19%,72%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.scrollPageHeader .ticket-title {
|
|
|
|
max-width: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scrollPageHeader h1 {
|
|
|
|
font-size: 19px;
|
|
|
|
margin: 0 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-09-15 12:09:02 +00:00
|
|
|
/*
|
2014-07-18 16:18:13 +00:00
|
|
|
|
|
|
|
----------------
|
|
|
|
normal screens
|
|
|
|
----------------
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1280px) {
|
2014-09-15 20:55:06 +00:00
|
|
|
.sidebar.optional {
|
2014-08-27 10:49:07 +00:00
|
|
|
display: none;
|
2014-07-18 16:18:13 +00:00
|
|
|
}
|
2014-07-07 17:18:51 +00:00
|
|
|
}
|