Move 'add frame button' to preview frames

and change UXD
This commit is contained in:
Vince
2013-06-13 17:39:12 +02:00
parent d1f292bd69
commit 9478055658
5 changed files with 36 additions and 12 deletions

View File

@@ -10,6 +10,31 @@
padding-right: 7px;
}
.add-frame-action {
border: #888 solid 4px;
font-size: 13px;
color: #888;
cursor: pointer;
padding: 6px 0;
border-radius: 4px;
margin-top: 8px;
background-image: url(../img/plus.png);
background-repeat: no-repeat;
background-position: 3px 7px;
background-size: 26px 26px;
text-indent: 18px;
background-color: #222;
}
.add-frame-action .label {
width: 80px;
margin: 0 auto;
}
.add-frame-action:hover {
border-color: gold;
}
.preview-tile {
position: relative;
border: #444 3px solid;

View File

@@ -185,6 +185,7 @@
/*
* Framesheet level actions:
*/
.tool-icon.save-icon {
background-image: url(../img/save.png);
background-position: 6px 6px;
@@ -208,7 +209,3 @@
color: #fff;
}
.tool-icon.tool-add-frame {
background-image: url(../img/actions/add.png);
}