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-03-05 12:48:16 +02:00

42 lines
512 B
CSS

#page-content {
position: relative;
max-width: 90%;
margin: 0 auto;
min-width: 400px;
}
.license-field {
width: 100%;
}
.point-lbl {
cursor: pointer;
}
select[name="user-lang"] {
width: 200px;
}
.panel-body {
min-height: 400px;
}
.btn-panel {
margin-top: 20px;
}
.panel-title {
text-align: center;
}
.loading-icon {
background-image: url("../img/loading-icon.gif");
background-repeat: no-repeat;
height: 31px;
width: 31px;
float: right;
}
.devices {
width: 50%;
height: 50%;
}