projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac94a3a
)
(www-batch-ids-find): Add CSS setting for ".tooltip" and ".tooltip .
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 5 Oct 2016 07:03:42 +0000
(16:03 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 5 Oct 2016 07:03:42 +0000
(16:03 +0900)
tooltiptext".
www/www-ids-find.el
patch
|
blob
|
history
diff --git
a/www/www-ids-find.el
b/www/www-ids-find.el
index
1dce832
..
b42bf75
100644
(file)
--- a/
www/www-ids-find.el
+++ b/
www/www-ids-find.el
@@
-299,6
+299,13
@@
img { vertical-align:middle; }
a { text-decoration:none; }
ul { margin: 0 0; }
li { margin: 0 0 -0.2em; }
+.tooltip {
+ position: relative;
+ display: inline-block;
+}
+.tooltip .tooltiptext {
+ display: none;
+}
-->
</style>
</head>