aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-29 17:16:37 +0200
committerPayBas <contact@paybas.com>2014-06-15 10:02:10 +0200
commit976bda83dbfe207a29bf6c3a6fe72ceed75cd98f (patch)
tree66ea722fffa8368a70d72fe208f6dfdbb4071aee /phpBB/styles/prosilver/theme/common.css
parent49a1896a76f205b30f7daf41056dca445eecb1d7 (diff)
downloadforums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar
forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar.gz
forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar.bz2
forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.tar.xz
forums-976bda83dbfe207a29bf6c3a6fe72ceed75cd98f.zip
[ticket/12608] Improved LTR and various bugfixes
PHPBB3-12608
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css21
1 files changed, 11 insertions, 10 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 75ae7ae59d..05eeee8849 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1115,7 +1115,7 @@ form > p.post-notice strong {
.dropdown-extended ul li {
padding: 0;
- margin: 0;
+ margin: 0 !important;
float: none;
border-bottom: 1px solid;
list-style-type: none;
@@ -1160,8 +1160,8 @@ form > p.post-notice strong {
font-size: 1.1em;
}
-.dropdown-extended ul li a{
- padding: 10px;
+.dropdown-extended ul li a, .dropdown-extended ul li.no-url {
+ padding: 8px;
}
.dropdown-extended .footer > a {
@@ -1173,10 +1173,6 @@ form > p.post-notice strong {
text-decoration: none;
}
-.notification_list a.notification-block {
- padding: 8px;
-}
-
.notification_list ul li img {
float: left;
max-height: 50px;
@@ -1193,22 +1189,27 @@ form > p.post-notice strong {
.notification_list p.notification-reference,
.notification_list p.notification-location,
-.notification_list a.notification-block p.notification-reason {
+.notification_list li a p.notification-reason {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.notification_list p.notification-time {
- font-size: 0.9em;
+ font-size: 10px;
margin: 0;
text-align: right;
}
.notification_list div.notifications {
+ margin-left: 50px;
padding: 5px;
}
+.notification_list div.notifications a {
+ display: block;
+}
+
.notification_list p.notifications_title {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px !important;
@@ -1219,7 +1220,7 @@ form > p.post-notice strong {
}
.notification_list p.notifications_time {
- font-size: 11px !important;
+ font-size: 10px !important;
}
.notification_text {