diff --git a/.vs/MAPO.sqlite b/.vs/MAPO.sqlite index 7ea9d991..cd2ab83c 100644 Binary files a/.vs/MAPO.sqlite and b/.vs/MAPO.sqlite differ diff --git a/.vs/config/applicationhost.config b/.vs/config/applicationhost.config index d00400ec..82e3e272 100644 --- a/.vs/config/applicationhost.config +++ b/.vs/config/applicationhost.config @@ -162,7 +162,7 @@ - + @@ -170,7 +170,7 @@ - + @@ -178,7 +178,7 @@ - + @@ -186,7 +186,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -202,7 +202,7 @@ - + diff --git a/MP/Content/Site.css b/MP/Content/Site.css index 8422e6a8..aed0019f 100644 --- a/MP/Content/Site.css +++ b/MP/Content/Site.css @@ -21,4 +21,10 @@ textarea { } .fullWidth { width: 100%; +} +.text-white { + color: white; +} +.text-gray { + color: #696969; } \ No newline at end of file diff --git a/MP/Content/Site.less b/MP/Content/Site.less index 0ca7b2cb..d94ffd22 100644 --- a/MP/Content/Site.less +++ b/MP/Content/Site.less @@ -23,6 +23,14 @@ textarea { max-width: 280px; } -.fullWidth{ +.fullWidth { width: 100%; -} \ No newline at end of file +} + +.text-white { + color: white; +} + +.text-gray { + color: #696969; +} diff --git a/MP/Content/Site.min.css b/MP/Content/Site.min.css index bb936c99..aa5c7070 100644 --- a/MP/Content/Site.min.css +++ b/MP/Content/Site.min.css @@ -1 +1 @@ -body{padding-top:50px;padding-bottom:20px;}.body-content{padding-left:15px;padding-right:15px;}.dl-horizontal dt{white-space:normal;}input,select,textarea{max-width:280px;}.fullWidth{width:100%;} \ No newline at end of file +body{padding-top:50px;padding-bottom:20px;}.body-content{padding-left:15px;padding-right:15px;}.dl-horizontal dt{white-space:normal;}input,select,textarea{max-width:280px;}.fullWidth{width:100%;}.text-white{color:#fff;}.text-gray{color:#696969;} \ No newline at end of file diff --git a/MP/Views/Shared/_Layout.cshtml b/MP/Views/Shared/_Layout.cshtml index f03e152f..500c5ea0 100644 --- a/MP/Views/Shared/_Layout.cshtml +++ b/MP/Views/Shared/_Layout.cshtml @@ -30,8 +30,25 @@
@RenderBody()
-