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 {