projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3758486
)
Fixed misplaced hint labels on some sites (#232).
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 28 Jul 2015 06:16:34 +0000
(08:16 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 28 Jul 2015 06:16:34 +0000
(08:16 +0200)
src/config.def.h
patch
|
blob
|
history
diff --git
a/src/config.def.h
b/src/config.def.h
index
a74ce73
..
cdbe177
100644
(file)
--- a/
src/config.def.h
+++ b/
src/config.def.h
@@
-85,7
+85,10
@@
/* CSS style use on creating hints. This might also be averrules by css out of
* $XDG_CONFIG_HOME/vimb/style.css file. */
-#define HINT_CSS "._hintLabel{\
+#define HINT_CSS "#_hintContainer{\
+position:static\
+}\
+._hintLabel{\
-webkit-transform:translate(-4px,-4px);\
position:absolute;\
z-index:100000;\