previously joined sessions

This commit is contained in:
Zachary Chai
2016-11-25 16:43:31 -05:00
parent 54347ac11b
commit bdee16f715
6 changed files with 59 additions and 18 deletions

View File

@ -14,6 +14,15 @@
// You should have received a copy of the GNU Lesser General Public License along
// with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
.meetings {
.previously-joined {
list-style-type: none;
margin:auto;
width: 200px;
padding: 0;
}
}
.rooms {
.table-wrapper {

View File

@ -74,7 +74,6 @@ html, body {
}
.panel-footer {
padding: 35px;
background-color: white;
}