aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static/css/jm2l.css
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/static/css/jm2l.css')
-rw-r--r--jm2l/static/css/jm2l.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css
index de94fbf..016073c 100644
--- a/jm2l/static/css/jm2l.css
+++ b/jm2l/static/css/jm2l.css
@@ -44,13 +44,13 @@ a {
height:100px;
}
.invalid {
- background:url(../images/invalid.png) no-repeat 0 50%;
+ background:url(/img/invalid.png) no-repeat 0 50%;
padding-left:22px;
line-height:24px;
color:#ec3f41;
}
.valid {
- background:url(../images/valid.png) no-repeat 0 50%;
+ background:url(/img/valid.png) no-repeat 0 50%;
padding-left:22px;
line-height:24px;
color:#3aba34;
@@ -84,7 +84,8 @@ a {
opacity: 0.5;
position: absolute;
text-align: center;
- width: 15px;
+ width: 15px;
+ top: -20px;
}
.Ucarousel-control.left {
right: auto;