RE: Hudson Plugin 0.1.0 » hudson.css
| 1 |
/* $Id: hudson.css 176 2009-06-28 02:23:27Z toshiyuki.ando1971 $ */
|
|---|---|
| 2 |
|
| 3 |
.icon-build-history { cursor:pointer;} |
| 4 |
|
| 5 |
.result.failure {color:red;} |
| 6 |
.result.success {color:blue;} |
| 7 |
.result {color:#999;} |
| 8 |
|
| 9 |
.latest-build { width:28em; } |
| 10 |
|
| 11 |
#build-history { |
| 12 |
position:absolute; |
| 13 |
background-color:white; |
| 14 |
border-top:1px solid #A9A9A9;border-left:1px solid #A9A9A9;border-right:2px solid #A9A9A9;border-bottom:2px solid #A9A9A9; |
| 15 |
padding: 5px 10px 5px 10px ; |
| 16 |
}
|
| 17 |
|
| 18 |
.build-entry { margin:3px 0px 3px 0px; } |
- « Previous
- 1
- 2
- 3
- Next »