From c144ae3b9c9d93ad7731d061a7a77cfbfa77ae18 Mon Sep 17 00:00:00 2001 From: "tristan.champomier" Date: Sat, 24 Apr 2021 11:03:12 +0200 Subject: [PATCH] Fixed css for qware template --- .../addcom/actionadmin.mxt | 12 ++++----- data/template/qware/qware.css | 26 +++++++++++++++++++ 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/data/template/qware/object_coordination/addcom/actionadmin.mxt b/data/template/qware/object_coordination/addcom/actionadmin.mxt index 6669171..bd5d09b 100755 --- a/data/template/qware/object_coordination/addcom/actionadmin.mxt +++ b/data/template/qware/object_coordination/addcom/actionadmin.mxt @@ -52,7 +52,7 @@

-
+
* @@ -78,7 +78,7 @@
-
+
@@ -173,7 +173,7 @@

-
+
@@ -199,7 +199,7 @@
-
+
* @@ -225,7 +225,7 @@
-
+
@@ -251,7 +251,7 @@
-
+
diff --git a/data/template/qware/qware.css b/data/template/qware/qware.css index f15c7fd..8fa1540 100755 --- a/data/template/qware/qware.css +++ b/data/template/qware/qware.css @@ -165,6 +165,32 @@ margin-left: 6px; } +#tabListBlogs tr { +/* line-height: 12px; */ +} +#tabListBlogs tr td img { + max-height: 24px; +} +#tabListBlogs tr td.sorting_1 span.leftBloc{ +/* font-weight: bold; */ +/* float: left; */ +} +#tabListBlogs tr td.sorting_1 span.rightBloc{ +/* font-weight: bold; */ +/* float: right; */ +} +#tabListBlogs tr td span.leftBloc{ +/* float: left; */ +} +#tabListBlogs tr td span.rightBloc{ +/* float: right; */ +} +#tabListBlogs tr td a.title{ + text-decoration: none; + font-weight: bold; + color: #5882A1; +} + p .justify{ /* text-align: justify; */ /* text-justify: distribute-all-lines; */