fix details for buttons in header and controls bar
This commit is contained in:
parent
c44f534c2b
commit
d673dd066a
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue