Skip to content

Commit 3b7c8d7

Browse files
committed
fixing form widths
1 parent ba95807 commit 3b7c8d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

resources/css/doc.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
@charset "utf-8";
22
/* CSS Document */
33

4+
.form-group select {
5+
width:8em;
6+
padding-right: 4px;
7+
}
8+
9+
.form-group input {
10+
width:20em;
11+
}
12+
13+
table a {
14+
padding-left:3px;
15+
padding-right:3px;
16+
}
17+
418
span.score {
519
color: #B2B2B2;
620
}

0 commit comments

Comments
 (0)