diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 7c13f29..10fd62a 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -95,6 +95,11 @@ | |||
95 | .qr-hint { | 95 | .qr-hint { |
96 | padding: 2px; | 96 | padding: 2px; |
97 | } | 97 | } |
98 | .more-info { | ||
99 | cursor: help; | ||
100 | border-bottom: 1px dashed #000; | ||
101 | text-decoration: none; | ||
102 | } | ||
98 | </style> | 103 | </style> |
99 | </head> | 104 | </head> |
100 | <body> | 105 | <body> |
@@ -165,7 +170,7 @@ | |||
165 | <div class="row"> | 170 | <div class="row"> |
166 | <label class="col-sm-3 control-label" data-translate>Word Count</label> | 171 | <label class="col-sm-3 control-label" data-translate>Word Count</label> |
167 | <div class="word-count col-sm-3 form-control-static"></div> | 172 | <div class="word-count col-sm-3 form-control-static"></div> |
168 | <label class="col-sm-3 control-label" data-translate>Total Bits</label> | 173 | <label class="col-sm-3 control-label" data-translate><span class="more-info" data-translate-title title="Total bits of entropy may be less than indicated if any entropy event uses a weak source.">Total Bits</span></label> |
169 | <div class="bits col-sm-3 form-control-static"></div> | 174 | <div class="bits col-sm-3 form-control-static"></div> |
170 | </div> | 175 | </div> |
171 | <label class="col-sm-3 control-label" data-translate>Filtered Entropy</label> | 176 | <label class="col-sm-3 control-label" data-translate>Filtered Entropy</label> |