]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: fixed header img aspect ratio
authorOle Artz <ole.artz@t-online.de>
Fri, 4 Aug 2017 11:59:56 +0000 (13:59 +0200)
committerOle Artz <ole.artz@t-online.de>
Fri, 4 Aug 2017 12:00:16 +0000 (14:00 +0200)
python_suite/dashboard/views/pv_overview.jinja2

index c6d7904cd2035f563ae2929795f5e2639377f8e9..6236450142b62a67e650a8e0c96ae5088e9068fc 100644 (file)
@@ -11,8 +11,8 @@
                                }
                        .header img {
                                float: left;
-                               width: 120px;
-                               height: 120px;
+                               width: 93px; <!-- orignal 250px-->
+                               height: 120px; <!-- orginal 324px-->
                                }
                        .header h1 {
                                position: center;