diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-09 18:55:38 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-09 18:55:38 -0400 |
| commit | 37ef17fd2904e49d966ed0922871f675ceb384c0 (patch) | |
| tree | ee585ad1ec45ed93c9a2122c18ebf82698ea8eae /dash/css/jobs.css | |
| parent | 59d9ab47a3c2a30f4130efdb38466edcfd1fb3a8 (diff) | |
| download | bulletin-37ef17fd2904e49d966ed0922871f675ceb384c0.tar.gz | |
Rearrange ratings tab
Diffstat (limited to 'dash/css/jobs.css')
| -rw-r--r-- | dash/css/jobs.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/dash/css/jobs.css b/dash/css/jobs.css new file mode 100644 index 0000000..fa2a70e --- /dev/null +++ b/dash/css/jobs.css @@ -0,0 +1,40 @@ +.israted::before { + content: ''; + display: inline-block; + width: 12px; + height: 12px; + background-size: contain; + background-position: center center; + background-repeat: no-repeat; + margin-right: 3px; +} +.job.rated .israted::before { + background-image: url('../img/check_hover.png'); +} +.job.unrated .israted::before { + background-image: url('../img/check_blank.png'); +} +.israted { + font-weight: bold; +} +.jobtitle a { + font-weight: normal; + font-style: italic; +} +.jobblurb { + text-align: center; +} +.ratingdata { + height: 32px; +} +.star { + height: 32px !important; + width: 32px !important; +} +.ratecomment { + margin: 1em 0 0 0; + padding: 1em; + background-color: #ffffff; + border-radius: 5px; + box-shadow: 0px 0px 4px rgba(0,0,0,0.75); +} |
