110 lines
2.0 KiB
Plaintext
110 lines
2.0 KiB
Plaintext
.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; */
|
|
/*background-size: 100%;*/
|
|
background-size: cover;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.widget-toolbar > a,
|
|
.widget-toolbar > .widget-menu > a {
|
|
margin: 0 3px;
|
|
}
|
|
|
|
input[type="number"]::-webkit-outer-spin-button,
|
|
input[type="number"]::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
input[type="number"] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
|
|
.footer {
|
|
padding-top: 60px !important;
|
|
}
|
|
|
|
.index-content > p {
|
|
margin: 0 0 6px;
|
|
}
|
|
|
|
.application-content {
|
|
white-space: pre-wrap; /* Since CSS 2.1 */
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
background-color: inherit;
|
|
border: 0;
|
|
} |