aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-02-28 09:56:37 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-02-28 09:56:37 -0600
commite5417ec123d62c414765341d98505213456d0b81 (patch)
tree523de2481b921ec04038381b770bd2eb821ceb21 /phpBB/styles/prosilver/theme
parentf665a4b5cfc5db317e04ff387d24c8a7553a3849 (diff)
parent18d85bfc118dc5a38867b2132ae9c78f7d18bbbf (diff)
downloadforums-e5417ec123d62c414765341d98505213456d0b81.tar
forums-e5417ec123d62c414765341d98505213456d0b81.tar.gz
forums-e5417ec123d62c414765341d98505213456d0b81.tar.bz2
forums-e5417ec123d62c414765341d98505213456d0b81.tar.xz
forums-e5417ec123d62c414765341d98505213456d0b81.zip
Merge remote-tracking branch 'remotes/VSE/ticket/11103-VSEphpbb' into ticket/11103
# By Matt Friedman # Via Matt Friedman * remotes/VSE/ticket/11103-VSEphpbb: [ticket/11103] Remove padding from notifications for now. [ticket/11103] Add newlines to bottom of css file [ticket/11103] HTML encode double arrow character [ticket/11103] Update styling of UCP Notifications in subsilver2 [ticket/11103] Update styling of UCP Notifications in prosilver [ticket/11103] Update styling of subsilver2 notification modal [ticket/11103] Update styling of prosilver notification modal [ticket/11103] Remove title attribute from notification link
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/common.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 3eb09492d5..02d891ab6a 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -767,3 +767,16 @@ p.rules a {
bottom: -11px;
left: -10px;
}
+
+.notification_list div.notifications {
+ padding: 5px;
+}
+
+.notification_list p.notifications_title {
+ font-weight: bold;
+}
+
+.notification_list p.notifications_time {
+ font-size: 11px;
+}
+