Mobile theme styling

-Make mail display and compose dialog font size bigger
-Move change font size of grid&nm header to mobile css
This commit is contained in:
Hadi Nategh 2014-12-12 12:26:48 +00:00
parent 30be9b46ed
commit 176b12e18d
4 changed files with 28 additions and 3 deletions

View File

@ -820,8 +820,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
padding-top: 8px;
padding-bottom: 8px;
}
table.egwGridView_outer thead tr th {
/*Make Font size readable in mobile theme*/
#mail-compose .mailComposeHeaders span, #mail-compose .mailComposeHeadersSection span,
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > *{
font-size: small !important;
}
}

View File

@ -811,7 +811,13 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
padding-top: 8px;
padding-bottom: 8px;
}
table.egwGridView_outer thead tr th {
/*Make Font size readable in mobile theme*/
#mail-compose .mailComposeHeaders span,
#mail-compose .mailComposeHeadersSection span,
div.mailDisplayHeaders > span:first-child,
div.mailComposeHeaders > span:first-child,
div.mailComposeBody,
div.mailPreviewHeaders > * {
font-size: small !important;
}
}

View File

@ -6293,6 +6293,9 @@ a.textSidebox {
body div.dhtmlxMenu_egw_SubLevelArea_Polygon {
font-size: medium;
}
body table.egwGridView_outer thead tr th {
font-size: small !important;
}
#egw_fw_basecontainer {
background: white;
}

View File

@ -48,6 +48,21 @@
{
font-size:medium;
}
//###################
//# #
//# Grid & NM #
//# #
//###################
table.egwGridView_outer{
thead{
tr{
th{
font-size: small !important;
}
}
}
}
}
#egw_fw_basecontainer{
background:white;