diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-16 21:28:51 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-16 21:28:51 -0700 |
| commit | ca71122b9a343bacd6c0b2933ddf295ebcff4f07 (patch) | |
| tree | 595a998026e0182fc04c4d7ecc7cbc6e14a70455 /dash/css/dash.css | |
| parent | 3d0d3a86106ece4ea298ab2f262b3af5ff8a7728 (diff) | |
| download | bulletin-ca71122b9a343bacd6c0b2933ddf295ebcff4f07.tar.gz | |
Final candidate for alpha version, moving to beta soon
Diffstat (limited to 'dash/css/dash.css')
| -rw-r--r-- | dash/css/dash.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index b2dbbef..6e625a4 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -123,6 +123,11 @@ body { text-decoration: none; font-weight: bold; } +.jobpay a { + color: #000000; + text-decoration: none; + font-style: italic; +} .jobblurb { padding: 1em; margin: 1em 1em 0 1em !important; @@ -379,3 +384,15 @@ h3 a:hover, h4 a:hover { .adtrash:hover { background-image: url('../img/trash_hover.png'); } +.rate-widget { + display: flex; + flex-direction: row; + justify-content: center; +} +.ratebtn { + margin: auto 5px; + cursor: pointer; +} +.ratebtn:hover { + background-image: url('../img/star_given.png'); +} |
