added files and tasks
This commit is contained in:
39
roles/jitsimeet/files/plugin.head.html
Normal file
39
roles/jitsimeet/files/plugin.head.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<style>
|
||||
.welcome .header{
|
||||
background-image: url(../images/welcome-background-cust.png);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.welcome .header .header-container{
|
||||
margin: 15% 32px 0 32px;
|
||||
}
|
||||
|
||||
.profile-edit-field:last-child{
|
||||
display: none;
|
||||
}
|
||||
|
||||
//.welcome-cards-container{
|
||||
// display: none;
|
||||
//}
|
||||
|
||||
.welcome-page-content{
|
||||
margin-top:40%;
|
||||
}
|
||||
|
||||
.welcome-tabs{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.meetings-list{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.welcome .page .page-content{
|
||||
margin: 15% 32px 0 32px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user