Skip to content

Commit afffd18

Browse files
committed
Merge branch 'master' of https://github.com/serghey-rodin/vesta
2 parents 8be65cf + 9f043d7 commit afffd18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/css/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,11 @@ form {
630630
border: 1px solid #c0c0c0;
631631
border-radius: 3px 3px 3px 3px;
632632
color: #555;
633-
font-size: 18px;
633+
font-size: 12pt;
634634
padding: 5px;
635635
width: 360px;
636636
height: 120px;
637+
font-family:Arial, Helvetica, sans-serif;
637638
}
638639

639640
.vst-textinput:hover {
@@ -657,6 +658,7 @@ form {
657658
padding: 5px;
658659
width: 360px;
659660
height: 28px;
661+
margin: 0 6px 0 0;
660662
}
661663

662664
.vst-input:hover {
@@ -688,6 +690,7 @@ form {
688690
.vst-checkbox {
689691
padding: 5px;
690692
font-size: 12pt;
693+
border: 1px solid #f7f6ed;
691694
}
692695

693696
.vst-checkbox:hover {
@@ -817,5 +820,4 @@ form {
817820
.hint {
818821
font-size: 14pt;
819822
color: #7fa1cb;
820-
padding: 5px;
821823
}

0 commit comments

Comments
 (0)