diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-04 14:15:13 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-04 14:15:13 +0000 |
| commit | 6cd6a907c7d8503896a46f710bb75370f1abcf43 (patch) | |
| tree | 2ccec67b2d266917b7125fbb857dcea0f41f3e3a /phpBB/styles/prosilver/theme | |
| parent | 0e98a3aee813b4f83b1021d8204b38ba7fd319f0 (diff) | |
| download | forums-6cd6a907c7d8503896a46f710bb75370f1abcf43.tar forums-6cd6a907c7d8503896a46f710bb75370f1abcf43.tar.gz forums-6cd6a907c7d8503896a46f710bb75370f1abcf43.tar.bz2 forums-6cd6a907c7d8503896a46f710bb75370f1abcf43.tar.xz forums-6cd6a907c7d8503896a46f710bb75370f1abcf43.zip | |
Separate PM Reply and PM Reply to all in prosilver.
Style changes by dhn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 6 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 28 |
2 files changed, 34 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 28749dc0c4..7929bbefe4 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -868,6 +868,12 @@ dl.mini dt { color: #000000 !important; } +/* PM panel adjustments */ +.pm-panel-header, +#cp-main .pm-message-nav { + border-bottom-color: #A4B3BF; +} + /* PM marking colours */ .pmlist li.pm_message_reported_colour, .pm_message_reported_colour { border-left-color: #BC2A4D; diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index fa8899bae8..1e0edc616f 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -348,6 +348,34 @@ dl.mini dd { line-height: 2.5em; } +/* PM panel adjustments */ +.pm-panel-header { + margin: 0; + padding-bottom: 10px; + border-bottom: 1px dashed #A4B3BF; +} + +.reply-all { + display: block; + padding-top: 4px; + clear: both; + float: left; +} + +.pm-panel-message { + padding-top: 10px; +} + +.pm-return-to { + padding-top: 23px; +} + +#cp-main .pm-message-nav { + margin: 0; + padding: 2px 10px 5px 10px; + border-bottom: 1px dashed #A4B3BF; +} + /* PM Message history */ .current { color: #999999; |
