display font-size in notificationwindow smaller

This commit is contained in:
Christian Binder 2007-12-05 09:07:22 +00:00
parent 15e9c36ca6
commit 1fdebc6582
3 changed files with 24 additions and 0 deletions

View File

@ -457,4 +457,12 @@ Preferences tabs
padding-left: 15px;
padding-right: 15px;
}
/*
Tables inside notification window
*/
#notificationwindow_message > table
{
font-size: 90%
}

View File

@ -717,3 +717,11 @@ body {
padding-right: 15px;
}
/*
Tables inside notification window
*/
#notificationwindow_message > table
{
font-size: 90%
}

View File

@ -640,3 +640,11 @@ body {
padding-left: 15px;
padding-right: 15px;
}
/*
Tables inside notification window
*/
#notificationwindow_message > table
{
font-size: 90%
}