Files
espocrm/install/css/install.css
Taras Machyshyn bacd963307 fixed install
2014-03-11 16:39:34 +02:00

47 lines
506 B
CSS

.license-field {
width: 100%;
}
.point-lbl {
cursor: pointer;
}
select[name="user-lang"] {
width: 200px;
}
.subpanel {
text-align: left ;
}
.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;
}