Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
Jansy File Input plugin css changes
3
***/
4
 
5
.fileinput {
6
  margin-bottom: 0;
7
 
8
  .close {
9
    float: none;
10
  }
11
 
12
  .input-group {
13
  	white-space:nowrap;
14
  	overflow: hidden;
15
  }
16
}
17