Blame view

common/modules/fileloader/resources/fileloader.css 364 Bytes
14a09168   Alex Savenko   init commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  .fileloader-item-name {

      display: inline-block;

  }

  .fileloader-item-name a {

      text-decoration: none;

      border-bottom: dotted 1px;

  }

  .fileloader-item-name a:hover, .fileloader-item-name a:focus {

      text-decoration: none;

  }

  .fileloader-item-remove {

      padding-left: 10px;

      cursor: pointer;

  }

  .fileloader-file {

      position: relative;

  }