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

Side by Side Diff: master/public_html/default.css

Issue 415783002: Exclude trybots from horizontal_one_box_per_builder, fix CSS (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Fix CSS Created 6 years, 5 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
« no previous file with comments | « no previous file | master/templates/horizontal_one_box_per_build.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 2
3 Skia-specific stylings for the buildbot pages 3 Skia-specific stylings for the buildbot pages
4 4
5 This overrides the defaults set in: 5 This overrides the defaults set in:
6 third_party/chromium_buildbot/third_party/buildbot_8_4p1/buildbot/status/web/fil es/default.css. 6 third_party/chromium_buildbot/third_party/buildbot_8_4p1/buildbot/status/web/fil es/default.css.
7 7
8 */ 8 */
9 9
10 body.interface { 10 body.interface {
(...skipping 24 matching lines...) Expand all
35 35
36 .Project { 36 .Project {
37 min-width: 6em; 37 min-width: 6em;
38 } 38 }
39 39
40 .LastBuild,.Activity { 40 .LastBuild,.Activity {
41 padding: 0 0 0 4px; 41 padding: 0 0 0 4px;
42 } 42 }
43 43
44 .LastBuild,.Activity,.Builder,.BuildStep { 44 .LastBuild,.Activity,.Builder,.BuildStep {
45 min-width: 5em; 45 width: 155px;
46 max-width: 155px;
46 } 47 }
47 48
48 div.RoundedRect { 49 div.RoundedRect {
49 border: 1px solid black; 50 border: 1px solid black;
50 background-color: white; 51 background-color: white;
51 border-radius: 5px; 52 border-radius: 5px;
52 -webkit-border-radius: 5px; 53 -webkit-border-radius: 5px;
53 -moz-border-radius: 5px; 54 -moz-border-radius: 5px;
54 padding: 10px; 55 padding: 10px;
55 } 56 }
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 background-color: #8fdf5f; 646 background-color: #8fdf5f;
646 } 647 }
647 648
648 div.closed { 649 div.closed {
649 background-color: #e98080; 650 background-color: #e98080;
650 } 651 }
651 652
652 div.caution { 653 div.caution {
653 background-color: #FFFC6C; 654 background-color: #FFFC6C;
654 } 655 }
OLDNEW
« no previous file with comments | « no previous file | master/templates/horizontal_one_box_per_build.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698