From a44a0e047a7582fe7e31743e1b03a17cf2987f73 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 9 Mar 2017 00:28:02 -0500 Subject: Created the ability to post ads, rating framework --- dash/css/dash.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'dash/css/dash.css') diff --git a/dash/css/dash.css b/dash/css/dash.css index b814fb0..29fb29f 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -54,8 +54,8 @@ body { font-weight: normal; text-decoration: none; color: #000000; - padding: 17px 0px; - margin: 0px 0.5em; + padding: 17px 0.5em; + margin: 0px; } #navlinks a:hover { color: #fb4d00; @@ -154,10 +154,14 @@ body { background-size: contain; background-repeat: no-repeat; } -.jobxbtn:hover, .appxbtn:hover { +.jobxbtn:hover { background-image: url('../img/x_hover.png'); cursor: pointer; } +.appxbtn:hover { + background-image: url('../img/x_red.png'); + cursor: pointer; +} #fulljob { margin: 2em auto 1em auto; position: absolute; @@ -335,3 +339,15 @@ h3 a:hover, h4 a:hover { .cbox .hr { width: 90%; } +.ratingdata { + display: block; + height: 16px; +} +.norating { + height: 16px; +} +.star { + width: 16px !important; + height: 16px !important; + margin: 0px 2px !important; +} -- cgit v1.2.3