| Index: skin/options.css | 
| =================================================================== | 
| --- a/skin/options.css | 
| +++ b/skin/options.css | 
| @@ -365,7 +365,8 @@ | 
| border-radius: 3px; | 
| } | 
|  | 
| -.table.list li .display | 
| +.table.list li .display, | 
| +.fill | 
| { | 
| flex: 1; | 
| line-height: 16px; | 
| @@ -883,15 +884,21 @@ | 
| Tooltips | 
| */ | 
|  | 
| +.read-more | 
| +{ | 
| +  color: #3A7BA6; | 
| +  font-size: 12px; | 
| +} | 
| + | 
| .tooltip | 
| { | 
| -  border-bottom: dashed 1px; | 
| -  color: #3A7BA6; | 
| +  display: inline-block; | 
| +  border-bottom: #3A7BA6 dashed 1px; | 
| cursor: default; | 
| -  font-size: 12px; | 
| height: 15px; | 
| line-height: 19px; | 
| margin: 0px 4px; | 
| +  padding-bottom: 2px; | 
| position: relative; | 
| text-decoration: none; | 
| } | 
| @@ -938,8 +945,8 @@ | 
| z-index: 1; | 
| } | 
|  | 
| -html[dir="ltr"] div[role="tooltip"].flip-vertical, | 
| -html[dir="rtl"] div[role="tooltip"]:not(.flip-vertical) | 
| +html[dir="ltr"] div[role="tooltip"].flip-horizontal, | 
| +html[dir="rtl"] div[role="tooltip"]:not(.flip-horizontal) | 
| { | 
| left: inherit; | 
| right: -20px; | 
| @@ -1056,8 +1063,8 @@ | 
| background-position: -71px -34px; | 
| } | 
|  | 
| -html[dir="ltr"] div[role="tooltip"].flip-vertical::before, | 
| -html[dir="rtl"] div[role="tooltip"]:not(.flip-vertical)::before | 
| +html[dir="ltr"] div[role="tooltip"].flip-horizontal::before, | 
| +html[dir="rtl"] div[role="tooltip"]:not(.flip-horizontal)::before | 
| { | 
| left: inherit; | 
| right: 30px; | 
|  |