Welcome to mirror list, hosted at ThFree Co, Russian Federation.

status.less « stylesheets « AutoLogImporter « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c8a04c3dfe0d33f2f7469700feaea9c474244abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ul.autoLogImportInvalidFiles {
  list-style: circle;
  margin-top: 20px;
}

#listImportingFiles,
#listImportedFiles {
  table {
    max-width: 1000px;
    min-width: 600px;
  }

  .date_field {
    white-space: nowrap
  }

  .filename {
    width: 300px;
    word-break: break-all;
  }

  .icon-success {
    color: green;
  }

  .icon-error {
    color: #D4291F;
  }
}