source: RedSur/app/assets/stylesheets/bootstrap-headerfix.scss @ 6b8adc0

modelo_minuta
Last change on this file since 6b8adc0 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 966 bytes
Line 
1// A temporary fix for displaying the header in the single post view.
2// Should be removed once everything uses Bootstrap.
3
4header {
5  .container {
6    width: 950px;
7    .header-nav {
8      span {
9        a {
10          font-weight: bold;
11          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
12          font-size: 13px;
13        }
14      }
15    }
16    li {
17      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
18      font-size: 13px;
19    }
20  }
21  #conversations_badge, #notification_badge {
22    background: none;
23  }
24  #notification_badge.active {
25    border-radius: 0;
26  }
27  #global_search {
28    form {
29      input {
30        height: 15px;
31        color: black;
32      }
33    }
34  }
35  #notification_dropdown {
36    h4 {
37      margin: 0;
38    }
39    .right {
40      a {
41        font-weight: bold;
42      }
43    }
44    .notification_element {
45      font-size: 13px;
46      .timeago {
47        border: medium none;
48        cursor: text;
49      }
50    }
51  }
52}
Note: See TracBrowser for help on using the repository browser.