mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
Restyled buttonGroupAdd (fixing position issues)
This commit is contained in:
parent
31cec107b0
commit
0c8856587d
@ -173,13 +173,14 @@
|
||||
#buttonGroupAdd {
|
||||
display: none;
|
||||
z-index: 1000;
|
||||
position: relative;
|
||||
margin-top: -60%;
|
||||
left: 60px;
|
||||
width: 140px; /*fixme: can this grow based on it's content?*/
|
||||
|
||||
margin-left: 70%;
|
||||
width: 200%;
|
||||
max-width: 140px; /*fixme: can this grow based on it's content?*/
|
||||
padding: 5% 0 5% 5%;
|
||||
#btnWordArt, #btnShape {
|
||||
width: 60px; /* scaled down >50% */
|
||||
float: left;
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user