From 01b9f9a6adc9e457c54de0273330fd0edf477f1f Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 6 Feb 2009 16:37:01 +0000 Subject: styles for notifications git-svn-id: https://code.elgg.org/elgg/trunk@2672 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/notifications/css.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/notifications/views/default/notifications/css.php b/mod/notifications/views/default/notifications/css.php index c28de60cd..a46bd978d 100644 --- a/mod/notifications/views/default/notifications/css.php +++ b/mod/notifications/views/default/notifications/css.php @@ -3,6 +3,12 @@ text-align: left; vertical-align: middle; } +#notificationstable td.namefield p { + margin:0; + vertical-align: middle; + line-height: 1.1em; + padding:5px 0 5px 0; +} #notificationstable td.namefield img { padding:6px 10px 6px 3px; float:left; @@ -43,4 +49,16 @@ .notification_collections, .notification_personal { margin-bottom: 25px; -} \ No newline at end of file +} + +.settings_form .friendsPicker_container h3 { + color:#999999; + font-size:3em; + margin:0 0 20px; + text-align:left; + background: none; + border-bottom: none; +} + + + -- cgit v1.2.3