From b46479190fd85a2c549afe0b9120fda1f29a7cf4 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Tue, 25 Mar 2014 23:53:52 +0100 Subject: [PATCH] [FIX] style fix in admin news and css --- .../site_assets/bootstrap/css/design/dark.css | 2 +- public/site_assets/bootstrap/css/mpos.css | 2 +- .../bootstrap/admin/news/default.tpl | 54 ++++++++++--------- 3 files changed, 30 insertions(+), 28 deletions(-) diff --git a/public/site_assets/bootstrap/css/design/dark.css b/public/site_assets/bootstrap/css/design/dark.css index 615d770a..6906b033 100644 --- a/public/site_assets/bootstrap/css/design/dark.css +++ b/public/site_assets/bootstrap/css/design/dark.css @@ -12,7 +12,7 @@ p { } #page-wrapper { - background-color: #222222; + background-color: #999999; } select, diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index ea1c8060..0329814f 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -33,7 +33,7 @@ p { position: inherit; margin: 0 0 0 250px; padding: 0 30px; - min-height: 1300px; + min-height: 900px; border-left: 1px solid #e7e7e7; font-size: 12px; } diff --git a/public/templates/bootstrap/admin/news/default.tpl b/public/templates/bootstrap/admin/news/default.tpl index f6ed05d0..8a45ae20 100644 --- a/public/templates/bootstrap/admin/news/default.tpl +++ b/public/templates/bootstrap/admin/news/default.tpl @@ -14,18 +14,18 @@
- - - - -
- - -
-
- - -
+ + + + +
+ + +
+
+ + +
@@ -35,24 +35,26 @@ +
{nocache} {section name=news loop=$NEWS} -
-
-
- {$NEWS[news].header} -
- posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"}{if $HIDEAUTHOR|default:"0" == 0} by {$NEWS[news].author}{/if} -
+
+
+
+ {$NEWS[news].header} +
+ posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"}{if $HIDEAUTHOR|default:"0" == 0} by {$NEWS[news].author}{/if} +
-
- {$NEWS[news].content nofilter} -
-