Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1526)

Unified Diff: Source/devtools/front_end/resources/serviceWorkersView.css

Issue 1100403004: Add skipWaiting checkbox to ServiceWorkersView in DevTools [2/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use annotated named function Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/resources/serviceWorkersView.css
diff --git a/Source/devtools/front_end/resources/serviceWorkersView.css b/Source/devtools/front_end/resources/serviceWorkersView.css
index e1e706864ad05a7a15b93db405fd77a3d8226a88..68f7867ee57ced281b526aacde8dcaaefbeac84a 100644
--- a/Source/devtools/front_end/resources/serviceWorkersView.css
+++ b/Source/devtools/front_end/resources/serviceWorkersView.css
@@ -70,16 +70,17 @@
border-bottom: 1px solid #e1e1e1;
display: flex;
flex: 1 1 0;
- font-weight: bold;
+ min-width: 100px;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
}
.service-workers-version-mode-text {
+ font-weight: bold;
left: 4px;
position: absolute;
- top: 8px;
+ top: 4px;
}
.service-workers-versions {
@@ -91,7 +92,7 @@
.service-workers-version-row {
border-bottom: 1px solid #e1e1e1;
display: flex;
- min-height: 30px;
+ min-height: 41px;
width: 100%;
}
@@ -110,14 +111,14 @@
-webkit-mask-size: 20px 20px;
height: 20px;
left: 4px;
- top: 8px;
+ top: 10px;
width: 20px;
}
.service-workers-version-status-text {
position: absolute;
left: 28px;
- top: 10px;
+ top: 12px;
}
.service-workers-version-running-status {
@@ -130,7 +131,7 @@
}
.service-workers-version-running-status-inspectable {
- min-height: 40px;
+ min-height: 39px;
}
.service-workers-version-running-status-button {
@@ -217,6 +218,12 @@
-webkit-mask-size: 18px 18px;
}
+.service-workers-skip-waiting-checkbox-label {
+ left: 10px;
+ position: absolute;
+ top: 20px;
+}
+
.service-workers-error {
display: flex;
}
« no previous file with comments | « Source/devtools/front_end/resources/ServiceWorkersView.js ('k') | Source/devtools/front_end/sdk/ServiceWorkerManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698