lightbox close, shadow for thumbnails, etc
This commit is contained in:
parent
d3307dcefb
commit
ebe09bd100
|
@ -27,10 +27,11 @@ font-weight:bold;}
|
|||
.thumbsDetails
|
||||
{width:164px;
|
||||
height:114px;
|
||||
-moz-box-shadow:2px 2px 2px 1px #999;
|
||||
-webkit-box-shadow:2px 2px 2px 1px #999;
|
||||
box-shadow:2px 2px 2px 1px #999;
|
||||
margin:10px;}
|
||||
-moz-box-shadow:1px 1px 3px 3px #aaa;
|
||||
-webkit-box-shadow:1px 1px 3px 3px #aaa;
|
||||
box-shadow:1px 1px 3px 3px #aaa;
|
||||
margin:10px;
|
||||
cursor:pointer;}
|
||||
|
||||
.searchHighlight
|
||||
{background-color:#f7d76c;
|
||||
|
|
|
@ -347,7 +347,7 @@ height:150px;
|
|||
position:absolute;
|
||||
left:14px;
|
||||
top:12px;
|
||||
background-color:purple;
|
||||
background-color:#FFF;
|
||||
z-index:50;}
|
||||
|
||||
#textRight
|
||||
|
@ -443,7 +443,10 @@ z-index:1001;
|
|||
color:#737373;
|
||||
-moz-border-radius:12px;
|
||||
-webkit-border-radius:12px;
|
||||
border-radius:12px;} /*must have the highest z-index, just more than the lightbox*/
|
||||
border-radius:12px;
|
||||
background-image:url(/static/images/noel/close.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position:99% 1%;} /*must have the highest z-index, just more than the lightbox*/
|
||||
|
||||
#addForm input, #addForm textarea {
|
||||
border:1px solid #e3e3e3;
|
||||
|
|
Loading…
Reference in New Issue
Block a user