mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-01 02:37:05 +00:00
65c48d4eb2
Notes: * This is functional but intentionally not designed until the design has been finalized. * A feature flag is added that swaps out the limited width toggle with a settings cog * The preferences module is kept in a separate ResourceLoader module (skins.vector.clientPreferences) to make it more portable for when we eventually want to add it to Minerva as well. * Intentionally have not focused on non-jS version given we will likely revise this again in a future version/upstream to core. Bug: T345363 Change-Id: I0c793b73e0676e32f031c6168c292f63908c72e3
48 lines
565 B
Plaintext
48 lines
565 B
Plaintext
@import '../common/variables.less';
|
|
|
|
#vector-client-prefs {
|
|
> .vector-dropdown-content {
|
|
top: auto;
|
|
bottom: 40px;
|
|
right: 8px;
|
|
left: auto;
|
|
min-width: 340px;
|
|
padding: 40px;
|
|
|
|
> div {
|
|
margin: 8px 0;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
border: 0;
|
|
padding: 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
form {
|
|
> label {
|
|
display: block;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
fieldset {
|
|
border: 0;
|
|
padding: 10px 0 0;
|
|
display: block;
|
|
margin: 0;
|
|
|
|
> div {
|
|
display: block;
|
|
padding: 8px 0;
|
|
|
|
label {
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|