2014-07-04 10:20:39 +00:00
|
|
|
body {
|
|
|
|
font-family: "FiraSansOT", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
line-height: 1.7;
|
2014-07-12 16:36:23 +00:00
|
|
|
background: #2c2d36;
|
2014-07-04 10:20:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#app > nav {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
table th, table td {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
.table {
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
.table .table-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
.table .table-cell{
|
|
|
|
vertical-align: top;
|
|
|
|
display: table-cell;
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
2012-10-14 23:00:34 +00:00
|
|
|
|
2013-09-20 14:56:45 +00:00
|
|
|
.popover {
|
2013-09-22 20:55:04 +00:00
|
|
|
min-width: 240px;
|
2013-09-20 14:56:45 +00:00
|
|
|
z-index: 1110;
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
2013-09-17 08:48:49 +00:00
|
|
|
.content-one {
|
2014-04-07 06:39:45 +00:00
|
|
|
top: 78px;
|
2013-09-17 08:48:49 +00:00
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
/*
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
position: fixed;
|
|
|
|
*/
|
|
|
|
z-index: -5000;
|
|
|
|
}
|
2014-06-21 21:43:25 +00:00
|
|
|
/*
|
2013-09-17 08:48:49 +00:00
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.content-one {
|
|
|
|
width: 1024px;
|
|
|
|
}
|
|
|
|
}
|
2014-06-21 21:43:25 +00:00
|
|
|
*/
|
2013-09-17 08:48:49 +00:00
|
|
|
|
2014-03-20 08:51:02 +00:00
|
|
|
.content-fix {
|
2014-04-07 06:39:45 +00:00
|
|
|
top: 78px;
|
2014-03-20 08:51:02 +00:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: -5000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-fix .sidebar {
|
|
|
|
padding: 8px 10px 42px;
|
|
|
|
width: 260px;
|
|
|
|
height: 100%;
|
|
|
|
float: left;
|
|
|
|
border-right: 1px solid #eeeeee;
|
|
|
|
}
|
|
|
|
.content-fix .sidebar.nav-manage {
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-fix .main {
|
|
|
|
z-index: -5000;
|
|
|
|
width: auto;
|
|
|
|
min-width: 760px;
|
|
|
|
height: 100%;
|
|
|
|
float: left;
|
|
|
|
margin-left: 264px;
|
|
|
|
padding-right: 16px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-left: 14px;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
|
2013-07-26 12:41:03 +00:00
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.content-two .sidebar {
|
2013-09-18 19:03:42 +00:00
|
|
|
padding: 8px 10px 42px;
|
2013-08-04 22:03:13 +00:00
|
|
|
width: 200px;
|
2013-07-30 13:58:33 +00:00
|
|
|
height: 100%;
|
|
|
|
float: left;
|
|
|
|
position: absolute;
|
2013-08-04 22:03:13 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2013-09-22 17:40:58 +00:00
|
|
|
border-right: 1px solid #eeeeee;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .sidebar.nav-manage {
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-two .sidebar .nav > li > a {
|
|
|
|
padding: 8px 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-two .sidebar .btn {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.content-two .sidebar input,
|
|
|
|
.content-two .sidebar select {
|
|
|
|
height: 30px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-two .main {
|
2013-09-22 17:40:58 +00:00
|
|
|
width: auto;
|
|
|
|
min-width: 760px;
|
2013-07-30 13:58:33 +00:00
|
|
|
height: 100%;
|
|
|
|
float: left;
|
2013-08-04 22:03:13 +00:00
|
|
|
margin-left: 204px;
|
2013-09-22 17:53:23 +00:00
|
|
|
padding-right: 16px;
|
2013-07-30 13:58:33 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-left: 14px;
|
|
|
|
position: absolute;
|
2013-08-04 22:03:13 +00:00
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2013-09-22 20:55:04 +00:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .main > .nav {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
.content-two .meta {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-03-20 08:51:02 +00:00
|
|
|
|
|
|
|
.panel-title {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
@media (min-width: 800px) {
|
|
|
|
.content-two .sidebar {
|
2013-08-04 22:03:13 +00:00
|
|
|
width: 240px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .main {
|
2013-08-04 22:03:13 +00:00
|
|
|
margin-left: 244px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.content-two .sidebar {
|
2013-08-04 22:03:13 +00:00
|
|
|
width: 260px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .main {
|
2013-08-04 22:03:13 +00:00
|
|
|
margin-left: 264px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.content-two .sidebar {
|
2013-08-04 22:03:13 +00:00
|
|
|
width: 280px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .main {
|
2013-08-04 22:03:13 +00:00
|
|
|
margin-left: 284px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-two .meta {
|
|
|
|
width: 140px;
|
2013-09-22 17:40:58 +00:00
|
|
|
/*
|
2013-07-30 13:58:33 +00:00
|
|
|
display: table-cell;
|
2013-09-19 21:26:57 +00:00
|
|
|
*/
|
|
|
|
display: none;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-cols {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
table-layout: fixed;
|
2013-08-19 20:46:19 +00:00
|
|
|
border-spacing: 0;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-cols .row {
|
2013-08-19 20:46:19 +00:00
|
|
|
margin: 0;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-cols .row2 > div {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: top;
|
2013-08-19 20:46:19 +00:00
|
|
|
padding: 0 12px 0 12px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.content-cols .row2 .sidebar {
|
|
|
|
border-right: 1px solid #eeeeee;
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
.content-cols .sidebar input,
|
|
|
|
.content-cols .sidebar select {
|
|
|
|
height: 30px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.content-cols .sidebar .btn {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-cols .row2 .main {
|
|
|
|
width: 600px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 800px) {
|
|
|
|
.content-cols .row2 .sidebar {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .main {
|
|
|
|
width: 750px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
|
|
.content-cols .row2 .sidebar {
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .main {
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.content-cols .row2 .sidebar {
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .main {
|
|
|
|
width: 900px;
|
|
|
|
}
|
|
|
|
.content-cols .row2 .meta {
|
|
|
|
width: 200px;
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-cols .nav-bar-stacked {
|
|
|
|
background-color: #f7f5fa;
|
|
|
|
}
|
|
|
|
.content-cols .nav-bar-stacked .active a {
|
|
|
|
border-right: 1px solid #563d7c;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
h2 {
|
2014-07-02 15:15:50 +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
|
|
|
}
|
|
|
|
h3 {
|
2013-07-30 13:58:33 +00:00
|
|
|
font-size: 22px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 20px;
|
2012-09-20 12:08:02 +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-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
2013-08-04 22:03:13 +00:00
|
|
|
.form-group .help-message {
|
|
|
|
float: right;
|
|
|
|
margin-right: -23px;
|
|
|
|
margin-top: -23px;
|
|
|
|
}
|
2014-07-02 15:15:50 +00:00
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.form-control {
|
2014-07-02 15:15:50 +00:00
|
|
|
height: 41px;
|
|
|
|
font-weight: normal;
|
|
|
|
box-shadow: none;
|
|
|
|
border-radius: 3px;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
border-color: #419ed7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-error .form-control,
|
|
|
|
.has-error .form-control:focus {
|
|
|
|
box-shadow: none;
|
|
|
|
border-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
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
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
.form-large {
|
|
|
|
width: 85%;
|
2013-09-22 20:55:04 +00:00
|
|
|
max-width: 700px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.form-normal {
|
|
|
|
width: 70%;
|
2013-09-22 20:55:04 +00:00
|
|
|
max-width: 400px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.form-small {
|
|
|
|
width: 50%;
|
2013-09-22 20:55:04 +00:00
|
|
|
max-width: 250px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
.form-normal fieldset {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.sidebar fieldset {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal label {
|
|
|
|
text-align: right;
|
|
|
|
float: left;
|
2013-08-19 20:46:19 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2013-07-30 13:58:33 +00:00
|
|
|
width: 130px;
|
|
|
|
margin-top: 7px;
|
2013-04-17 23:42:00 +00:00
|
|
|
}
|
2014-01-21 12:08:44 +00:00
|
|
|
.form-horizontal .form-group .checkbox label {
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2013-04-17 23:42:00 +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
|
|
|
|
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
/*
|
|
|
|
* bootstrap changes
|
|
|
|
*/
|
|
|
|
/* improve pagination if only one page is shown */
|
|
|
|
.pagination li:only-child a {
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2012-04-23 17:22:34 +00:00
|
|
|
/* improved spacing */
|
|
|
|
|
2014-04-24 06:42:03 +00:00
|
|
|
.pagination-count {
|
2012-07-20 11:23:09 +00:00
|
|
|
padding: 6px 6px;
|
|
|
|
float: left;
|
|
|
|
color: #999;
|
2012-08-22 13:56:22 +00:00
|
|
|
border: none;
|
|
|
|
line-height: 17px;
|
2012-07-20 11:23:09 +00:00
|
|
|
}
|
|
|
|
|
2012-08-22 12:17:33 +00:00
|
|
|
.page-header {
|
2013-09-18 06:12:53 +00:00
|
|
|
margin: 0 0 12px;
|
|
|
|
padding-bottom: 5px;
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-header-title {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.page-header-meta {
|
|
|
|
float: right;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
.page-header .page-header-meta ul.pagination {
|
2014-07-09 11:25:35 +00:00
|
|
|
margin: 0;
|
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;
|
|
|
|
}
|
|
|
|
|
2012-09-20 12:08:02 +00:00
|
|
|
.form-horizontal .help-inline, .form-horizontal .help-block {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2012-10-17 16:08:03 +00:00
|
|
|
.form-horizontal .control-label {
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
.form-horizontal .controls {
|
|
|
|
margin-left: 150px;
|
|
|
|
}
|
2012-09-20 12:08:02 +00:00
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
/* replace music icon with attachment */
|
|
|
|
.icon-attachment {
|
|
|
|
background-position: -24px 0;
|
|
|
|
}
|
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-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtle-link:hover {
|
|
|
|
color: rgba(0,0,0,.5);
|
|
|
|
}
|
|
|
|
|
2014-07-02 15:15:50 +00:00
|
|
|
ol.tabs {
|
|
|
|
padding: 0;
|
|
|
|
list-style: decimal inside;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol.tabs li {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs {
|
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-07-04 10:20:39 +00:00
|
|
|
height: 43px;
|
2014-07-02 15:15:50 +00:00
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
border-right: 1px solid rgba(0,8,14,.08);
|
|
|
|
cursor: pointer;
|
|
|
|
flex-grow: 1;
|
2014-07-04 10:20:39 +00:00
|
|
|
box-shadow: 0 2px rgba(0,0,0,.03);
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contain-text {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2014-07-09 14:49:42 +00:00
|
|
|
text-overflow: ellipsis;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
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" %>);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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-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
|
|
|
.close.icon {
|
|
|
|
position: relative;
|
|
|
|
background: none;
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
|
|
|
|
2014-07-09 14:49:42 +00:00
|
|
|
.close-task.icon {
|
|
|
|
background: #2c2d36;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.close.icon:before,
|
|
|
|
.close.icon:after {
|
2014-07-09 14:49:42 +00:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -1px;
|
2014-07-12 16:36:23 +00:00
|
|
|
top: 10%;
|
|
|
|
height: 80%;
|
2014-07-09 14:49:42 +00:00
|
|
|
width: 2px;
|
2014-07-12 16:36:23 +00:00
|
|
|
background: #85888a;
|
2014-07-09 14:49:42 +00:00
|
|
|
-webkit-transform: rotate(45deg);
|
|
|
|
-moz-transform: rotate(45deg);
|
|
|
|
-ms-transform: rotate(45deg);
|
|
|
|
transform: rotate(45deg);
|
|
|
|
}
|
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.close.icon:after {
|
2014-07-09 14:49:42 +00:00
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
|
-moz-transform: rotate(-45deg);
|
|
|
|
-ms-transform: rotate(-45deg);
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
}
|
|
|
|
|
2014-07-12 16:36:23 +00:00
|
|
|
.close-task:before,
|
|
|
|
.close-task:after {
|
|
|
|
top: 20%;
|
|
|
|
height: 60%;
|
|
|
|
background: #586066;
|
|
|
|
}
|
|
|
|
|
|
|
|
.organisation.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: 0 -115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-switch:hover .organisation.icon {
|
|
|
|
background-position: 0 -128px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user.icon {
|
|
|
|
height: 13px;
|
|
|
|
width: 14px;
|
|
|
|
background-position: -14px -115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-switch:hover .user.icon {
|
|
|
|
background-position: -14px -128px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-07-30 13:58:33 +00:00
|
|
|
form.form-inline select,
|
|
|
|
form.form-inline input[type="text"],
|
|
|
|
form.form-inline input[type="password"] {
|
|
|
|
width: 180px;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-header {
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal .form-group .controls {
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal .form-group {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 14px 20px 20px;
|
|
|
|
}
|
|
|
|
|
2013-09-18 06:12:53 +00:00
|
|
|
.drox {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox-header {
|
|
|
|
padding: 8px 13px;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
color: #333333;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox-header .glyphicon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.drox-header:hover .glyphicon, .drox-header:focus .glyphicon {
|
|
|
|
display: inline-block;
|
|
|
|
color: #005580;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.drox-header h3 {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 200;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drox-body {
|
|
|
|
padding: 8px 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.edit {
|
2013-08-04 22:03:13 +00:00
|
|
|
}
|
|
|
|
.edit .form-group {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2013-09-18 07:07:45 +00:00
|
|
|
.edit select, .edit input {
|
2013-08-04 22:03:13 +00:00
|
|
|
height: 30px;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
|
|
|
.edit:focus {
|
|
|
|
color: #000000;
|
|
|
|
outline: 0;
|
|
|
|
}
|
2013-09-18 06:12:53 +00:00
|
|
|
.edit-title {
|
|
|
|
}
|
|
|
|
.edit-title small {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2013-09-22 22:07:11 +00:00
|
|
|
|
2012-04-10 14:06:46 +00:00
|
|
|
|
|
|
|
.delete {
|
|
|
|
background:url("../assets/close.png") no-repeat;
|
|
|
|
text-indent: -9999em;
|
|
|
|
border: 0;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
cursor:pointer;
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: -15px;
|
2013-07-30 13:58:33 +00:00
|
|
|
left: 30px;
|
2012-04-10 14:06:46 +00:00
|
|
|
margin: 4px;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2013-09-18 21:04:18 +00:00
|
|
|
.bulk-action {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-10-21 19:00:58 +00:00
|
|
|
.sidebar .action {
|
2013-09-18 18:45:07 +00:00
|
|
|
padding: 6px 8px 6px;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
background-color: #fff;
|
|
|
|
width: 100%;
|
|
|
|
left: 0px;
|
|
|
|
border-top: 1px solid #eeeeee;
|
2013-09-22 17:53:23 +00:00
|
|
|
width: 194px;
|
2013-09-18 18:45:07 +00:00
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
@media (min-width: 800px) {
|
2013-10-21 19:00:58 +00:00
|
|
|
.sidebar .action {
|
2013-09-22 17:53:23 +00:00
|
|
|
width: 234px;
|
2013-09-18 18:45:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
2013-10-21 19:00:58 +00:00
|
|
|
.sidebar .action {
|
2013-09-22 17:53:23 +00:00
|
|
|
width: 254px;
|
2013-09-18 18:45:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
2013-10-21 19:00:58 +00:00
|
|
|
.sidebar .action {
|
2013-09-22 17:53:23 +00:00
|
|
|
width: 274px;
|
2013-09-18 18:45:07 +00:00
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
}
|
2012-11-07 09:04:16 +00:00
|
|
|
|
2013-09-22 22:07:11 +00:00
|
|
|
.ticket-article-view {
|
|
|
|
max-width: 750px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ticket-article {
|
|
|
|
padding: 8px 0 6px 2px;
|
2013-09-25 19:50:28 +00:00
|
|
|
min-height: 116px;
|
2013-09-22 22:07:11 +00:00
|
|
|
margin: 2px 0;
|
|
|
|
}
|
|
|
|
.ticket-article-item {
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
}
|
|
|
|
.ticket-article-item:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.ticket-article h4 {
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
.ticket-article.well {
|
|
|
|
padding: 4px 0 20px 2px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
.ticket-article-meta {
|
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
.ticket-article-message {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-top: 4px;
|
|
|
|
margin-left: 70px;
|
|
|
|
}
|
|
|
|
.ticket-edit .ticket-article-message {
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
.message {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-04 22:03:13 +00:00
|
|
|
.ticket-update {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
.ticket-update .span2 {
|
2013-09-18 18:45:07 +00:00
|
|
|
width: 152px;
|
2013-07-30 13:58:33 +00:00
|
|
|
margin-right: 4px;
|
2012-04-23 21:44:47 +00:00
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
.ticket-update .medium {
|
|
|
|
width: 160px;
|
2012-04-22 15:33:02 +00:00
|
|
|
}
|
2012-04-10 14:06:46 +00:00
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
|
2012-05-05 14:18:52 +00:00
|
|
|
.show_toogle {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 12px;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2012-04-22 18:32:39 +00:00
|
|
|
.well-muted {
|
2012-04-23 21:44:47 +00:00
|
|
|
background-color: whiteSmoke;
|
2012-04-22 18:32:39 +00:00
|
|
|
border: 1px solid #eee;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.internal {
|
|
|
|
background-color: #f2dede;
|
|
|
|
border-color: #eed3d7;
|
|
|
|
border: 1px solid #fbeed5;
|
2013-09-22 22:07:11 +00:00
|
|
|
border-radius: 4px;
|
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-04-10 14:06:46 +00:00
|
|
|
.customer-info {
|
2013-08-04 22:03:13 +00:00
|
|
|
width: 100%;
|
|
|
|
padding-top: 7px;
|
2012-04-10 14:06:46 +00:00
|
|
|
}
|
2012-04-23 23:46:15 +00:00
|
|
|
|
2012-10-22 20:30:31 +00:00
|
|
|
.inline-edit {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
.inline-edit:hover {
|
|
|
|
padding: 3px;
|
|
|
|
border: 1px dotted #F92;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2012-05-13 12:53:35 +00:00
|
|
|
.translation {
|
|
|
|
border: 1px dotted #F92;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.translation:hover {
|
|
|
|
}
|
|
|
|
|
|
|
|
.translation .icon-edit {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.translation:hover .icon-edit {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2012-04-23 23:46:15 +00:00
|
|
|
/*
|
|
|
|
* noty changes
|
|
|
|
*/
|
|
|
|
.noty_bar.noty_layout_top {
|
2014-07-04 10:21:59 +00:00
|
|
|
|
2012-04-23 23:46:15 +00:00
|
|
|
}
|
2012-12-02 10:18:55 +00:00
|
|
|
|
2012-12-10 23:16:05 +00:00
|
|
|
.qq-upload-icon {
|
2013-08-19 20:46:19 +00:00
|
|
|
margin: 6px 20px 0 0;
|
2012-12-10 23:16:05 +00:00
|
|
|
height: 18px;
|
|
|
|
}
|
2013-07-30 13:58:33 +00:00
|
|
|
.qq-upload-icon .glyphicon {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2012-12-10 23:16:05 +00:00
|
|
|
|
|
|
|
.qq-upload-button {
|
|
|
|
display: block;
|
|
|
|
/*or inline-block*/
|
|
|
|
width: 40px;
|
2013-07-30 13:58:33 +00:00
|
|
|
padding: 8px 0 5px;
|
2012-12-10 23:16:05 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2012-12-02 10:18:55 +00:00
|
|
|
.qq-upload-list {
|
2012-12-10 23:16:05 +00:00
|
|
|
text-align: left;
|
2013-08-19 20:46:19 +00:00
|
|
|
margin: 5px 10px 0;
|
2012-12-02 10:18:55 +00:00
|
|
|
padding: 0;
|
|
|
|
list-style: disc;
|
|
|
|
}
|
2012-12-10 23:16:05 +00:00
|
|
|
|
|
|
|
.qq-upload-list li {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: transparent;
|
2013-01-31 23:45:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sub_attribute .control-label {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
.sub_attribute .controls {
|
|
|
|
margin-left: 80px;
|
2013-06-11 21:24:04 +00:00
|
|
|
}
|
|
|
|
|
2013-07-02 12:37:40 +00:00
|
|
|
.form-changed {
|
|
|
|
border: 1px solid #fbeed5;
|
2013-07-30 13:58:33 +00:00
|
|
|
border-radius: 4px;
|
2013-07-02 12:37:40 +00:00
|
|
|
background-color: #fcf8e3;
|
|
|
|
}
|
|
|
|
|
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-07-04 10:20:39 +00:00
|
|
|
padding: 9px 14px;
|
2014-07-02 15:15:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
background: #419ed7;
|
|
|
|
border-color: #419ed7;
|
|
|
|
}
|
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-07-07 17:18:51 +00:00
|
|
|
.navigation .navbar-nav,
|
|
|
|
.navigation .navbar-nav > li {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2014-07-07 18:31:45 +00:00
|
|
|
.navigation .nav > li.active > a,
|
|
|
|
.navigation .nav > li > a:hover,
|
|
|
|
.navigation .nav > li > a:focus {
|
2014-07-07 17:18:51 +00:00
|
|
|
background: none;
|
|
|
|
color: #F0FAFF;
|
|
|
|
}
|
|
|
|
|
2014-07-07 18:31:45 +00:00
|
|
|
.navigation .nav > li.active > a:before,
|
|
|
|
.navigation .nav > li > a:hover:before,
|
|
|
|
.navigation .nav > li > a:focus:before {
|
2014-07-07 17:18:51 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
padding: 11px 15px;
|
|
|
|
color: rgba(240, 250, 255, .25);
|
|
|
|
border-bottom: 1px solid rgba(240, 250, 255, .05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav > li.active a {
|
|
|
|
background: #389ed9;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.dashboard a:before,
|
|
|
|
li.overviews a:before,
|
|
|
|
li.customers a:before {
|
|
|
|
content: '';
|
|
|
|
width: 24px;
|
|
|
|
height: 25px;
|
|
|
|
margin-right: 15px;
|
|
|
|
display: inline-block;
|
|
|
|
background: url(<%= asset_path "sprite.svg" %>) no-repeat;
|
|
|
|
vertical-align: bottom;
|
|
|
|
opacity: .25;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.overviews a:before {
|
|
|
|
background-position: -24px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.customers a:before {
|
|
|
|
background-position: -48px 0;
|
|
|
|
}
|
|
|
|
|
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-07-09 14:49:42 +00:00
|
|
|
.task {
|
|
|
|
height: 38px;
|
|
|
|
padding: 10px 15px 10px 8px;
|
|
|
|
color: #808080;
|
|
|
|
border-bottom: 1px solid #33363e;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task .priority.icon {
|
|
|
|
margin-top: -2px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task .modified.priority.icon {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task:hover {
|
|
|
|
background: #26272e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task.active {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task.active .priority.icon,
|
|
|
|
.task.active .modified.priority.icon,
|
|
|
|
.task.active .modified.priority.icon:after {
|
|
|
|
background: white;
|
|
|
|
border-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task .close-task.button {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 40px;
|
|
|
|
padding-left: 12px;
|
|
|
|
height: 100%;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task:hover .close-task.button {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-task.button:hover .icon {
|
|
|
|
background: #972e29;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-task.button:hover .icon:after,
|
|
|
|
.close-task.button:hover .icon:before {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
.search {
|
2014-07-08 14:36:40 +00:00
|
|
|
padding: 10px 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-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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .custom-dropdown-menu > li:hover > a {
|
|
|
|
background: #3fa9f5;
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .custom-dropdown-menu > li:hover > a .priority.icon {
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search .custom-dropdown-menu > li:hover > a .priority.icon:after {
|
|
|
|
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-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;
|
|
|
|
padding: 10px 15px;
|
|
|
|
color: #2594d4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-menu .dropdown-menu > li > a:hover {
|
|
|
|
background: rgba(0,0,0,.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
border-radius: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: bottom;
|
2014-07-08 14:36:40 +00:00
|
|
|
}
|
|
|
|
|
2014-07-07 17:18:51 +00:00
|
|
|
.sidebar {
|
|
|
|
width: 270px;
|
2014-07-08 14:36:40 +00:00
|
|
|
padding: 1px 20px 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-07-07 18:31:45 +00:00
|
|
|
.nav-stacked > li + li {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2014-07-08 14:36:40 +00:00
|
|
|
.nav-stacked > li:last-child a {
|
|
|
|
border-bottom: 1px solid #f2f2f3;
|
2014-07-07 18:31:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-pills > li > a {
|
|
|
|
color: #0f94d6;
|
|
|
|
border-radius: 0;
|
2014-07-08 14:36:40 +00:00
|
|
|
padding: 8px 0;
|
|
|
|
border-top: 1px solid #f2f2f3;
|
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-07 17:18:51 +00:00
|
|
|
.main {
|
|
|
|
padding: 10px 20px;
|
|
|
|
background: #f8f9fa;
|
2014-07-07 18:31:45 +00:00
|
|
|
overflow: auto;
|
2014-07-07 17:18:51 +00:00
|
|
|
}
|