Merge pull request #299 from flashbackzoo/pulls/fix-ie8-bottom-border

Fix IE8 bottom border on editor
This commit is contained in:
Christopher Pitt 2015-08-20 08:56:24 +12:00
commit d3e42f3490
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,9 @@
/**
* Styles for cms
*/
.cms .uf-field-editor {
padding-bottom: 0;
}
.cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item, .cms .uf-field-editor table.ss-gridfield-table .ss-gridfield-item:hover {
background: white;
}

View File

@ -4,7 +4,8 @@
.cms {
.uf-field-editor {
padding-bottom: 0;
// Row styles
table.ss-gridfield-table {
// Standard rows