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

bootstrap-headerfix.sass « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89c51a992b78cfe63678ffae0d9cd93f850ccb7 (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
30
31
32
33
34
35
36
37
38
39
40
// A temporary fix for displaying the header in the single post view.
// Should be removed once everything uses Bootstrap.

header
  .container
    width: 950px
    .header-nav
      span
        a
          font-weight: bold
          font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
          font-size: 13px
    li
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
      font-size: 13px

  #conversations_badge, #notification_badge
    background: none
  

  #notification_badge.active
    @include border-radius(0)

  #global_search
    form
      input
        height: 15px
        color: black

  #notification_dropdown
    h4
      margin: 0
    .right
      a
        font-weight: bold
    .notification_element
      font-size: 13px
      .timeago
        border: medium none
        cursor: text