2014-12-09 21:13:39 +01:00
|
|
|
body {
|
2014-12-10 15:21:17 +01:00
|
|
|
font-family: Helvetica, Abel, Arial;
|
|
|
|
font-size: 1em;
|
2014-12-09 21:13:39 +01:00
|
|
|
|
|
|
|
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
|
|
|
|
-moz-user-select: none; /* mozilla browsers */
|
|
|
|
-khtml-user-select: none; /* webkit (konqueror) browsers */
|
|
|
|
-ms-user-select: none; /* IE10+ */
|
|
|
|
}
|
|
|
|
|
2014-12-10 15:21:17 +01:00
|
|
|
button {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2014-12-09 21:13:39 +01:00
|
|
|
div.item {
|
2014-12-10 15:21:17 +01:00
|
|
|
width:150px;
|
|
|
|
height:130px;
|
2014-12-09 21:13:39 +01:00
|
|
|
border:1px solid black;
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: white;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.item.selected {
|
|
|
|
background-color: #7cf;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.item input[type='checkbox'] {
|
|
|
|
position: absolute;
|
2014-12-10 15:21:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#frmUpload {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type='file'] {
|
|
|
|
width: 1px;
|
|
|
|
opacity:0
|
|
|
|
}
|
|
|
|
|
|
|
|
#txtInfo {
|
|
|
|
float: right;
|
|
|
|
/*display: inline-block;*/
|
2014-12-17 10:02:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img#logo {
|
|
|
|
cursor: pointer;
|
2014-12-09 21:13:39 +01:00
|
|
|
}
|