mirror of
https://github.com/discourse/discourse.git
synced 2025-09-09 15:44:13 +08:00
Merge pull request #3997 from gschlager/datepicker
UX: Date Picker in user preferences was ugly
This commit is contained in:
commit
edfe14b1f1
1 changed files with 2 additions and 6 deletions
|
@ -197,9 +197,9 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
.user-invite-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 10px;
|
margin-top: 15px;
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -222,10 +222,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-invite-list {
|
|
||||||
margin-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-invite-controls {
|
.user-invite-controls {
|
||||||
background-color: dark-light-diff($primary, $secondary, 90%, -75%);
|
background-color: dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
padding: 5px 10px 0px 0;
|
padding: 5px 10px 0px 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue