Patch #32016 » rounded-progressbar.patch
public/stylesheets/application.css (working copy) | ||
---|---|---|
1051 | 1051 | |
1052 | 1052 |
/***** Progress bar *****/ |
1053 | 1053 |
table.progress { |
1054 |
border-collapse: collapse; |
|
1055 |
border-spacing: 0pt; |
|
1056 | 1054 |
empty-cells: show; |
1057 | 1055 |
text-align: center; |
1058 | 1056 |
float:left; |
1059 |
margin: 1px 6px 1px 0px; |
|
1057 |
margin: -4px 6px 1px 0px; |
|
1058 |
border-radius: 3px; |
|
1059 |
border-spacing: 0px; |
|
1060 |
border: 1px solid #e4e4e4; |
|
1060 | 1061 |
} |
1061 | 1062 | |
1062 | 1063 |
table.progress {width:80px;} |