ONOS-2876 -- GUI - Setting friendly device names.

Change-Id: I3e84f473af4c26c9a5e8b5cf9598d1448c4be20c
diff --git a/web/gui/src/main/webapp/app/view/device/device.css b/web/gui/src/main/webapp/app/view/device/device.css
index a2ff2a1..e0e9cf5 100644
--- a/web/gui/src/main/webapp/app/view/device/device.css
+++ b/web/gui/src/main/webapp/app/view/device/device.css
@@ -75,30 +75,15 @@
     margin: 8px 0;
 }
 
-#device-details-panel .name-div {
-    height: 20px;
-    padding: 8px 0 0 8px;
-}
-
-#device-details-panel .name-div span {
-    display: inline-block;
-}
-
-#device-details-panel .name-div .label {
-    font-style: italic;
-    padding-right: 12px;
-    /* works for both light and dark themes ... */
-    color: #777;
-}
-
-#device-details-panel .name-div .value {
-}
-
 #device-details-panel .editable {
     cursor: pointer;
     border-bottom: 1px dashed darkgreen;
 }
 
+#device-details-panel h2 input {
+    font-size: 1.0em;
+}
+
 #device-details-panel .top div.left {
     float: left;
     padding: 0 18px 0 0;