mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-29 17:00:28 +01:00
53 lines
750 B
CSS
53 lines
750 B
CSS
|
|
.multipiler {
|
|
font-size: 20px;
|
|
color: rgb(0,44,105);
|
|
}
|
|
|
|
.multipiler-section {
|
|
width: 100%;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.glyphicon-remove {
|
|
color: #ee2222;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.glyphicon-ok {
|
|
color: #02B202;
|
|
font-size: 18px;
|
|
}
|
|
.glyphicon-ok:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.glyphicon-remove:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.add-matura-input {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.matura-multipiler-input {
|
|
width: 40px;
|
|
padding: 0;
|
|
margin-left: -8px;
|
|
text-align: center;
|
|
}
|
|
|
|
.matura-subjectid-input {
|
|
width: 75%;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.add-subject-field {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
@media screen and (max-width:992px) {
|
|
.mobile-mt-20 {
|
|
margin-top: 20px;
|
|
}
|
|
} |