| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |