[add] visual image for private link
This commit is contained in:
parent
0396d42bba
commit
bb2103a4a2
1 changed files with 42 additions and 38 deletions
|
@ -80,6 +80,11 @@ pre code {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#linklist li.private .linkeditbuttons {
|
||||||
|
background: url('../images/private.png') no-repeat 10px center;
|
||||||
|
padding: 0 0 0 55px;
|
||||||
|
}
|
||||||
|
|
||||||
.picwall_pictureframe img {
|
.picwall_pictureframe img {
|
||||||
border-radius: 0.1em;
|
border-radius: 0.1em;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -160,8 +165,7 @@ pre code {
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
@media handheld, only screen and (max-width: 560px), only screen and (max-device-width: 854px)
|
@media handheld, only screen and (max-width: 560px) , only screen and (max-device-width: 854px) {
|
||||||
{
|
|
||||||
#linklist {
|
#linklist {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in a new issue