From 1e2a249c537ba4b0eb4b07b855511dec20d45c88 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 3 May 2016 20:25:35 -0700 Subject: Show action icons --- ext/fg/css/frame.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ext/fg') diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index 39e6475b..d28816f8 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -58,6 +58,16 @@ body { background-color: #0275d8; } +.action-icons { + float: right; +} + +.action-icons:after { + clear: both; + content: ''; + display: block; +} + /* term styles */ .term-expression { @@ -93,7 +103,7 @@ body { .kanji-glyph { float: left; - font-family: "KanjiStrokeOrders"; + font-family: 'KanjiStrokeOrders'; font-size: 140px; line-height: 140px; padding: 0.01em; -- cgit v1.2.3