Make context menu and nm header more visible in mobile theme, and style mail index rows

This commit is contained in:
Hadi Nategh 2014-12-12 11:09:55 +00:00
parent 51f4efab20
commit 30be9b46ed
4 changed files with 30 additions and 2 deletions

View File

@ -799,7 +799,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
@media only screen and (max-device-width:1024px) {
div#mail-index_nm {
/*height: 100% !important;*/
height: 100% !important;
}
/*Disable the preview spliter*/
div#mail-index_mailPreview, div.splitter-bar {
@ -815,6 +815,15 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
div#mail-display.et2_container {
min-height: initial;
}
table.egwGridView_grid tbody td {
padding-top: 8px;
padding-bottom: 8px;
}
table.egwGridView_outer thead tr th {
font-size: small !important;
}
}
/* tablets and smartphones (portrait) ----------- */
@media only screen

View File

@ -792,7 +792,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
@media only screen and (max-device-width: 1024px) {
div#mail-index_nm {
/*height: 100% !important;*/
height: 100% !important;
}
/*Disable the preview spliter*/
div#mail-index_mailPreview,
@ -807,6 +807,13 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
div#mail-display.et2_container {
min-height: initial;
}
table.egwGridView_grid tbody td {
padding-top: 8px;
padding-bottom: 8px;
}
table.egwGridView_outer thead tr th {
font-size: small !important;
}
}
/* tablets and smartphones (portrait) ----------- */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {

View File

@ -6290,6 +6290,9 @@ a.textSidebox {
z-index: 999;
padding-right: 5px;
}
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
font-size: medium;
}
#egw_fw_basecontainer {
background: white;
}

View File

@ -39,6 +39,15 @@
padding-right: 5px;
}
}
//###################
//# #
//# CONTEXT MENU #
//# #
//###################
div.dhtmlxMenu_egw_SubLevelArea_Polygon
{
font-size:medium;
}
}
#egw_fw_basecontainer{
background:white;