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

report.css.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ee1789e79f4c8bedd95e0330fd043871d0eca6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#reports {
  padding-top: 2em;
  .content {
    float: left;
    span {
      display: block;
    }
  }
  .options {
    float: right;
  }
  .clear {
    clear: both;
    border-bottom: 1px solid #808080;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}