Patch #32890 » 0002-Fix-duplicate-selectors.patch
public/stylesheets/application.css | ||
---|---|---|
557 | 557 |
.buttons .icon {padding-bottom:3px; padding-top:1px;} |
558 | 558 | |
559 | 559 |
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;} |
560 |
div#issue-changesets div.changeset { padding: 4px;} |
|
561 |
div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; } |
|
560 |
div#issue-changesets div.changeset {border-bottom: 1px solid #ddd; padding: 4px;} |
|
562 | 561 |
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;} |
563 | 562 |
.changeset-comments {margin-bottom:1em;} |
564 | 563 | |
... | ... | |
703 | 702 | |
704 | 703 |
textarea#custom_field_possible_values {width: 95%; resize:vertical} |
705 | 704 |
textarea#custom_field_default_value {width: 95%; resize:vertical} |
706 |
.sort-handle {display:inline-block; vertical-align:middle;} |
|
705 |
.sort-handle {display:inline-block; vertical-align:middle; cursor: move;}
|
|
707 | 706 | |
708 | 707 |
input#content_comments {width: 99%} |
709 | 708 | |
... | ... | |
1079 | 1078 |
text-align: center; |
1080 | 1079 |
float:left; |
1081 | 1080 |
margin: 1px 6px 1px 0px; |
1081 |
width:80px; |
|
1082 | 1082 |
} |
1083 | 1083 | |
1084 |
table.progress {width:80px;} |
|
1085 | 1084 |
table.progress td { height: 1em; } |
1086 | 1085 |
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; } |
1087 | 1086 |
table.progress td.done { background: #D3EDD3 none repeat scroll 0%; } |
... | ... | |
1557 | 1556 |
.icon-file.application-zip { background-image: url(../images/files/zip.png); } |
1558 | 1557 |
.icon-file.application-gzip { background-image: url(../images/files/zip.png); } |
1559 | 1558 | |
1560 |
.sort-handle { cursor:move; } |
|
1561 | 1559 |
.sort-handle.ajax-loading { background-image: url(../images/loading.gif); } |
1562 | 1560 |
tr.ui-sortable-helper { border:1px solid #e4e4e4; } |
1563 | 1561 |
- « Previous
- 1
- …
- 5
- 6
- 7
- Next »