mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Added buttons and actions on create page
This commit is contained in:
parent
be9487e42f
commit
00b4d751ad
6 changed files with 19683 additions and 3 deletions
|
@ -62,4 +62,20 @@ body {
|
|||
|
||||
.page-header {
|
||||
margin: 5px 5px 20px 20px;
|
||||
}
|
||||
|
||||
#editor {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#xmlheight {
|
||||
height: 364px;
|
||||
}
|
||||
|
||||
.ace_editor {
|
||||
height: 350px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue