1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 08:43:02 +02:00

[ticket/12649] Restore missing css and fix html file

PHPBB3-12649
This commit is contained in:
RMcGirr83
2015-11-04 13:11:15 -05:00
parent b0660c47df
commit 32d6d2a94e
3 changed files with 12 additions and 1 deletions

View File

@@ -88,6 +88,10 @@
/* Dropdown menu
---------------------------------------- */
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
float: right;
}
.rtl .dropdown li {
text-align: right;
}

View File

@@ -391,6 +391,10 @@ ul.linklist.bulletin > li.no-bulletin:before {
top: auto;
}
.dropdown-container.topic-tools {
float: left;
}
.dropdown-up .dropdown {
top: auto;
bottom: 1.2em;