Restyled buttonGroupAdd (fixing position issues)

This commit is contained in:
peteruithoven 2014-01-16 23:14:30 +01:00
parent 31cec107b0
commit 0c8856587d
1 changed files with 6 additions and 5 deletions

View File

@ -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;
} }
} }