add css for new file upload chooser

This commit is contained in:
Uwe Steinmann 2014-05-16 09:18:31 +02:00
parent 315111a778
commit a65ff953f5

View File

@ -43,6 +43,29 @@ ul.tree, ul.tree ul {
margin-left: 20px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 999px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
background: red;
cursor: inherit;
display: block;
}
input[readonly] {
background-color: white !important;
cursor: text !important;
}
@media (max-width: 480px) {
.nav-tabs > li {
float:none;