mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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:
parent
30be9b46ed
commit
176b12e18d
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -48,6 +48,21 @@
|
||||
{
|
||||
font-size:medium;
|
||||
}
|
||||
|
||||
//###################
|
||||
//# #
|
||||
//# Grid & NM #
|
||||
//# #
|
||||
//###################
|
||||
table.egwGridView_outer{
|
||||
thead{
|
||||
tr{
|
||||
th{
|
||||
font-size: small !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#egw_fw_basecontainer{
|
||||
background:white;
|
||||
|
Loading…
Reference in New Issue
Block a user