Hide ULS trigger from unsupported browsers

For position=sidebar, the dummy "in other languages" section is
visible in the same manner as it is to browsers without JavaScript.

Bug: 49028
Change-Id: I931a2e904b37c754f63bfe5feb2d98bfe6c2747b
This commit is contained in:
Niklas Laxström
2013-06-04 09:19:11 +00:00
parent 361eb95f33
commit 0c53c38304
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* Don't show it to users who disabled JS */
.client-nojs #pt-uls {
visibility: hidden;
display: none;
}