Slightly offset the second popup if two are on at once

This commit is contained in:
Robin Ward 2013-03-15 16:05:57 -04:00
parent dd5885bf12
commit be01e7be60
1 changed files with 14 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
background-color: lighten($yellow, 40%);
border: 1px solid darken($yellow, 5%);
border: 1px solid darken($yellow, 10%);
padding: 10px;
width: 600px;
position: absolute;
@ -34,6 +34,19 @@
}
}
#similar-topics {
background-color: #b5e8fd;
border: 1px solid darken(#b5e8fd, 10%);
a[href] {
color: #000;
}
}
.composer-popup:nth-of-type(2) {
margin-left: 10px;
}
#reply-control {
.toggle-preview, .saving-draft {
position: absolute;