diff --git a/VAR.Focus.Web/Images/BGCork.png b/VAR.Focus.Web/Images/BGCork.png new file mode 100644 index 0000000..2efccaf Binary files /dev/null and b/VAR.Focus.Web/Images/BGCork.png differ diff --git a/VAR.Focus.Web/Styles/05. Cards.css b/VAR.Focus.Web/Styles/05. Cards.css index 7b4d806..44b15c8 100644 --- a/VAR.Focus.Web/Styles/05. Cards.css +++ b/VAR.Focus.Web/Styles/05. Cards.css @@ -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; diff --git a/VAR.Focus.Web/VAR.Focus.Web.csproj b/VAR.Focus.Web/VAR.Focus.Web.csproj index 476c1f6..e654662 100644 --- a/VAR.Focus.Web/VAR.Focus.Web.csproj +++ b/VAR.Focus.Web/VAR.Focus.Web.csproj @@ -51,6 +51,7 @@ +