Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agb@immerda.ch
ipick
Commits
0d782b34
Commit
0d782b34
authored
Mar 11, 2020
by
o@immerda.ch
Browse files
make css more robust when including in site with existing styles
parent
e1109cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ipick.js
View file @
0d782b34
...
...
@@ -17,12 +17,10 @@
transparent 98%
);
}
#ipick-button img {
width: 10.9375em;
height: 7.8125em;
}
.ipick-menu {
position: fixed;
bottom: 0;
...
...
@@ -34,17 +32,31 @@
background-color: #222;
z-index: 1000;
}
.ipick-menu ul {
bottom: 200px;
position: absolute;
padding: 0em 4em;
margin: auto;
line-height: normal;
}
.ipick-menu ul li {
list-style: none;
padding: 0px;
margin: auto;
line-height: normal;
}
.ipick-menu ul li a {
color: green;
font-size: 20pt;
border: none;
padding: 0px;
margin: 0px;
line-height: normal;
}
.ipick-menu ul li a:hover {
border: none;
text-decoration: underline;
}
.ipick-open .ipick-menu {
max-width: 18.75em;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment