forked from extern/egroupware
Make context menu and nm header more visible in mobile theme, and style mail index rows
This commit is contained in:
parent
51f4efab20
commit
30be9b46ed
@ -799,7 +799,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||||
@media only screen and (max-device-width:1024px) {
|
@media only screen and (max-device-width:1024px) {
|
||||||
div#mail-index_nm {
|
div#mail-index_nm {
|
||||||
/*height: 100% !important;*/
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
/*Disable the preview spliter*/
|
/*Disable the preview spliter*/
|
||||||
div#mail-index_mailPreview, div.splitter-bar {
|
div#mail-index_mailPreview, div.splitter-bar {
|
||||||
@ -815,6 +815,15 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
div#mail-display.et2_container {
|
div#mail-display.et2_container {
|
||||||
min-height: initial;
|
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) ----------- */
|
/* tablets and smartphones (portrait) ----------- */
|
||||||
@media only screen
|
@media only screen
|
||||||
|
@ -792,7 +792,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||||
@media only screen and (max-device-width: 1024px) {
|
@media only screen and (max-device-width: 1024px) {
|
||||||
div#mail-index_nm {
|
div#mail-index_nm {
|
||||||
/*height: 100% !important;*/
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
/*Disable the preview spliter*/
|
/*Disable the preview spliter*/
|
||||||
div#mail-index_mailPreview,
|
div#mail-index_mailPreview,
|
||||||
@ -807,6 +807,13 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
div#mail-display.et2_container {
|
div#mail-display.et2_container {
|
||||||
min-height: initial;
|
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) ----------- */
|
/* tablets and smartphones (portrait) ----------- */
|
||||||
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
|
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
|
||||||
|
@ -6290,6 +6290,9 @@ a.textSidebox {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
#egw_fw_basecontainer {
|
#egw_fw_basecontainer {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,15 @@
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//###################
|
||||||
|
//# #
|
||||||
|
//# CONTEXT MENU #
|
||||||
|
//# #
|
||||||
|
//###################
|
||||||
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon
|
||||||
|
{
|
||||||
|
font-size:medium;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer{
|
#egw_fw_basecontainer{
|
||||||
background:white;
|
background:white;
|
||||||
|
Loading…
Reference in New Issue
Block a user