From 12c01d45dee88d601d4a153bbb71ac74e190a4bc Mon Sep 17 00:00:00 2001 From: jbridson Date: Tue, 6 Mar 2012 15:00:36 +1300 Subject: [PATCH] MINOR:SSF-106 - added padding to the tfoot of the asset admin datagrid (for the styling of pagination) --- css/screen.css | 1 + scss/_AssetAdmin.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/css/screen.css b/css/screen.css index 988a3137..b8e60d3e 100644 --- a/css/screen.css +++ b/css/screen.css @@ -11,6 +11,7 @@ .CMSPageHistoryController del { background-color: #FDD; padding: 2px; color: #ff4444; } .cms .AssetAdmin #Form_EditForm_File td { padding-top: 0; padding-bottom: 0; } +.cms .AssetAdmin #Form_EditForm_File td.bottom-all { padding: 0.7em; } .cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail { padding: 0; width: 32px; height: 32px; display: block; } .cms .AssetAdmin #Form_EditForm_File td.col-StripThumbnail img { width: 32px; height: 32px; } .cms .AssetAdmin #Form_EditForm_File tr[data-class=Folder] td.col-StripThumbnail { background: transparent url(../../sapphire/admin/images/sprites-32x32/blue-folder-horizontal.png) no-repeat top left; } diff --git a/scss/_AssetAdmin.scss b/scss/_AssetAdmin.scss index 3fc02ae3..15c67865 100644 --- a/scss/_AssetAdmin.scss +++ b/scss/_AssetAdmin.scss @@ -4,6 +4,9 @@ // Taken care of by minimum image sizes padding-top: 0; padding-bottom: 0; + &.bottom-all { + padding:0.7em; + } } td.col-StripThumbnail { padding: 0;