Widened post edit form

This commit is contained in:
Marcin Kurczewski 2014-11-30 11:58:39 +01:00
parent d8df51f0c0
commit 3c54671aeb

View file

@ -157,12 +157,17 @@
#post-view #post-edit-target {
padding: 1em;
width: 50%;
min-width: 30em;
position: absolute;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 1em 0.5em rgba(255, 255, 255, 0.8);
z-index: 2;
display: none;
}
#post-edit-target .form-wrapper {
min-width: 100%;
}
#post-view>* {
z-index: -1;
}