From f818d0ec08ebf0f75f3cc12133a21706825562bb Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 22 Dec 2015 09:50:24 +0000 Subject: [PATCH] Mobile theme W.I.P.: - Fix couple of glitches for AB - Give a default color to cat color column --- addressbook/templates/mobile/index.xet | 6 +++--- addressbook/templates/pixelegg/app.css | 8 +++----- addressbook/templates/pixelegg/app.less | 8 +++----- pixelegg/css/mobile.css | 6 ++++++ pixelegg/css/mobile.less | 9 +++++++++ 5 files changed, 24 insertions(+), 13 deletions(-) diff --git a/addressbook/templates/mobile/index.xet b/addressbook/templates/mobile/index.xet index 519b3601e3..1ea5f530a6 100644 --- a/addressbook/templates/mobile/index.xet +++ b/addressbook/templates/mobile/index.xet @@ -36,11 +36,11 @@ - + - - + + diff --git a/addressbook/templates/pixelegg/app.css b/addressbook/templates/pixelegg/app.css index c08776da00..73f696d517 100755 --- a/addressbook/templates/pixelegg/app.css +++ b/addressbook/templates/pixelegg/app.css @@ -530,19 +530,17 @@ input.et2_radiobox { } #addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='email]'] { font-size: 9pt; - padding-left: 4px; - padding-bottom: 2px; + padding-left: 3px; display: inline; overflow: hidden; text-overflow: ellipsis; - padding-bottom: 5px; - color: #2C6398; + color: #26537c; } #addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_cell]'], #addressbook-index table.egwGridView_outer tbody a[id^='addressbook-index_'][id$='tel_work]'] { font-size: 9pt; - display: inline-block; padding-left: 3px; + display: inline; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/addressbook/templates/pixelegg/app.less b/addressbook/templates/pixelegg/app.less index ff398a1e20..e0fcd764a7 100755 --- a/addressbook/templates/pixelegg/app.less +++ b/addressbook/templates/pixelegg/app.less @@ -440,20 +440,18 @@ div.addressbook_edit_general_picture img { } a[id^='addressbook-index_'][id$='email]']{ .mob-fontsize-s; - padding-left: 4px; - padding-bottom:2px; + padding-left: 3px; display: inline; overflow: hidden; text-overflow: ellipsis; - padding-bottom: 5px; - color: #2C6398; + color: #26537c; } a[id^='addressbook-index_'][id$='tel_cell]'], a[id^='addressbook-index_'][id$='tel_work]'] { .mob-fontsize-s; - display: inline-block; padding-left: 3px; + display: inline; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index b459b5361c..cff8f7db05 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6705,6 +6705,9 @@ span.egw_tutorial_title { width: 10px; display: block; } + body table.egwGridView_outer tbody tr td span.cat_.mobile_cat_col { + background: #F5F5F5; + } #egw_fw_basecontainer { background: white; } @@ -7748,6 +7751,9 @@ span.egw_tutorial_title { body .et2_nextmatch .egwGridView_outer thead tr th { font-size: large; } + body .et2_nextmatch .egwGridView_outer td img { + border: none; + } body .dtree img { width: 24px !important; height: 24px !important; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 430ba328a6..db461c0a4b 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -137,6 +137,10 @@ top:0; width:10px; display: block; + + } + span.cat_.mobile_cat_col { + background: #F5F5F5; } } } @@ -1296,6 +1300,11 @@ thead tr th { font-size: large; } + td { + img{ + border:none; + } + } } }