anki/web/reviewer-bottom.css
2017-08-12 17:04:07 +10:00

53 lines
580 B
CSS

body {
margin: 0px;
padding: 0;
}
button {
min-width: 60px;
white-space: nowrap;
}
.hitem {
margin-top: 2px;
}
.stat {
padding-top: 5px;
}
.stat2 {
padding-top: 3px;
font-weight: normal;
}
.stattxt {
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
}
.nobold {
font-weight: normal;
display: inline-block;
padding-top: 4px;
}
.spacer {
height: 18px;
}
.spacer2 {
height: 16px;
}
#outer {
border-top: 1px solid #aaa;
padding: 9px;
padding-top: 3px;
}
#innertable {
padding: 3px;
}