From 1fdebc658267cea794e3b3c9ca59758b621d8a84 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Wed, 5 Dec 2007 09:07:22 +0000 Subject: [PATCH] display font-size in notificationwindow smaller --- phpgwapi/templates/idots/css/idots.css | 8 ++++++++ phpgwapi/templates/jerryr/css/brushed-metal.css | 8 ++++++++ phpgwapi/templates/jerryr/css/jerryr.css | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/phpgwapi/templates/idots/css/idots.css b/phpgwapi/templates/idots/css/idots.css index a494d7dca2..5cf882a4b3 100755 --- a/phpgwapi/templates/idots/css/idots.css +++ b/phpgwapi/templates/idots/css/idots.css @@ -457,4 +457,12 @@ Preferences tabs padding-left: 15px; padding-right: 15px; } + +/* + Tables inside notification window +*/ +#notificationwindow_message > table +{ + font-size: 90% +} \ No newline at end of file diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index 73ccc868d3..fd43492b5b 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -717,3 +717,11 @@ body { padding-right: 15px; } +/* + Tables inside notification window +*/ +#notificationwindow_message > table +{ + font-size: 90% +} + diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index 05bcf2652a..cef2b0b2d4 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -640,3 +640,11 @@ body { padding-left: 15px; padding-right: 15px; } + +/* + Tables inside notification window +*/ +#notificationwindow_message > table +{ + font-size: 90% +}