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