mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Merge "Update styles for user-interface-preferences in user links menu."
This commit is contained in:
commit
fcb1bf7a19
|
@ -1,4 +1,5 @@
|
|||
<div class="vector-user-links">
|
||||
{{#data-user-interface-preferences}}{{>Menu}}{{/data-user-interface-preferences}}
|
||||
{{#is-anon}}
|
||||
<div id="p-createaccount" class="vector-user-links-createaccount">
|
||||
{{#data-userlinks}}{{{html-create-account}}}{{/data-userlinks}}
|
||||
|
|
|
@ -115,4 +115,28 @@
|
|||
.vector-user-links-createaccount {
|
||||
margin-left: 0.75em;
|
||||
}
|
||||
|
||||
// Adjust the user-interface-preferences menu.
|
||||
.mw-portlet-user-interface-preferences {
|
||||
margin-top: -0.2em;
|
||||
margin-right: 0;
|
||||
padding: 0;
|
||||
|
||||
// Hide the heading of the user-interface-preferences menu.
|
||||
h3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li {
|
||||
font-size: 0.75em;
|
||||
|
||||
a {
|
||||
padding-left: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
ul.vector-menu-content-list {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue