diff --git a/PlexRequests.UI/Content/bootstrap.css b/PlexRequests.UI/Content/bootstrap.css index 843f5b782..7b3046590 100644 --- a/PlexRequests.UI/Content/bootstrap.css +++ b/PlexRequests.UI/Content/bootstrap.css @@ -1082,7 +1082,7 @@ th { box-sizing: border-box; } html { - font-size: 10px; + font-size: 16px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { @@ -1589,8 +1589,8 @@ pre code { .container { margin-right: auto; margin-left: auto; - padding-left: 15px; - padding-right: 15px; + padding-left: .9375rem; + padding-right: .9375rem; } @media (min-width: 768px) { .container { @@ -2563,7 +2563,7 @@ output { background-color: #ffffff; background-image: none; border: 1px solid transparent; - border-radius: 0; + border-radius: .25rem; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; diff --git a/PlexRequests.UI/Content/custom.css b/PlexRequests.UI/Content/custom.css index ced938793..932d9e273 100644 --- a/PlexRequests.UI/Content/custom.css +++ b/PlexRequests.UI/Content/custom.css @@ -10,6 +10,19 @@ } } +@media (max-width: 48em) { + .home { + padding-top: 1rem; + } +} + +@media (min-width: 48em) { + .home { + padding-top: 4rem; + } +} + + .multiSelect { background-color: #4e5d6c; } @@ -19,3 +32,18 @@ color: white !important; } + +h1 { + font-size: 3.5rem !important; + font-weight: 600 !important; +} + +p { + font-size: 1.1rem !important; +} + +label { + display: inline-block !important; + margin-bottom: .5rem !important; + font-size: 16px !important; +} diff --git a/PlexRequests.UI/Views/Admin/Authentication.cshtml b/PlexRequests.UI/Views/Admin/Authentication.cshtml index 0a8487335..43d056519 100644 --- a/PlexRequests.UI/Views/Admin/Authentication.cshtml +++ b/PlexRequests.UI/Views/Admin/Authentication.cshtml @@ -1,92 +1,94 @@ @Html.Partial("_Sidebar") -
+
Authentication Settings
- -
+
- -
+
- -
+ +
- -
+ +
-
+
+
-
+
- -
-
- Current users that are allowed to authenticate: +

+

Current users that are allowed to authenticate:

+
- +
-
+
- A comma separated list of users that you do not want to login. +

A comma separated list of users that you do not want to login.

- -
+ +
- +
-
+
@@ -140,7 +142,7 @@ dataType: "json", success: function (response) { if (response.length > 1) { - $(response).each(function() { + $(response).each(function () { $('#users').append(""); }); } else { diff --git a/PlexRequests.UI/Views/Admin/CouchPotato.cshtml b/PlexRequests.UI/Views/Admin/CouchPotato.cshtml index 8c2fb4639..cd3ae8b51 100644 --- a/PlexRequests.UI/Views/Admin/CouchPotato.cshtml +++ b/PlexRequests.UI/Views/Admin/CouchPotato.cshtml @@ -10,30 +10,30 @@ port = Model.Port; } } -
+
CouchPotato Settings
- -
+ +
- + -
+
- -
+ +
@@ -42,7 +42,7 @@
-
+
diff --git a/PlexRequests.UI/Views/Admin/Plex.cshtml b/PlexRequests.UI/Views/Admin/Plex.cshtml index 0b163e48c..2d6107a79 100644 --- a/PlexRequests.UI/Views/Admin/Plex.cshtml +++ b/PlexRequests.UI/Views/Admin/Plex.cshtml @@ -10,28 +10,28 @@ port = Model.Port; } } -
+
Plex Settings
- -
+ +
- + -
+
-
+
diff --git a/PlexRequests.UI/Views/Admin/Settings.cshtml b/PlexRequests.UI/Views/Admin/Settings.cshtml index fc90dd1d9..4ee826256 100644 --- a/PlexRequests.UI/Views/Admin/Settings.cshtml +++ b/PlexRequests.UI/Views/Admin/Settings.cshtml @@ -11,70 +11,66 @@ } } -
+
Request Plex Settings
- + -
+
- You will have to restart after changing the port. + You will have to restart after changing the port.
- -
+
- -
+
- - -
+
- +
- -
+ +
@@ -84,7 +80,7 @@
-
+
diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index 9c29790df..b77989a9d 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -1,5 +1,5 @@ 
-

Search

+

Search

Want to watch something that is not currently on Plex?! No problem! Just search for it below and request it!