1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 19:02:20 -05:00

lightbox background is clearer and fixed margin in dialog

This commit is contained in:
Tankred Hase 2013-11-14 10:15:24 +01:00
parent 2dd3280a18
commit 693a83f76b
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ $color-grey-medium: #aaa;
$color-grey-light: #ccc; $color-grey-light: #ccc;
$color-grey-lighter: #ddd; $color-grey-lighter: #ddd;
$color-grey-lightest: #f9f9f9; $color-grey-lightest: #f9f9f9;
$color-grey-dark-alpha: rgba(51, 51, 51, 0.95); $color-grey-dark-alpha: rgba(0, 0, 0, 0.80);
// Layout // Layout
// ------------------------------------------- // -------------------------------------------

View File

@ -13,13 +13,13 @@
p { p {
text-align: center; text-align: center;
max-width: 80%; max-width: 80%;
margin: 50px auto 90px auto; margin: 30px auto 70px auto;
} }
.control { .control {
position: absolute; position: absolute;
bottom: 15px; bottom: $lightbox-padding;
right: 15px; right: $lightbox-padding;
button { button {
width: 100px; width: 100px;