latest build

This commit is contained in:
Jeff Nusz 2017-03-17 16:31:28 -07:00
parent 0d7a89b7ea
commit ab80fca553
4 changed files with 55 additions and 19 deletions

View File

@ -51,37 +51,49 @@
-moz-transition: opacity 0.1s linear; -moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear; transition: opacity 0.1s linear;
border: 0; border: 0;
position: absolute;
line-height: 19px; line-height: 19px;
height: 20px; height: 20px;
/* TODO, these are style notes */ /* TODO, these are style notes */
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
background-color: #000; } background-color: #000; }
.dg.main .close-button.close-top {
position: relative; }
.dg.main .close-button.close-bottom {
position: absolute; }
.dg.main .close-button:hover { .dg.main .close-button:hover {
background-color: #111; } background-color: #111; }
.dg.a { .dg.a {
float: right; float: right;
margin-right: 15px; margin-right: 15px;
overflow-x: hidden; } overflow-x: hidden; }
.dg.a.has-save > ul { .dg.a.has-save > ul.close-top {
margin-top: 0; }
.dg.a.has-save > ul.close-bottom {
margin-top: 27px; } margin-top: 27px; }
.dg.a.has-save > ul.closed { .dg.a.has-save > ul.closed {
margin-top: 0; } margin-top: 0; }
.dg.a .save-row { .dg.a .save-row {
position: fixed;
top: 0; top: 0;
z-index: 1002; } z-index: 1002; }
.dg.a .save-row.close-top {
position: relative; }
.dg.a .save-row.close-bottom {
position: fixed; }
.dg li { .dg li {
-webkit-transition: height 0.1s ease-out; -webkit-transition: height 0.1s ease-out;
-o-transition: height 0.1s ease-out; -o-transition: height 0.1s ease-out;
-moz-transition: height 0.1s ease-out; -moz-transition: height 0.1s ease-out;
transition: height 0.1s ease-out; } transition: height 0.1s ease-out;
-webkit-transition: overflow 0.1s linear;
-o-transition: overflow 0.1s linear;
-moz-transition: overflow 0.1s linear;
transition: overflow 0.1s linear; }
.dg li:not(.folder) { .dg li:not(.folder) {
cursor: auto; cursor: auto;
height: 27px; height: 27px;
line-height: 27px; line-height: 27px;
overflow: hidden; overflow: visible;
padding: 0 4px 0 5px; } padding: 0 4px 0 5px; }
.dg li.folder { .dg li.folder {
padding: 0; padding: 0;
@ -108,7 +120,8 @@
text-overflow: ellipsis; } text-overflow: ellipsis; }
.dg .c { .dg .c {
float: left; float: left;
width: 60%; } width: 60%;
position: relative; }
.dg .c input[type=text] { .dg .c input[type=text] {
border: 0; border: 0;
margin-top: 4px; margin-top: 4px;
@ -129,7 +142,7 @@
.dg .slider-fg { .dg .slider-fg {
height: 100%; } height: 100%; }
.dg .c input[type=checkbox] { .dg .c input[type=checkbox] {
margin-top: 9px; } margin-top: 7px; }
.dg .c select { .dg .c select {
margin-top: 5px; } margin-top: 5px; }
.dg .cr.function, .dg .cr.function,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long