summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-14 22:26:44 -0400
committerJune McEnroe <june@causal.agency>2020-07-14 22:26:44 -0400
commite0d90fac16a011be7697e1f8104e64d75bc1029a (patch)
treeeab008e51100cc0e3ffb2552d93f4b86345727db /default.css
parentAdd tidy option to events (diff)
downloadscooper-e0d90fac16a011be7697e1f8104e64d75bc1029a.tar.gz
scooper-e0d90fac16a011be7697e1f8104e64d75bc1029a.zip
Put events forms in a flex
Diffstat (limited to '')
-rw-r--r--default.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/default.css b/default.css
index 118da0d..574ffb2 100644
--- a/default.css
+++ b/default.css
@@ -48,11 +48,11 @@ body {
 	margin: auto;
 }
 
-h1, h2, nav, table, footer {
+h1, h2, nav, div, table, footer {
 	margin: 1rem 0;
 }
 
-nav {
+nav, nav + div {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: center;
@@ -74,6 +74,11 @@ nav ol li:first-child::before {
 	padding-left: 0;
 }
 
+label {
+	padding-left: 1ch;
+	margin-right: 1ch;
+}
+
 table {
 	border-spacing: 0;
 	/* Allow some room to start selecting from */
n title='2018-01-31 17:33:05 -0500'>2018-01-31Only load 128 glyphs in fbclockJune McEnroe There's no point loading more than ASCII since it doesn't interpret the unicode table at all. 2018-01-30Style tweak fbclockJune McEnroe 2018-01-30Remove Tarmak and Colemak keylayoutsJune McEnroe 2018-01-29Generalize hnelJune McEnroe It's like tr for PTYs. 2018-01-29Remove Tarmak remappings from vimJune McEnroe 2018-01-29Switch back to QWERTY on LinuxJune McEnroe I think the only thing I'll miss is N and E on home row (which was Tarmak 1, if I remember correctly). 2018-01-29Take fbclock font in env varJune McEnroe 2018-01-29Support fbclock fonts wider than 8June McEnroe 2018-01-29Take font path on fbclock argvJune McEnroe 2018-01-29Add fbclockJune McEnroe 2018-01-29Remove color from MakefileJune McEnroe 2018-01-29Set t_Co = 8June McEnroe Weirdly with t_Co = 16 yellow and bright white weren't showing up on TERM=linux. 2018-01-29Add :Q command aliasJune McEnroe It seemes I can't take my finger off the shift key fast enough. 2018-01-29Add setuid target for briJune McEnroe 2018-01-28Add init function to fb interfaceJune McEnroe 2018-01-28Add color.cJune McEnroe