diff --git a/@overflow/probe/component/detail/detail.component.html b/@overflow/probe/component/detail/detail.component.html index 610e0fb..0a95311 100644 --- a/@overflow/probe/component/detail/detail.component.html +++ b/@overflow/probe/component/detail/detail.component.html @@ -18,9 +18,9 @@
- +
-
+
Name @@ -54,15 +54,20 @@
+ + - +
@@ -82,8 +87,8 @@
-
+
diff --git a/src/styles.scss b/src/styles.scss index bf3d95b..9200980 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -162,7 +162,7 @@ .profile { box-sizing: border-box; - padding-top: 1.2em !important; + padding-top: 2em !important; width: 200px !important; height: 110px !important; text-align: center; @@ -1842,9 +1842,13 @@ body .ui-progressbar .ui-progressbar-value { font-size: 50px; color: #ffffff !important; } -.ui-panel { +.block-panel>div { border: none !important; } +.block-panel div .ui-panel-content { + padding : 0px !important; + margin : 0px !important; +} .ui-blockui.ui-widget-overlay { opacity: 0;