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

Side by Side Diff: gm/rebaseline_server/static/view.css

Issue 28903008: rebaseline_server: add tabs, and ability to submit new baselines to the server (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: tabs_to_spaces Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 .disposition-tab-true { 1 .tab-true {
2 background-color: #ccccff; 2 background-color: #ccccff;
3 } 3 }
4 .disposition-tab-false { 4 .tab-false {
5 background-color: #8888ff; 5 background-color: #8888ff;
6 } 6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698