2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Merge pull request #3601 from techAPJ/patch-1

FEATURE: invite page tabs
This commit is contained in:
Robin Ward 2015-07-13 10:28:21 -04:00
commit 8a33fb9bd5
27 changed files with 170 additions and 93 deletions

View file

@ -184,6 +184,26 @@
max-height: 45px;
}
}

.user-invite-list {
margin-top: 15px;
}

.user-invite-controls {
background-color: dark-light-diff($primary, $secondary, 90%, -75%);
padding: 5px 10px 0px 0;
height: 35px;
}

.user-invite-search {
clear: both;
margin: 15px 0px -15px 0px;
}

.user-invite-none {
clear: both;
padding: 15px;
}
}

.about {