From dd689d5790c0376c108afb9decfaeccb070bf834 Mon Sep 17 00:00:00 2001 From: Stefan Reinhardt Date: Thu, 12 Jun 2014 10:34:39 +0000 Subject: [PATCH] Search - in Header Navigation etemplate = result + more --- etemplate/templates/pixelegg/app.css | 21 +++++++++++++++++++-- etemplate/templates/pixelegg/app.less | 20 ++++++++++++++++++-- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/etemplate/templates/pixelegg/app.css b/etemplate/templates/pixelegg/app.css index 1c6c5d2476..49b39287e3 100755 --- a/etemplate/templates/pixelegg/app.css +++ b/etemplate/templates/pixelegg/app.css @@ -118,10 +118,27 @@ button.et2_button { /** * SEARCH / Suchen */ +div.app_box { + display: inline; + float: left; + min-height: 30em; + margin: 0.3em; + background-color: #FFF; +} +div.app_box div { + display: inline; + margin: 0.3em; +} table.app_header { background-color: #FFF; - margin: 0.3em; - border: 19px solid white; + margin: 1em; + /*border: 19px solid white;*/ +} +table.app_header tr { + height: 1em; +} +table.app_header tr td { + height: 1em; } table.app_header td.app_icon img { width: 24px; diff --git a/etemplate/templates/pixelegg/app.less b/etemplate/templates/pixelegg/app.less index 922b06c8eb..87b98562da 100755 --- a/etemplate/templates/pixelegg/app.less +++ b/etemplate/templates/pixelegg/app.less @@ -139,12 +139,28 @@ button.et2_button { */ // Result +div.app_box { + display: inline; + float: left; + min-height: 30em; + margin: 0.3em; + background-color: #FFF; + + div {display: inline; margin: 0.3em;} +} + +// Single APP table.app_header { background-color: #FFF; - margin: 0.3em; - border: 19px solid white; + margin: 1em; + /*border: 19px solid white;*/ + tr {height: 1em; + + td {height: 1em;} + + } td.app_icon {