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

Unified Diff: chrome_linux/resources/inspector/networkPanel.css

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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: chrome_linux/resources/inspector/networkPanel.css
===================================================================
--- chrome_linux/resources/inspector/networkPanel.css (revision 197568)
+++ chrome_linux/resources/inspector/networkPanel.css (working copy)
@@ -37,12 +37,6 @@
#network-close-button {
position: absolute;
- width: 14px;
- height: 14px;
- background-image: url(Images/closeButtons.png);
- background-position: 0 0;
- background-color: transparent;
- border: 0 none transparent;
top: 8px;
left: 5px;
z-index: 10;
@@ -53,14 +47,6 @@
top: 4px;
}
-#network-close-button:hover {
- background-position: 14px 0;
-}
-
-#network-close-button:active {
- background-position: 28px 0;
-}
-
.network.panel.viewing-resource #network-close-button {
display: block;
}
@@ -92,7 +78,7 @@
#network-views .network-item-view .tabbed-pane-header {
height: 31px;
padding-top: 8px;
- padding-left: 25px;
+ padding-left: 13px;
white-space: nowrap;
}
« no previous file with comments | « chrome_linux/resources/inspector/networkLogView.css ('k') | chrome_linux/resources/inspector/panelEnablerView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698