Shaun Chyxion 64d1dab732 update
2017-08-16 21:33:34 +08:00

76 lines
1.3 KiB
CSS

.login-logo {
width: 120px;
height: 24px;
background: url(../images/lemo-logo.png) no-repeat;
background-size: contain;
display: inline-block;
}
.top-nav-logo {
width: 98px;
height: 20px;
background: url(../images/lemo-logo.png) no-repeat;
background-size: contain;
display: inline-block;
}
.device {
margin: 0 auto;
width: 230px;
height: 480px;
background: url('../images/device-sprite-iPhone-5s.png') no-repeat;
background-size: contain;
}
.device-content {
padding: 31% 0 0 0;
margin: 0 0 0 8.6%;
width: 83%;
height: 85.6%;
overflow: hidden;
}
.spinbox-up {
border-top-left-radius: 0 !important;
}
.desktop {
background: url('../images/desktop.jpg') no-repeat center center;
background-size: contain;
}
.textarea-resize-vertical {
resize: vertical;
}
.cursor-pointer {
cursor: pointer;
}
.issue-cell {
max-height: 48px;
overflow: auto;
cursor: pointer;
}
.table > thead > tr > th {
white-space: nowrap;
}
[data-ember-action] {
cursor: pointer;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th
/*
,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
*/
{
padding: 4px !important;
font-size: 16px;
}