Skip to content

Commit

Permalink
magnifier border CSS style
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Feb 8, 2012
1 parent 0abb22b commit d51ead3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions css/magnifier-rounded.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@
height: 100px;
border-radius: 50px 50px 10px 50px;
overflow: hidden;
box-shadow: 0 0 0 2px white, 0 0 0 3px #7f7f7f;
border: 1px solid #7f7f7f;
}

.olMagnifierFactorDisplay {
padding: 4px;
border-radius: 10px 0 0 0;
border: 1px solid #7f7f7f;
border-right: none;
border-bottom: none;
}
4 changes: 2 additions & 2 deletions css/magnifier.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}

.olMagnifierFactorDisplay {
bottom: 5px;
right: 5px;
bottom: 0;
right: 0;
font-size: smaller;
background-color: #ddd;
padding: 2px;
Expand Down

0 comments on commit d51ead3

Please sign in to comment.