From eba976937895b6a82d5f2fb913afc78b25ad7106 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Tue, 23 Feb 2016 11:33:30 -0500 Subject: [PATCH] fixed minor material UI bug in the textbox caused by 01d8c7d6bc183cad556f59b5f8befe664dc2f21c --- static/css/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index fc6c4b7..fbc8a4b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,8 +26,10 @@ main { #hostSettings .mdl-textfield { width: 200px; margin-right: 20px; + margin-bottom: 0px; +} +#hostSettings #GFEHostIPField { padding-bottom: 0px; - margin-bottom: 10px; } #hostSettings #selectHost { padding: 0px; @@ -47,11 +49,17 @@ main { border: 1px dashed; padding: 10px; } +#pairButton { + margin: 3px; +} +#showAppsButton { + margin: 3px; +} #startButton { - margin: 1px; + margin: 3px; } #stopButton { - margin: 1px; + margin: 3px; } #listener { overflow: hidden;