1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

Add builder partial

This commit is contained in:
Michael Crosby 2013-06-18 15:10:13 -09:00
parent c4b0a2257f
commit fc01c93c27
5 changed files with 33 additions and 2 deletions

View file

@ -101,3 +101,12 @@
width: 80%;
margin: 0 auto;
}
#editor {
height: 300px;
width: 475px;
border: 1px solid #DDD;
border-radius: 4px;
border-bottom-right-radius: 0px;
margin-top: 5px;
}