diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-05-03 20:25:35 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-05-03 20:25:35 -0700 | 
| commit | 1e2a249c537ba4b0eb4b07b855511dec20d45c88 (patch) | |
| tree | ffb91c4f1282e89e5af09deb8ddf288557c0e75f /ext/fg/css | |
| parent | 2b3550bd337381ba602df9d89e143e2927df9797 (diff) | |
Show action icons
Diffstat (limited to 'ext/fg/css')
| -rw-r--r-- | ext/fg/css/frame.css | 12 | 
1 files changed, 11 insertions, 1 deletions
| 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; |