Beautify stuff and remove useless stuff

pull/144/head
Henrique Dias 2017-07-04 16:55:36 +01:00
parent cdcaa9102b
commit b66f6bd78a
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
7 changed files with 407 additions and 401 deletions

View File

@ -107,7 +107,6 @@ export default {
'req',
'user',
'reload',
'baseURL',
'multiple'
]),
isListing () {

View File

@ -41,7 +41,8 @@ pre {
word-wrap: break-word;
}
input, button {
input,
button {
outline: 0 !important;
}

View File

@ -16,10 +16,17 @@ header a:hover {
color: inherit;
}
header>div:first-child>.action,
header img {
margin-right: 1em;
}
header img {
height: 2.5em;
margin-right: 1em;
vertical-align: middle;
}
header>div:first-child>.action {
display: none;
}
header>div {
@ -46,11 +53,11 @@ header > div:last-child {
justify-content: flex-end;
}
/* * * * * * * * * * * * * * * *
* MORE?? *
* * * * * * * * * * * * * * * */
#more {
display: none;
}
@ -79,6 +86,7 @@ header > div:last-child {
top: 4.5em;
}
/* * * * * * * * * * * * * * * *
* SEARCH BAR *
* * * * * * * * * * * * * * * */
@ -212,4 +220,3 @@ header > div:last-child {
#search:-ms-input-placeholder {
color: rgba(255, 255, 255, .5);
}

View File

@ -19,12 +19,19 @@
height: 100%;
width: 13em;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
transition: .2s ease-in-out left;
left: -14em;
}
#listing.list .item.header, main {
header>div:first-child>.action {
display: inherit;
}
header img {
display: none;
}
#listing.list .item.header,
main {
width: calc(100% - 2em);
}
main {
margin: 0 1em;
width: calc(100% - 2em);

View File

@ -5,7 +5,6 @@
@import "./prompts.css";
@import "./listing.css";
/* * * * * * * * * * * * * * * *
* ACTION *
* * * * * * * * * * * * * * * */
@ -63,8 +62,6 @@
background-color: rgba(0, 0, 0, 0.04);
}
#click-overlay {
display: none;
position: fixed;
@ -162,16 +159,11 @@
}
/* * * * * * * * * * * * * * * *
* PROMPT *
* * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * *
* FOOTER *
* * * * * * * * * * * * * * * */