Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / inspect / inspect.css
index bb26d7b..9d1d3ab 100644 (file)
@@ -14,6 +14,7 @@ body {
 }
 
 img {
+  flex-shrink: 0;
   height: 16px;
   padding-left: 2px;
   padding-right: 5px;
@@ -131,9 +132,10 @@ img {
 }
 
 .browser-header {
-  -webkit-box-align: center;
-  -webkit-box-orient: horizontal;
-  display: -webkit-box;
+  align-items: center;
+  display: flex;
+  flex-flow: row wrap;
+  min-height: 23px;
   padding-top: 10px;
 }
 
@@ -147,14 +149,18 @@ img {
   position: relative;
 }
 
+.properties-box {
+  display: flex;
+}
+
 .subrow-box {
   display: inline-block;
   vertical-align: top;
 }
 
 .subrow {
-  -webkit-box-orient: horizontal;
-  display: -webkit-box;
+  display: flex;
+  flex-flow: row wrap;
 }
 
 .subrow > div {
@@ -212,7 +218,7 @@ img {
 }
 
 .list:not(.pages) .subrow {
-  height: 19px;
+  min-height: 19px;
 }
 
 .action.disabled {
@@ -261,6 +267,16 @@ img {
   top: 0;
 }
 
+.warning {
+  background-image: -webkit-image-set(url('chrome://theme/IDR_WARNING') 1x,
+                                      url('chrome://theme/IDR_WARNING@2x') 2x);
+  background-position: 0 center;
+  background-repeat: no-repeat;
+  background-size:24px 21px;
+  margin-left: 3px;
+  padding-left: 25px;
+}
+
 #port-forwarding-overlay:not(.open) {
   display: none;
 }