From ad5b50d17051419d856acf100089e02620a1324d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 9 Dec 2015 13:29:38 +0000 Subject: [PATCH] Mobile theme W.I.P.: -Implement listview templates for projectmanager pricelist - Fix et2_hbox padding-bottom for etemplate2 --- pixelegg/css/mobile.css | 3 +++ pixelegg/css/mobile.less | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 5859ee8746..9dc06b1f10 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -7690,6 +7690,9 @@ span.egw_tutorial_title { border-radius: 0; border-left: 1px solid rgba(0, 0, 0, 0.15); } + body .et2_nextmatch table.egwGridView_grid tr div.h2_hbox { + padding-bottom: 4px; + } body .et2_nextmatch table.egwGridView_grid tr img { height: 12px; } diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 9a5befd654..03afb3ccf8 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -1237,6 +1237,9 @@ } table.egwGridView_grid { tr { + div.h2_hbox { + padding-bottom: 4px; + } img { height: 12px; }