1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-08 14:56:35 +02:00

Back to a cleaner GUI.

This commit is contained in:
Lars Jung
2016-08-07 18:15:22 +02:00
parent 16926f821d
commit 4ccd4bb030
8 changed files with 6 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
}, },
"devDependencies": { "devDependencies": {
"babel-loader": "6.2.4", "babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0", "babel-preset-es2015": "6.13.2",
"eslint": "3.2.2", "eslint": "3.2.2",
"ghu": "0.11.0", "ghu": "0.11.0",
"jsdom": "9.4.1", "jsdom": "9.4.1",

View File

@@ -27,7 +27,7 @@
@col-back-native-selection: @col-pink-a200; @col-back-native-selection: @col-pink-a200;
@col-text: @col-text-primary-black; @col-text: @col-text-primary-black;
@col-back: @col-grey-100; @col-back: @col-white;
@col-back-paper: @col-white; @col-back-paper: @col-white;
@col-back-panel: @col-grey-50; @col-back-panel: @col-grey-50;
@col-text-hover: @col-blue-400; @col-text-hover: @col-blue-400;

View File

@@ -4,6 +4,7 @@
order: 1; order: 1;
padding: 16px 16px 16px 8px; padding: 16px 16px 16px 8px;
background: @col-back-panel;
border-right: 1px solid @col-border; border-right: 1px solid @col-border;
white-space: nowrap; white-space: nowrap;
max-width: 250px; max-width: 250px;

View File

@@ -4,10 +4,11 @@
flex: 0 0 auto; flex: 0 0 auto;
order: 0; order: 0;
background: @col-back-panel; background: @col-back-panel;
border-right: 1px solid rgba(0,0,0,0.08); border-right: 1px solid @col-border;
padding: 16px; padding: 16px;
position: absolute; position: absolute;
top: 48px;
min-height: 100%; min-height: 100%;
z-index: 1; z-index: 1;

View File

@@ -5,7 +5,7 @@
order: 1; order: 1;
background: @col-back-panel; background: @col-back-panel;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2); border-bottom: 1px solid @col-border;
z-index: 1; z-index: 1;
} }

View File

@@ -25,16 +25,10 @@
margin: 16px; margin: 16px;
#items {
.rounded;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}
.header { .header {
position: relative; position: relative;
white-space: nowrap; white-space: nowrap;
display: list-item; display: list-item;
background: @col-back-panel;
border-bottom: 1px solid rgba(0,0,0,0.07); border-bottom: 1px solid rgba(0,0,0,0.07);
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;

View File

@@ -20,7 +20,6 @@
margin: 8px; margin: 8px;
.item { .item {
.card;
.rounded; .rounded;
overflow: hidden; overflow: hidden;
float: left; float: left;
@@ -34,7 +33,6 @@
.square { .square {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
background: @col-back-panel;
} }
.label { .label {

View File

@@ -24,7 +24,6 @@
margin: 8px; margin: 8px;
.item { .item {
.card;
.rounded; .rounded;
overflow: hidden; overflow: hidden;
float: left; float: left;