Skip to content
Snippets Groups Projects
Unverified Commit 1ad36133 authored by Julius Haertl's avatar Julius Haertl
Browse files

Adjust shadows and fix positioning


Signed-off-by: default avatarJulius Haertl <jus@bitgrid.net>
parent b0c1460a
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
margin-top: 0; margin-top: 0;
padding-bottom: 10px; padding-bottom: 10px;
background-color: rgba(255, 255, 255, .97); background-color: rgba(255, 255, 255, .97);
box-shadow: 0 1px 10px rgba(50, 50, 50, .7); box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
border-radius: 3px; border-radius: 3px;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
...@@ -339,13 +339,12 @@ ...@@ -339,13 +339,12 @@
} }
#expanddiv { #expanddiv {
position: absolute; position: absolute;
right: 10px; right: 13px;
top: 45px; top: 45px;
z-index: 2000; z-index: 2000;
display: none; display: none;
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
border: 1px solid rgb(204, 204, 204); box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
box-shadow: 0 1px 10px rgba(50, 50, 50, .7);
border-radius: 3px; border-radius: 3px;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment