From 83a30a9e2399cab8638ff1a644cf841f5dc3f5ad Mon Sep 17 00:00:00 2001
From: plegall
Date: Mon, 26 Sep 2016 15:18:55 +0200
Subject: [PATCH] feature #528, less borders!
---
admin/themes/clear/theme.css | 13 +++++++++++--
admin/themes/default/template/cat_list.tpl | 4 ++--
admin/themes/default/template/group_list.tpl | 2 +-
admin/themes/default/template/history.tpl | 2 +-
admin/themes/default/template/user_list.tpl | 2 +-
5 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index eff007248..cd70f30fe 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -69,7 +69,7 @@ h3, .throw, .row1 { background-color: #ddd; }
#content {
background: #f1f1f1;
- border: 1px solid #aaa;
+ border: 1px solid #f9f9f9;
min-height: 467px;
margin-left:217px;
margin-top: 7px;
@@ -91,7 +91,16 @@ UL.thumbnails span.wrap2 {
/* borders */
-fieldset { border: 2px solid #ddd; }
+fieldset {
+ border: none;
+ border-top: 2px solid #ddd;
+}
+
+fieldset.with-border {
+ border: 2px solid #ddd;
+}
+
+
TEXTAREA { cursor:text; font-size: 13px; }
.tagSelection label { padding-right:12px; }
.tagSelection LI.tagSelected {background-color:#dbe8f3;}
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index a8f976cf7..87c0b2d70 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -63,7 +63,7 @@ jQuery(document).ready(function(){
{if ($PARENT_EDIT)}| {'edit'|@translate}{/if}
{if count($categories)}