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

Unified Diff: chrome/browser/resources/net_internals/main.css

Issue 2050006: Aesthetic changes to the tabstrip at the top of about:net-internals (make the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/main.css
===================================================================
--- chrome/browser/resources/net_internals/main.css (revision 46870)
+++ chrome/browser/resources/net_internals/main.css (working copy)
@@ -147,6 +147,7 @@
#categoryTabHandles {
border-bottom: 1px solid #555;
background: #aaa;
+ overflow: hidden;
}
#categoryTabHandles li {
@@ -157,9 +158,12 @@
#categoryTabHandles a {
text-decoration: none;
text-align: center;
- display: block;
- width: 9em;
- padding: 5px;
+ display: inline-block;
+ margin-top: 4px;
+ padding: 5px 10px 3px 10px;
+ -webkit-border-top-right-radius: 8px;
+ -webkit-border-top-left-radius: 8px;
+ background-clip: border-box;
background: #ccc;
}
@@ -178,8 +182,7 @@
#categoryTabHandles a.selected {
position:relative;
- top: 1px;
- font-weight: bold;
+ top: 3px;
color: black;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698