diff options
Diffstat (limited to 'dash/css/employer.css')
| -rw-r--r-- | dash/css/employer.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dash/css/employer.css b/dash/css/employer.css new file mode 100644 index 0000000..95d6049 --- /dev/null +++ b/dash/css/employer.css @@ -0,0 +1,17 @@ +#viewform { + width: 548px; + margin: 2em auto -1.25em; + font-size: 14pt; +} +#viewform select { + font-family: 'Myriad Pro'; + font-size: 12pt; + padding: 5px; + background-color: #ffffff; + border-style: solid; + border-width: 1px; + border-color: #dddddd; + border-radius: 5px; + color: #000000; + margin-left: 10px; +} |
