Se corrige posición de la etiqueta de privacidad y se ajusta su presentación
This commit is contained in:
parent
49913ad11b
commit
a255a56704
7 changed files with 21 additions and 11 deletions
|
@ -1,14 +1,16 @@
|
|||
.private_page_flag,
|
||||
.private_wiki_flag {
|
||||
background: #D22;
|
||||
background: #d22;
|
||||
color: white;
|
||||
padding: 2px 2px 2px 2px;
|
||||
padding: 1px 2px;
|
||||
border-radius: 2px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.icon-setprivate{
|
||||
background-image: url(../images/hide.png);
|
||||
background-image: url(../images/hide.png);
|
||||
}
|
||||
|
||||
.icon-setpublic{
|
||||
background-image: url(../images/reveal.png);
|
||||
background-image: url(../images/reveal.png);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue