diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-03-28 19:30:03 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-03-28 19:30:03 -0700 | 
| commit | 149e22baacf41ef18adf62b5e6e58d7942c5beb4 (patch) | |
| tree | aba6a3cc43307323e1ef22b24c1de274a2673987 | |
| parent | 7ec9e6fd88cf447ea0a6854f6549288b7caab11e (diff) | |
Styling
| -rw-r--r-- | ext/client.css | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/ext/client.css b/ext/client.css index 7691e7a9..ffc93be2 100644 --- a/ext/client.css +++ b/ext/client.css @@ -17,12 +17,15 @@   */  .yomichan-popup { +    all:              initial;      background-color: #fff;      border:           1px solid #999;      box-shadow:       0 0 10px rgba(0, 0, 0, .5);      color:            #000; +    font-family:      sans-serif; +    font-size:        1em;      max-height:       25em; -    max-width:        30em; +    max-width:        35em;      overflow-y:       scroll;      padding:          10px;      position:         fixed; @@ -32,12 +35,14 @@  .yomichan-def-expression {      float:       left; -    font-weight: bold; +    font-family: serif; +    font-size:   1.25em;  }  .yomichan-def-reading {      float:       right; -    font-weight: bold; +    font-family: serif; +    font-size:   1.25em;  }  .yomichan-def-glossary { |