BUGFIX:SSF-106 added fix for no delete icons in ie7

This commit is contained in:
jbridson 2012-02-29 16:00:30 +13:00
parent c0f65bfbba
commit e4496fefc1
2 changed files with 16 additions and 0 deletions

View File

@ -14,3 +14,5 @@ html { overflow: hidden; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: none; }
.jstree li a .ui-icon { text-indent: 0px !important; }
.cms table.ss-gridfield-table tbody td button span.ui-button-text { zoom: 1; }

View File

@ -51,4 +51,18 @@ html {
// fix jstree themeroller plugin bug: tree disappear in IE7
.jstree li a .ui-icon {
text-indent: 0px !important;
}
.cms {
table.ss-gridfield-table {
tbody {
td {
button {
span.ui-button-text {
zoom:1;
}
}
}
}
}
}