scouting: button to switch field pov

Signed-off-by: emilym <emily.markova@gmail.com>
Change-Id: Ic5e22194c863c0a573b35b553c98c10d7be5e6d7
diff --git a/scouting/www/entry/entry.component.css b/scouting/www/entry/entry.component.css
index 24e4127..6d13657 100644
--- a/scouting/www/entry/entry.component.css
+++ b/scouting/www/entry/entry.component.css
@@ -15,3 +15,12 @@
 button {
   touch-action: manipulation;
 }
+
+#switchFldbtn {
+  width: 15%;
+  display: block;
+  margin: 0 auto;
+  box-shadow: 2px 2px 1px #ccc;
+  max-width: 105px;
+  text-align: center;
+}