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 {
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%;
}
}