fix positioning of 'admin' button in clapies style (#6242)

This commit is contained in:
Frédéric Péters 2015-01-06 11:46:37 +01:00
parent c7317d133a
commit 9113091155
1 changed files with 10 additions and 0 deletions

View File

@ -135,3 +135,13 @@ div#centre {
div#profile {
width: 1000px;
}
#toplinks a.restricted {
position: absolute;
top: 4px;
right: 5px;
}
#toplinks #welcome span {
background: none;
}