mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added webconsole to system pane, added tabs to system pane to allow for webconsole to be hidden/shown
This commit is contained in:
14
dist/css/custom.css
vendored
14
dist/css/custom.css
vendored
@@ -33,3 +33,17 @@
|
||||
width: 140px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.webconsole {
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
#console {
|
||||
height:500px;
|
||||
}
|
||||
|
||||
.systemtabcontent {
|
||||
height:100%;
|
||||
min-height:500px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user