fix details for buttons in header and controls bar

This commit is contained in:
Jan-Christoph Borchardt 2013-11-19 15:54:27 +01:00 committed by Morris Jobke
parent c44f534c2b
commit d673dd066a
1 changed files with 5 additions and 1 deletions

View File

@ -22,13 +22,17 @@ body {
#public_upload,
#download {
font-weight:700;
margin: 0 0.4em 0 0;
margin: 0 0 0 .4em;
padding: 0 5px;
height: 32px;
float: left;
}
#openAsPhotoAlbum {
font-weight: normal;
}
.header-right #details {
margin-right: 28px;
}