Arrow icons update

This commit is contained in:
jdescottes
2013-09-26 07:47:11 +02:00
parent 9395be3034
commit 3a8d96f840
5 changed files with 77 additions and 27 deletions

View File

@@ -72,6 +72,10 @@ body {
font-size: 0;
}
.layers-canvas {
opacity: 0.2;
}
.sticky-section {
position: fixed;
top: 0;
@@ -141,13 +145,17 @@ body {
}
.canvas.canvas-overlay {
.canvas.canvas-overlay, .canvas.layers-canvas {
position: absolute;
top: 0;
left: 0;
z-index: 10;
}
.canvas.layers-down-canvas {z-index: 7;}
.canvas.drawing-canvas {z-index: 8;}
.canvas.layers-up-canvas {z-index: 9;}
.canvas.canvas-overlay {z-index: 10;}
/**
* Animated preview styles.
@@ -181,22 +189,23 @@ body {
* Layers container
*/
.layers-container {
border : 1px solid #444;
font-size : medium;
border: 4px solid #888;
font-size: medium;
color: white;
text-align: left;
border-radius: 4px;
margin-top: 10px;
}
.layers-title {
padding : 10px;
padding: 8px;
margin: 0;
font-size : 18px;
background : #222;
font-size: 15px;
background: #222;
background-image: url('../img/layers.svg');
background-size: 24px 24px;
background-size: 22px;
background-repeat: no-repeat;
background-position: 95%;
background-position: 97%;
}
.layers-list {
@@ -224,6 +233,11 @@ body {
overflow : hidden;
}
.layers-button-arrow {
font-family : 'Lucida Grande', Calibri;
padding : 2px 6px 0 6px;
}
.layers-button {
line-height: 24px;
margin: 0;