design change in album view

This commit is contained in:
Harry Bomrah 2013-11-06 16:34:09 +08:00 committed by saurabhbhatia
parent c158108576
commit f191029279
1 changed files with 13 additions and 9 deletions

View File

@ -17,7 +17,7 @@
#orbit_gallery .rgalbum:hover {
box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
#orbit_gallery .rgalbum a {
#orbit_gallery .rgalbum > a {
position: relative;
display: block;
overflow: hidden;
@ -35,7 +35,7 @@
#orbit_gallery .rgalbum:hover a img {
-webkit-filter: blur(2px);
}
#orbit_gallery .rgalbum a:after {
#orbit_gallery .rgalbum > a:after {
content: "";
position: absolute;
top: 0;
@ -95,15 +95,24 @@
display: inline-block;
float: left;
color: #777777;
font-size: 11px;
font-size: 1.2em;
line-height: 20px;
cursor: pointer;
}
#orbit_gallery .rgalbum .gallery_info li > a {
display: inline-block;
margin-left: 5px;
color: #777777;
}
#orbit_gallery .rgalbum .gallery_info li:hover > a {
color: #E41B2B;
text-decoration: none;
}
#orbit_gallery .rgalbum .gallery_info li:hover {
color: #0088CC;
}
#orbit_gallery .rgalbum .gallery_info li .icons-tag {
margin-left: 10px;
margin-left: 3px;
}
#orbit_gallery .rgalbum .gallery_info li.albumcateg {
float: right;
@ -231,11 +240,6 @@
max-width: none;
}
.gallery_info.clearfix a {
max-height: 20px;
max-width: 15px;
}
#imgholder .rgalbum .check {
position: absolute;
top: 0;