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

View File

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