added UI to for unnamed authors

This commit is contained in:
Matthias Bartelmeß 2012-03-25 15:48:31 +02:00
parent 94a9795a04
commit e463273901
2 changed files with 28 additions and 4 deletions

View file

@ -116,6 +116,11 @@
padding-right: 0.4em;
}
#authorsList .author-anonymous {
padding-left: 0.6em;
padding-right: 0.6em;
}
#padeditor {
position: static;
}