More style fixes.
This commit is contained in:
parent
bbd2bc37d6
commit
3b271f1f52
@ -103,24 +103,24 @@ span#info {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pinIcon {
|
#pinIcon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
right: 55px;
|
right: 55px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
background: center no-repeat;
|
background: center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pinIcon:hover {
|
#pinIcon:hover {
|
||||||
background-color: rgba(255,255,255,0.35);
|
background-color: rgba(255,255,255,0.35);
|
||||||
}
|
}
|
||||||
|
|
||||||
#pinIcon.released {
|
#pinIcon.released {
|
||||||
background-image: url('images/pin_up.png');
|
background-image: url('images/pin_up.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
#pinIcon.pinned {
|
#pinIcon.pinned {
|
||||||
background-image: url('images/pin_down.png');
|
background-image: url('images/pin_down.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebarBox {
|
#sidebarBox {
|
||||||
@ -406,6 +406,6 @@ canvas {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#loading {
|
#loading {
|
||||||
margin: 100px 0;
|
margin: 100px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user