Feature #23980 » 0004-Remove-unused-line.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 488 | 488 |
span#watchers_inputs {overflow:auto; display:block;}
|
| 489 | 489 |
span.search_for_watchers {display:block;}
|
| 490 | 490 |
span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
|
| 491 |
span.add_attachment a {padding-left:16px; background: url(/bullet_add.png) no-repeat 0 50%; }
|
|
| 492 | 491 | |
| 493 | 492 |
input:disabled, select:disabled, textarea:disabled {
|
| 494 | 493 |
cursor: not-allowed; |
| app/assets/stylesheets/jstoolbar.css | ||
|---|---|---|
| 17 | 17 |
height: 10px; |
| 18 | 18 |
font-size: 0.1em; |
| 19 | 19 |
cursor: s-resize; |
| 20 |
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/ |
|
| 21 | 20 |
} |
| 22 | 21 |
#content .jstTabs.tabs {
|
| 23 | 22 |
margin-bottom: -1px; |
| ... | ... | |
| 80 | 79 |
} |
| 81 | 80 | |
| 82 | 81 |
.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
|
| 83 |
.jstElements .help a {padding: 2px 0 2px 20px; background: url(./help.png) no-repeat 0 50%;}
|
|
| 84 | 82 | |
| 85 | 83 |
.table-generator td {
|
| 86 | 84 |
border: 2px solid #ccc; |
| app/assets/stylesheets/rtl.css | ||
|---|---|---|
| 141 | 141 | |
| 142 | 142 |
fieldset#filters td.add-filter {text-align:left; }
|
| 143 | 143 | |
| 144 |
.toggle-multiselect {background: url(/bullet_toggle_plus.png) no-repeat right 40%; padding-left:0px; padding-right:8px; margin-right:0;}
|
|
| 145 | ||
| 146 | 144 |
div#issue-changesets {float:left; margin-left:0em; margin-right:1em; padding-left:0em; padding-right:1em;}
|
| 147 | 145 | |
| 148 | 146 |
.journal ul.details img {margin:0 4px -3px 0;}
|
| ... | ... | |
| 170 | 168 |
ul.projects ul {padding-left:0em; padding-right:1.6em;}
|
| 171 | 169 | |
| 172 | 170 |
#projects-index ul.projects ul.projects {border-left:0px solid #e0e0e0; padding-left:0em; border-right:3px solid #e0e0e0; padding-right:1em;}
|
| 173 |
.my-project { padding-left:0px; padding-right:18px; background: url(/fav.png) no-repeat right 50%; }
|
|
| 174 | 171 | |
| 175 | 172 |
/***** Tabular forms ******/ |
| 176 | 173 |
.tabular p{
|
| ... | ... | |
| 218 | 215 |
.attachments_fields .ajax-loading input.filename {background:url(/loading.gif) no-repeat right top 50%;}
|
| 219 | 216 |
.attachments_fields div.ui-progressbar {margin: 2px 8px -5px 0;}
|
| 220 | 217 | |
| 221 | ||
| 222 | 218 |
div.thumbnails div {margin-right:0px; margin-left:2px;}
|
| 223 | 219 | |
| 224 | 220 |
p.other-formats { text-align:left; }
|
| ... | ... | |
| 227 | 223 |
a.atom::before { margin-left: 3px; }
|
| 228 | 224 | |
| 229 | 225 |
table.members td.name {padding-right: 20px; padding-left:0; }
|
| 230 |
table.members td.group, table.members td.groupnonmember, table.members td.groupanonymous {background: url(/group.png) no-repeat right 50%;}
|
|
| 231 | 226 | |
| 232 | 227 |
input.autocomplete {
|
| 233 | 228 |
background: #fff var(--icon-bg-magnifier) no-repeat right 2px top 50% / 14px 14px; padding-left:0px !important; padding-right:20px !important; |