Browse Source

Centering the popover.

pull/214/head
connors 11 years ago
parent
commit
5315126380
  1. 2
      dist/ratchet.css
  2. 2
      lib/sass/popovers.scss

2
dist/ratchet.css vendored

@ -840,7 +840,7 @@ input[type="button"] {
display: none; display: none;
width: 280px; width: 280px;
padding: 5px; padding: 5px;
margin-left: -146px; margin-left: -140px;
background-color: rgba(247, 247, 247, 0.98); background-color: rgba(247, 247, 247, 0.98);
border-radius: 6px; border-radius: 6px;
opacity: 0; opacity: 0;

2
lib/sass/popovers.scss

@ -10,7 +10,7 @@
display: none; display: none;
width: 280px; width: 280px;
padding: 5px; padding: 5px;
margin-left: -146px; margin-left: -140px;
background-color: $chrome-color; background-color: $chrome-color;
border-radius: 6px; border-radius: 6px;
opacity: 0; opacity: 0;

Loading…
Cancel
Save