mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-04 20:39:28 +00:00
10 lines
159 B
CSS
10 lines
159 B
CSS
/*smaller subject field*/
|
|
input[type=text] {
|
|
height: 28px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.msgfield label {
|
|
margin-bottom: 0px !important;
|
|
margin-top: 3px;
|
|
} |