Style changes
This commit is contained in:
BIN
VAR.Focus.Web/Images/BGCork.png
Normal file
BIN
VAR.Focus.Web/Images/BGCork.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 458 KiB |
@@ -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;
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user