This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/css/install.css
T
2014-09-23 16:06:29 +03:00

130 lines
1.5 KiB
CSS

.license-field {
width: 100%;
}
.point-lbl {
cursor: pointer;
}
select[name="user-lang"] {
width: 200px;
}
.subpanel {
text-align: left ;
}
.install-body {
padding-top: 30px;
}
.btn-panel {
margin-top: 20px;
}
.panel-title {
text-align: center;
margin-left: 16.6667%;
}
.loading-icon {
background-image: url("../img/loading-icon.gif");
background-repeat: no-repeat;
height: 31px;
width: 31px;
float: right;
}
.devices {
width: 50%;
height: 50%;
}
.panel-body {
min-height: 400px;
}
.panel-body .panel-body {
min-height: 50px;
}
.host-name-c {
width: 65%;
float: left;
}
.port-c {
width: 30%;
float: right;
}
.label-description {
line-height: 24px;
height: 33px;
display: table-cell;
vertical-align: middle;
padding: 14px 0 5px;
}
.semicolon-sign-c {
text-align: center;
width: 4%;
float: left;
}
.semicolon-sign {
margin-top: 5px;
}
.version {
font-size: 90%;
color: #999;
}
input[type=checkbox].btn-default {
margin: 0;
}
.cron-help {
margin: 20px;
}
.cron-help pre {
margin-top: 15px;
padding-top: 15px;
padding-bottom: 0;
}
.table {
border-bottom: 1px solid #e8eced;
}
.setup-confirmation {
padding: 8px;
}
.setup-confirmation .table > thead > tr > th, .setup-confirmation table td:first-child {
padding-left: 3%;
}
.setup-confirmation .cell-website {
margin-right: 10px;
}
.setup-confirmation .loading-icon {
margin-top: 10px;
}
span.remark {
color: #a94442;
font-weight: bold;
}
span.ok {
color: #87c956;
}
.more-information {
line-height: 1.5;
font-size: 16px;
margin-top: 100px;
}