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

Unified Diff: nacl/debugger/debugger.css

Issue 12449006: NaCl Debugger: Implement overview and filters, cleanup (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 9 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 | nacl/debugger/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacl/debugger/debugger.css
===================================================================
--- nacl/debugger/debugger.css (revision 8014)
+++ nacl/debugger/debugger.css (working copy)
@@ -99,9 +99,10 @@
}
#overviewdetails {
- width:95%;
- height:95%;
+ width:100%;
+ height:100%;
resize:none;
+ padding:10px;
}
#menu {
« no previous file with comments | « no previous file | nacl/debugger/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698