| Index: static/styles.css |
| =================================================================== |
| --- a/static/styles.css |
| +++ b/static/styles.css |
| @@ -938,3 +938,13 @@ |
| #repoview table { |
| margin-top: 0.5em; |
| } |
| + |
| +div.tooltip { |
| + position: absolute; |
| + padding: 8px; |
| + background-color: #E5ECF9; |
| + border: 1px solid #93b7fa; |
| + border-radius: 4px; |
| + -webkit-border-radius: 4px; |
| + -moz-border-radius: 4px; |
| +} |