Aleksander Machniak
2014-06-19 b97939c1022d95d2b698776a72186409b6f814d8
Small css fixes
2 files modified
7 ■■■■■ changed files
skins/larry/settings.css 1 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 6 ●●●●● patch | view | raw | blame | history
skins/larry/settings.css
@@ -245,6 +245,7 @@
#subscription-table tr.root td {
    font-size: 5%;
    line-height: 5px;
    height: 5px;
    padding: 2px;
}
skins/larry/styles.css
@@ -1195,6 +1195,7 @@
    cursor: default;
    padding: 4px 8px;
    line-height: 17px;
    height: 17px;
    white-space: nowrap;
}
@@ -2829,3 +2830,8 @@
#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 */
}