summaryrefslogtreecommitdiff
path: root/ext/client.css
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-27 20:15:23 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-27 20:15:23 -0700
commitc8d0a8624f4925f8227be67da5f40d888e9e5756 (patch)
tree38f341d5db1f7b380c62de01098cde279d82aa30 /ext/client.css
parenta9fcc0cde6a09872e038e4aa4600d5cd80a71374 (diff)
Improved styling
Diffstat (limited to 'ext/client.css')
-rw-r--r--ext/client.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/client.css b/ext/client.css
index 93866f03..c8f58a37 100644
--- a/ext/client.css
+++ b/ext/client.css
@@ -20,9 +20,24 @@
background-color: #fff;
border: 1px solid #999;
box-shadow: 0 0 10px rgba(0, 0, 0, .5);
+ max-width: 50em;
padding: 10px;
pointer-events: none;
position: fixed;
width: auto;
z-index: 64;
}
+
+.yomichan-def-expression {
+ float: left;
+ font-weight: bold;
+}
+
+.yomichan-def-reading {
+ float: right;
+ font-weight: bold;
+}
+
+.yomichan-def-glossary {
+ clear: both;
+}