diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-07 21:10:01 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-07 21:10:01 -0500 |
| commit | f75fc7b47735ed73535478e4d70e62694247a586 (patch) | |
| tree | aa291d23da353c95ae8294022e319b7f1ad369a9 /dash/css | |
| parent | 957cb373d6c5d7b18813c23cf461f0dfd15333b6 (diff) | |
| download | bulletin-f75fc7b47735ed73535478e4d70e62694247a586.tar.gz | |
Started work on employer dashboard
Diffstat (limited to 'dash/css')
| -rw-r--r-- | dash/css/dash.css | 4 | ||||
| -rw-r--r-- | dash/css/employer.css | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index 3e79901..b814fb0 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -145,7 +145,7 @@ body { background-repeat: no-repeat; margin-right: 3px; } -.jobxbtn { +.jobxbtn, .appxbtn { display: block; width: 16px; height: 16px; @@ -154,7 +154,7 @@ body { background-size: contain; background-repeat: no-repeat; } -.jobxbtn:hover { +.jobxbtn:hover, .appxbtn:hover { background-image: url('../img/x_hover.png'); cursor: pointer; } 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; +} |
