Hello,
I have 2 custom commands and 1 close command. Though all the images are of same size they are not aligned and their size changes automaticaly. Plz see attached image.
CSS used:
Can you please suggest me css where it can be corrected each of size 16px and aligned in one line ?
I have 2 custom commands and 1 close command. Though all the images are of same size they are not aligned and their size changes automaticaly. Plz see attached image.
CSS used:
.CustomCommandRefresh { top:1px !important; height:16px !important; padding-bottom:0px !important; margin-bottom: 0px !important; background: url(/Images/arrow_rotate_clockwise.png) no-repeat !important; } .CustomCommandEdit { top:1px !important; height:16px !important; padding-bottom:0px !important; margin-bottom: 0px !important; background: url(/Images/cog_edit.png) no-repeat !important; } .CustomCommandClose .rdClose { top:1px !important; height:16px !important; padding-bottom:0px !important; margin-bottom: 0px !important; background: url(/Images/cross.png) no-repeat !important; } .rdCommands { position: absolute !important; right: 0px; top: 1px; height:100%; }Can you please suggest me css where it can be corrected each of size 16px and aligned in one line ?