Roberto Sánchez
2014-02-05 8e6db5714c3884cc74c3230abf7b20589ccd1552
securis/src/main/resources/static/css/securis.css
....@@ -69,3 +69,22 @@
6969 min-height: 25px !important;
7070 height: 25px !important;
7171 }
72
+
73
+.btn-file {
74
+ position: relative;
75
+ overflow: hidden;
76
+}
77
+.btn-file input[type=file] {
78
+ position: absolute;
79
+ top: 0;
80
+ right: 0;
81
+ min-width: 100%;
82
+ min-height: 100%;
83
+ font-size: 999px;
84
+ text-align: right;
85
+ filter: alpha(opacity=0);
86
+ opacity: 0;
87
+ background: red;
88
+ cursor: inherit;
89
+ display: block;
90
+}