Style changes

This commit is contained in:
2018-03-18 04:18:05 +01:00
parent 150a11a2a6
commit 864110e5e6
3 changed files with 9 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

View File

@@ -1,12 +1,15 @@
.divBoard {
position: relative;
height: 100%;
background-image: url(../Images/BGCork.png);
box-shadow: 0 0 10px black inset;
overflow: auto;
}
.divToolbox {
position: absolute;
background-color: rgb(127,127,255);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
min-width: 150px;
min-height: 50px;
padding: 5px;
@@ -64,12 +67,10 @@
.divCard {
position: absolute;
background-color: rgb(255,255,0);
box-shadow: 0 0 10px rgba(0,0,0,0.5);
min-width: 150px;
max-width: 250px;
min-height: 150px;
max-height: 250px;
background-color: rgb(255,255,127);
box-shadow: 0 3px 10px rgba(0,0,0,0.5);
width: 200px;
height: 150px;
padding: 5px;
border-radius: 2px;
overflow: auto;

View File

@@ -51,6 +51,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="Images\BGCork.png" />
<Content Include="priv\keep.txt" />
<Content Include="Scripts\01. Base.js" />
<None Include="packages.config" />