summaryrefslogtreecommitdiff
path: root/dash/css/dash.css
diff options
context:
space:
mode:
Diffstat (limited to 'dash/css/dash.css')
-rw-r--r--dash/css/dash.css22
1 files changed, 19 insertions, 3 deletions
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;
+}