mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +01:00
display font-size in notificationwindow smaller
This commit is contained in:
parent
15e9c36ca6
commit
1fdebc6582
@ -457,4 +457,12 @@ Preferences tabs
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Tables inside notification window
|
||||||
|
*/
|
||||||
|
#notificationwindow_message > table
|
||||||
|
{
|
||||||
|
font-size: 90%
|
||||||
|
}
|
||||||
|
|
@ -717,3 +717,11 @@ body {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Tables inside notification window
|
||||||
|
*/
|
||||||
|
#notificationwindow_message > table
|
||||||
|
{
|
||||||
|
font-size: 90%
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -640,3 +640,11 @@ body {
|
|||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Tables inside notification window
|
||||||
|
*/
|
||||||
|
#notificationwindow_message > table
|
||||||
|
{
|
||||||
|
font-size: 90%
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user