Commit 084b6052 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[FOREST][SEARCH] istex iframe styling fix

parent bc0ef60d
...@@ -57,18 +57,6 @@ li#rename #rename-a { ...@@ -57,18 +57,6 @@ li#rename #rename-a {
text-decoration: none; text-decoration: none;
} }
#search-popup-tooltip {
position: absolute;
left: 300px;
top: -300px;
background-color: white;
z-index: 1000;
}
#search-popup-tooltip:hover {
border: none;
text-decoration: none;
}
#create-node-tooltip { #create-node-tooltip {
position: absolute; position: absolute;
left: 96px; left: 96px;
......
...@@ -54,18 +54,6 @@ li#rename ...@@ -54,18 +54,6 @@ li#rename
border: none border: none
text-decoration: none text-decoration: none
#search-popup-tooltip
position : absolute
left : 300px
top: -300px
background-color: white
z-index: 1000
&:hover
border: none
text-decoration: none
#create-node-tooltip #create-node-tooltip
position : absolute position : absolute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment