mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add a small margin between buttons during review
This commit is contained in:
parent
b25a1fdc53
commit
b5785f7ec8
1 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,7 @@ body {
|
||||||
button {
|
button {
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hitem {
|
.hitem {
|
||||||
|
@ -43,8 +44,6 @@ button {
|
||||||
|
|
||||||
#outer {
|
#outer {
|
||||||
border-top: 1px solid #aaa;
|
border-top: 1px solid #aaa;
|
||||||
padding: 9px;
|
|
||||||
padding-top: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#innertable {
|
#innertable {
|
||||||
|
|
Loading…
Reference in a new issue