start editor

Former-commit-id: 7e783c70c379de0ae358ef3d887f0ebeb7926f57 [formerly abd06579471497ba043468705153bbb3eddc0a2d] [formerly 25b070c4daaa985ff8ce4a088f0bd61e56e98df8 [formerly 289171c092f335c78f860a35f3588102052a465e]]
Former-commit-id: ad79c60db1adb2008c47f66bf6ca9633243352e1 [formerly b121cb669150710898110d5a726ff7b6e3319d37]
Former-commit-id: b0f3fb734f550b7e6a6f46a40548ea40ecff614d
This commit is contained in:
Henrique Dias
2017-06-29 21:46:08 +01:00
parent 0bfd6cee55
commit effa906f7c
7 changed files with 183 additions and 200 deletions

View File

@@ -165,9 +165,9 @@
display: flex !important;
background: #f8f8f8;
position: fixed;
width: 78%;
width: calc(100% - 19em);
top: 4em;
left: 20%;
right: 1em;
z-index: 999;
padding: .85em;
border: 0;
@@ -182,16 +182,6 @@
margin-right: 3em;
}
#listing.list .header {
display: flex;
background: #fafafa;
position: fixed;
width: 100%;
top: 7.8em;
left: 0;
z-index: 999;
}
#listing.list .header a {
color: inherit;
}
@@ -249,3 +239,11 @@
#listing #multiple-selection i {
color: #fff;
}
@media (max-width: 1024px) {
#listing.list .item.header {
width: calc(100% - 2em);
right: 1em;
left: 1em;
}
}