mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 04:39:28 +00:00
15 lines
176 B
CSS
15 lines
176 B
CSS
.inline-inputfield {
|
|
width: auto;
|
|
display: inline;
|
|
}
|
|
|
|
.fa-edit {
|
|
cursor: pointer;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.fa-check {
|
|
cursor: pointer;
|
|
font-size: 1.4em;
|
|
}
|