mirror of
https://github.com/jech/galene.git
synced 2024-11-12 19:55:59 +01:00
Fixed size for both present and unpresent button
To prevent size of menu to change when user click on present the unpresent button
This commit is contained in:
parent
1a11548192
commit
29e98f4f37
1 changed files with 3 additions and 0 deletions
|
@ -658,7 +658,10 @@ h1 {
|
||||||
#presentbutton, #unpresentbutton {
|
#presentbutton, #unpresentbutton {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-right: 0.4em;
|
margin-right: 0.4em;
|
||||||
|
margin-top: .1em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
text-align: left;
|
||||||
|
width: 5.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#videoselect {
|
#videoselect {
|
||||||
|
|
Loading…
Reference in a new issue