1
0
Fork 0
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:
Retspen 2015-03-10 11:15:36 +02:00
parent be9487e42f
commit 00b4d751ad
6 changed files with 19683 additions and 3 deletions

View file

@ -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;
}