mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
47 lines
506 B
CSS
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;
|
|
}
|
|
|