diaspora/app/assets/stylesheets/bootstrap-headerfix.scss
Augier 207b6c6153 Port to Bootstrap 3
correcting images display on stream sidebar

Corrections on profile page
2015-06-04 18:05:43 +02:00

52 lines
961 B
SCSS

// 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 {
border-radius: 0;
}
#global_search {
form {
top: -3px;
input {
color: black;
}
}
}
#notification_dropdown {
h4 {
margin: 0;
}
.right {
a {
font-weight: bold;
}
}
.notification_element {
font-size: 13px;
.timeago {
border: medium none;
cursor: text;
}
}
}
}