aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorMichael Miday <midaym@gmail.com>2015-09-16 17:22:26 +0200
committerMichael Miday <midaym@gmail.com>2015-09-17 18:37:30 +0200
commit91c4e8c5fbe092a7b4d08be610ac50830a149a27 (patch)
tree7a7a32c852960c689f38699dbdd563083ad9cba1 /phpBB/styles/prosilver/theme/common.css
parent6cccd3bcdd4da397382ce25de425a5d2149a4fc3 (diff)
downloadforums-91c4e8c5fbe092a7b4d08be610ac50830a149a27.tar
forums-91c4e8c5fbe092a7b4d08be610ac50830a149a27.tar.gz
forums-91c4e8c5fbe092a7b4d08be610ac50830a149a27.tar.bz2
forums-91c4e8c5fbe092a7b4d08be610ac50830a149a27.tar.xz
forums-91c4e8c5fbe092a7b4d08be610ac50830a149a27.zip
[ticket/12769] Misc Link fixes
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css14
1 files changed, 3 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 90ed7f4cc1..f41627e24f 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -123,6 +123,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
list-style-type: square;
}
+a:hover { text-decoration: underline; }
/* Main blocks
---------------------------------------- */
@@ -909,18 +910,9 @@ fieldset.fields1 dl.pmlist dd.recipients {
}
.phpbb_alert .alert_close {
- display: block;
float: right;
- width: 16px;
- height: 16px;
- overflow: hidden;
- text-decoration: none !important;
- background: transparent none 0 0 no-repeat;
- margin-top: -7px;
- margin-right: -31px;
-}
-.phpbb_alert .alert_close:hover {
- background-position: 0 -16px;
+ margin-right: -36px;
+ margin-top: -8px;
}
.phpbb_alert p {