-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonations-buttons-margins.user.css
43 lines (40 loc) · 1.26 KB
/
donations-buttons-margins.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* ==UserStyle==
@name ESA donations :: user friendly button margins
@author https://github.com/rybak
@homepageURL https://github.com/rybak/esa-tweaks
@version 4
@license MIT; https://github.com/rybak/esa-tweaks/blob/main/LICENSE.txt
@namespace github.com/openstyles/stylus
==/UserStyle== */
@-moz-document
url-prefix("https://donations.esamarathon.com/admin/process_pending_bids"),
url-prefix("https://uksg.esamarathon.com/admin/process_pending_bids"),
url-prefix("https://tracker.bsgmarathon.com/admin/process_pending_bids"),
url-prefix("https://bsgmarathon.com/tracker/admin/process_pending_bids")
{
/*
* Make buttons more user-friendly on /admin/process_pending_bids
*/
#id_result_set tr > td:nth-child(4) > button {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#id_result_set tr > td:nth-child(4) > button:nth-child(1) {
margin-right: 2em;
}
}
@-moz-document
url-prefix("https://donations.esamarathon.com/admin/process_donations"),
url-prefix("https://bsgmarathon.com/tracker/admin/process_donations")
{
/*
* Make buttons more user-friendly on /admin/process_donations
*/
#id_result_set tr > td:nth-child(4) > button {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#id_result_set tr > td:nth-child(4) > button:nth-child(1) {
margin-right: 2em;
}
}