General improvements to the UI

More work still needed, but still a meaningful step forward.
This commit is contained in:
Giulio Cesare Solaroli
2015-02-04 23:44:32 +01:00
parent 3d17482db4
commit dac835b5c6
12 changed files with 414 additions and 148 deletions

View File

@@ -228,6 +228,9 @@ div.cardContent {
@include flex($cardListWidth, 0);
overflow-y: scroll;
z-index: 5;
box-shadow: 2px 0 6px 0 rgba(0,0,0, 0.1);
div.cardToolbar.narrow {
}
@@ -247,7 +250,8 @@ div.cardContent {
position: relative;
bottom: 0px;
font-size: 75pt;
color: blue;
// color: blue;
color: #aaa;
width: 100px;
height: 100px;
@@ -258,6 +262,12 @@ div.cardContent {
margin-bottom: 10px;
cursor: pointer;
&:hover {
// color: $clipperz-orange;
color: green;
// color: brown;
};
}
}
@@ -284,6 +294,10 @@ div.cardContent {
background-color: white;
}
}
.mask {
background-color: rgba(255, 255, 255, 0.8);
}
}
& > div.view /*, & > div.editWrapper > div.edit */ {

View File

@@ -1,7 +1,7 @@
.tagEditor {
&.readWrite {
border: 1px solid red;
// border: 1px solid red;
}
ul {