changes to lightbox buttons
This commit is contained in:
parent
a66ffc9385
commit
4f8b970fc7
|
@ -537,7 +537,10 @@ font-weight:bold;
|
|||
margin-bottom:6px;
|
||||
margin-top:6px}
|
||||
|
||||
.lightboxNext, lightboxPrev {
|
||||
.lightboxContainer
|
||||
{position:relative;}
|
||||
|
||||
.lightboxNext, .lightboxPrev {
|
||||
font-size:14px;
|
||||
color:#F7BD00;
|
||||
font-weight:bold;
|
||||
|
@ -545,6 +548,15 @@ cursor:pointer;
|
|||
position:absolute;
|
||||
bottom:10px;}
|
||||
|
||||
.lightboxPrev {
|
||||
position:absolute;
|
||||
left:10px;}
|
||||
|
||||
.lightboxNext
|
||||
{position:absolute;
|
||||
right:10px;}
|
||||
|
||||
|
||||
#addForm input, #addForm textarea {
|
||||
border:1px solid #e3e3e3;
|
||||
padding:2px 2px 2px 4px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user