Import panel

This commit is contained in:
jdescottes
2013-10-22 07:40:08 +02:00
parent 61419f0bba
commit 6c0f54032d
6 changed files with 130 additions and 102 deletions

View File

@@ -115,4 +115,40 @@
-moz-box-sizing:border-box;
background: rgba(0,0,0,0.5);
color: white;
}
/* Import panel */
.import-section {
margin: 15px 0;
}
.import-resize-field {
width: 30px;
margin: 0px 8px;
text-align: right;
}
.file-input-button {
margin: 0px 8px;
border-radius: 2px;
}
.file-input-status {
font-style: italic;
font-weight: normal;
text-shadow : none;
}
.import-button {
float: right;
padding : 8px 10px;
height: auto;
background: gold;
color: black;
text-shadow: 0px 1px 0 #fff;
border-radius: 2px;
font-size : 1.2rem;
border-color: rgb(179, 164, 0);
border-top-color: white;
border-bottom-color: rgb(151, 133, 0);
}

View File

@@ -246,35 +246,19 @@ body {
}
.layers-button {
height: 24px;
margin: 0;
width: 25%;
float : left;
border: none;
box-sizing: border-box;
border-top: 1px solid #666;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
background-color: #3f3f3f;
cursor: pointer;
color: white;
font-size: 0.7em;
font-weight: bold;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0 #000;
transition: background-color 0.2s linear;
}
/* @override */
.button.layers-button {
border-left-width: 0;
}
.layers-button:last-child {
border-right-width: 0;
}
.layers-button:hover {
text-decoration: none;
background-color: #484848;
color: gold;
}
/**
* User messages
*/