repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
mediawiki.rcfilters
/
styles
/
mw.rcfilters.ui.DatePopupWidget.less
blob
95c5d921e003a79c285a71f1fa476b37df6da93b
1
@import 'mediawiki.skin.variables.less';
2
3
.mw-rcfilters-ui-datePopupWidget {
4
margin-top: 1em;
5
border-top: @border-base;
6
padding-top: 1em;
7
8
&-title,
9
&-days,
10
&-hours {
11
margin: 0 0.9375em;
12
}
13
14
&-days {
15
margin-top: 0.7em;
16
margin-bottom: 0.625em;
17
}
18
19
&-title {
20
display: block;
21
font-weight: bold;
22
margin-bottom: 0.5em;
23
}
24
25
.mw-rcfilters-ui-valuePickerWidget-title {
26
color: @color-subtle;
27
}
28
}