Files
espocrm/install/css/install.css
2014-06-05 17:28:45 +03:00

49 lines
543 B
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;
}
.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;
}