mirror of
https://github.com/esiur/esiur-js.git
synced 2025-06-27 15:23:11 +00:00
IIP v3.3
This commit is contained in:
2337
tools/manager/css/font-awesome.css
vendored
Normal file
2337
tools/manager/css/font-awesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
tools/manager/css/font-awesome.min.css
vendored
Normal file
4
tools/manager/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
67
tools/manager/css/style.css
Normal file
67
tools/manager/css/style.css
Normal file
@ -0,0 +1,67 @@
|
||||
|
||||
.app
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.app-tool-bar
|
||||
{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
background-color: var(--default-background-color);
|
||||
}
|
||||
|
||||
.app-center
|
||||
{
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
.app-content
|
||||
{
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.app-menu
|
||||
{
|
||||
min-width: 300px;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.app-status-bar
|
||||
{
|
||||
height: 60px;
|
||||
background-color: blue;
|
||||
|
||||
}
|
||||
|
||||
.browser
|
||||
{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.browser > .bar
|
||||
{
|
||||
width: 100%;
|
||||
flex-grow:2;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.browser > .table:nth-child(2)
|
||||
{
|
||||
width: 200px;
|
||||
height: calc(100% - 40px);
|
||||
}
|
||||
|
||||
.browser > .table:nth-child(3)
|
||||
{
|
||||
width: calc(100% - 200px);
|
||||
height: calc(100% - 40px);
|
||||
}
|
Reference in New Issue
Block a user