From f41ea296df3116dece5c80af238d8a5779e7a417 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 18 Sep 2013 12:50:09 +0200 Subject: [PATCH] [IMPROVEMENT] Fixed notification table layout and icons --- public/site_assets/test/css/layout.css | 10 +++++----- .../templates/test/account/notifications/default.tpl | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/site_assets/test/css/layout.css b/public/site_assets/test/css/layout.css index 220be7fd..fb326e94 100644 --- a/public/site_assets/test/css/layout.css +++ b/public/site_assets/test/css/layout.css @@ -442,18 +442,18 @@ margin-bottom: 8px} /* Content Manager */ -.tablesorter { +.tablesorter, .tablesorterpager { width: 100%; margin: -5px 0 0 0; } -.tablesorter td{ +.tablesorter, .tablesorterpager td{ margin: 0; padding: 0; border-bottom: 1px dotted #ccc; } -.tablesorter thead tr { +.tablesorter, .tablesorterpager thead tr { height: 34px; background: url(../images/table_sorter_header.png) repeat-x; text-align: left; @@ -461,11 +461,11 @@ text-indent: 10px; cursor: pointer; } -.tablesorter td { +.tablesorter, .tablesorterpager td { padding: 15px 10px; } -.tablesorter input[type=image] { +.tablesorter, .tablesorterpager input[type=image] { margin-right: 10px;} ul.tabs { diff --git a/public/templates/test/account/notifications/default.tpl b/public/templates/test/account/notifications/default.tpl index 9fd0d39f..3841d679 100644 --- a/public/templates/test/account/notifications/default.tpl +++ b/public/templates/test/account/notifications/default.tpl @@ -97,7 +97,7 @@ {/if} - + {/section}