Small css fixes

pull/198/head
Aleksander Machniak 10 years ago
parent f331daffe1
commit b97939c102

@ -245,6 +245,7 @@
#subscription-table tr.root td {
font-size: 5%;
line-height: 5px;
height: 5px;
padding: 2px;
}

@ -1195,6 +1195,7 @@ a.iconlink.upload {
cursor: default;
padding: 4px 8px;
line-height: 17px;
height: 17px;
white-space: nowrap;
}
@ -2829,3 +2830,8 @@ ul.toolbarmenu li span.copy {
#image-selector-form.droptarget {
background: url(images/filedrop.png) center bottom no-repeat;
}
/** Common TinyMCE fixes **/
.mce-btn-small .mce-ico {
display: inline; /* for old Firefox */
}

Loading…
Cancel
Save