mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
changes (sry)
This commit is contained in:
parent
aee5fecb88
commit
c51107a275
@ -100,67 +100,76 @@ body {
|
|||||||
height: 60%;
|
height: 60%;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
max-height: 450px;
|
max-height: 450px;
|
||||||
border: 4px solid #000;
|
/*border: 4px solid #000;*/
|
||||||
border-radius: 15px;
|
/*border-radius: 15px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#canvasContainers {
|
#canvasContainers {
|
||||||
|
display:table;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*height: 100%;*/
|
height: 100%;
|
||||||
background-color: #0e0;
|
padding: 0;
|
||||||
}
|
margin: 0;
|
||||||
|
/*border: 4px solid #000;*/
|
||||||
#mycanvas, #preview {
|
/*border-radius: 15px;*/
|
||||||
/*border: 1px solid #08c;*/
|
|
||||||
/*float:left;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mycanvasContainer {
|
#mycanvasContainer {
|
||||||
display: table-cell;
|
display:table-cell;
|
||||||
float:left;
|
width: auto;
|
||||||
|
height: 100%;
|
||||||
|
/*border: 4px solid #000;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#previewContainer {
|
#previewContainer {
|
||||||
display: table-cell;
|
display:table-cell;
|
||||||
|
width: 150px;
|
||||||
|
height: 100%;
|
||||||
|
/*border: 4px solid #000;*/
|
||||||
|
/*border-radius: 15px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#mycanvas {
|
/*#canvasContainers {*/
|
||||||
/*width: 500px;*/
|
|
||||||
/*height: 450px;*/
|
|
||||||
/*border: 0px solid #333;*/
|
|
||||||
border-right: 2px solid #333;
|
|
||||||
/*background-color: #f0f;*/
|
|
||||||
|
|
||||||
/*position: absolute;*/
|
/*position: absolute;*/
|
||||||
/*top: 0;*/
|
/*top: 0;*/
|
||||||
/*bottom: 0;*/
|
|
||||||
/*left: 0;*/
|
/*left: 0;*/
|
||||||
/*right: 0;*/
|
/*right: 0;*/
|
||||||
/*width: 80%;*/
|
/*bottom: 0;*/
|
||||||
/*float:left;*/
|
|
||||||
/*width: 100%;*/
|
/*width: 100%;*/
|
||||||
/*height: 100%;*/
|
/*background-color: #0e0;*/
|
||||||
background: #808;
|
/*}*/
|
||||||
|
|
||||||
|
#mycanvas {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
/*float: left;*/
|
||||||
|
border-width: 0px;
|
||||||
|
background-color: #f0f;
|
||||||
|
border-right: 2px solid #333;
|
||||||
|
/*border-radius: 15px;*/
|
||||||
|
/*border-radius: 15px;*/
|
||||||
|
border-radius-topleft: 15px;
|
||||||
|
/*border-radius-topright: 15px;*/
|
||||||
|
-moz-border-radius-topleft: 15px;
|
||||||
|
/*-moz-border-radius-topright: 15px;*/
|
||||||
|
-webkit-border-radius-topleft: 15px;
|
||||||
|
/*-webkit-border-radius-topright: 15px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#preview {
|
#preview {
|
||||||
/*border: 1px solid #f8c;*/
|
|
||||||
/*position: absolute;*/
|
|
||||||
/*right: 0px;*/
|
|
||||||
/*top: 0px;*/
|
|
||||||
|
|
||||||
float:right;
|
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #f44;
|
float: right;
|
||||||
|
margin: 0;
|
||||||
/*width: 150px;*/
|
padding: 0;
|
||||||
/*height: 450px;*/
|
border-width: 0px;
|
||||||
|
background-color: #0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#preview_tmp {
|
#preview_tmp {
|
||||||
|
Loading…
Reference in New Issue
Block a user