forked from extern/egroupware
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-right: 15px;
|
||||
}
|
||||
|
||||
/*
|
||||
Tables inside notification window
|
||||
*/
|
||||
#notificationwindow_message > table
|
||||
{
|
||||
font-size: 90%
|
||||
}
|
||||
|
@ -717,3 +717,11 @@ body {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
/*
|
||||
Tables inside notification window
|
||||
*/
|
||||
#notificationwindow_message > table
|
||||
{
|
||||
font-size: 90%
|
||||
}
|
||||
|
||||
|
@ -640,3 +640,11 @@ body {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
/*
|
||||
Tables inside notification window
|
||||
*/
|
||||
#notificationwindow_message > table
|
||||
{
|
||||
font-size: 90%
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user