Continued work on media schedule panel.
This commit is contained in:
parent
42c20455e5
commit
07d1a37453
8 changed files with 344 additions and 67 deletions
|
|
@ -16,6 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
.cpanel-div{
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.cpanel-header-div{
|
||||
|
|
@ -37,4 +38,19 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
|
||||
.cpanel-header-icon{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cpanel-doc{
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.cpanel-body{
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#cpanel-div{
|
||||
display: flex;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue