1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -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-lighter: #ddd;
$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
// -------------------------------------------

View File

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