mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Integrate journals RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24290 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6c932cf98c
commit
f525eaea66
@ -1758,16 +1758,16 @@ div.wiki .task-list input.task-list-item-checkbox {
|
||||
}
|
||||
|
||||
.journals .journal-content {
|
||||
padding-left: 8px;
|
||||
padding-inline-start: 8px;
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
|
||||
.journals .journal .journal-content .wiki {
|
||||
margin-left: 0.6em;
|
||||
margin-inline-start: 0.6em;
|
||||
}
|
||||
|
||||
.journals .private-notes {
|
||||
border-left: 2px solid var(--oc-red-8);
|
||||
border-inline-start: 2px solid var(--oc-red-8);
|
||||
}
|
||||
|
||||
.journals .journal-meta, .journals .journal-actions {
|
||||
@ -1958,7 +1958,7 @@ svg.svg-loader {
|
||||
}
|
||||
}
|
||||
|
||||
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-left: 5px; }
|
||||
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-inline-start: 5px; }
|
||||
|
||||
div.issue .avatar {
|
||||
float: inline-start;
|
||||
|
||||
@ -89,16 +89,10 @@ h3.version {padding-left:0px; padding-right:20px;}
|
||||
|
||||
div.issue div.subject div div {padding-left:0px; padding-right:16px;}
|
||||
|
||||
div.issue span.private, div.journal span.private {margin-right:0px; margin-left:2px;}
|
||||
|
||||
fieldset#filters td.add-filter {text-align:left; }
|
||||
|
||||
div#issue-changesets {float:left; margin-left:0em; margin-right:1em; padding-left:0em; padding-right:1em;}
|
||||
|
||||
.journal ul.details img {margin:0 4px -3px 0;}
|
||||
|
||||
div.journal.private-notes {border-left:0px solid var(--oc-red-8); padding-left:0px; margin-left:0px; border-right:2px solid var(--oc-red-8); padding-right:4px; margin-right:-6px;}
|
||||
|
||||
div#version-summary { float:left; margin-left:0px; margin-right:16px;}
|
||||
div#version-summary th, div#version-summary td.total-hours { text-align:left;}
|
||||
|
||||
@ -252,8 +246,6 @@ span.icon-label {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.journal-link {float:left;}
|
||||
|
||||
/* Custom JQuery styles */
|
||||
.ui-datepicker-title select {margin-left:4px !important; margin-right:0 !important;}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user