diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-01-16 00:03:17 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-01-16 00:03:17 +0200 |
commit | 74b09c01ffce189c73053f2d3749740254287aa7 (patch) | |
tree | 18cb21d170367d7b5c35a8b7b10b1e0e6f895c5c | |
parent | 63b037b4bd1d1d3650235081b8d834a27719d2e1 (diff) | |
download | forums-74b09c01ffce189c73053f2d3749740254287aa7.tar forums-74b09c01ffce189c73053f2d3749740254287aa7.tar.gz forums-74b09c01ffce189c73053f2d3749740254287aa7.tar.bz2 forums-74b09c01ffce189c73053f2d3749740254287aa7.tar.xz forums-74b09c01ffce189c73053f2d3749740254287aa7.zip |
[ticket/10431] Remove reply-all custom css
Remove CSS for reply-all button that is no longer used
PHPBB3-10431
-rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index da3ec1736e..e32ff8fcb8 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -287,20 +287,6 @@ dl.mini dd { line-height: 2.5em; } -/* PM panel adjustments */ -.reply-all a.left { - background-position: 3px 60%; -} - -.reply-all a.left:hover { - background-position: 0px 60%; -} - -.reply-all { - font-size: 11px; - padding-top: 5px; -} - /* Defined rules list for PM options */ ol.def-rules { padding-left: 0; |