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, #public_upload,
#download { #download {
font-weight:700; font-weight:700;
margin: 0 0.4em 0 0; margin: 0 0 0 .4em;
padding: 0 5px; padding: 0 5px;
height: 32px; height: 32px;
float: left; float: left;
} }
#openAsPhotoAlbum {
font-weight: normal;
}
.header-right #details { .header-right #details {
margin-right: 28px; margin-right: 28px;
} }