diaspora/app/assets/stylesheets/admin.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

59 lines
812 B
SCSS

@import 'colors';
/** ADMIN STYlES **/
body > div.container {
margin-top: 40px;
padding-top: 1em;
}
#admin_nav {
font-size: 1em;
border-bottom: 2px solid #777;
margin-bottom: 20px;
ul {
display: inline;
}
li {
font-size: 0.8em;
display: inline;
margin-right: 0.5em;
a { color: $blue; }
}
}
/** user search **/
.users {
li.user {
border-bottom: 1px solid $light-grey;
margin-bottom: .4em;
padding-bottom: .4em;
&:last-child { border: none; }
.avatar {
width: 50px;
height: 50px;
}
.actions{ width: 150px; }
.pull-right .label{ display: inline-block; }
}
}
/** Invites panel **/
.more_invites{
#add-invites-section{
line-height: 34px;
margin-bottom: 15px;
}
}
/** reported posts **/
@import 'report';