mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 00:53:24 +00:00
Integrate calendar RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24300 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3771845461
commit
308a60515e
@ -1410,15 +1410,15 @@ ul.cal {
|
||||
border: 1px solid var(--oc-gray-4);
|
||||
vertical-align: top;
|
||||
font-size: 0.9em;
|
||||
border-bottom: 0;
|
||||
border-right: 0;
|
||||
border-block-end: 0;
|
||||
border-inline-end: 0;
|
||||
line-height: 1.2;
|
||||
min-height: calc(1.2em * 6);
|
||||
padding: 2px;
|
||||
box-shadow: 0 1px 2px rgba(var(--oc-gray-9-rgb), 0.05);
|
||||
}
|
||||
|
||||
.cal .calbody p.day-num {font-size: 1.1em; text-align:right;}
|
||||
.cal .calbody p.day-num {font-size: 1.1em; text-align: end;}
|
||||
.cal .calbody .abbr-day {display:none}
|
||||
.cal .calbody.this-month {background-color:var(--oc-white);}
|
||||
.cal .calbody.other-month {background-color:var(--oc-gray-1);}
|
||||
|
||||
@ -160,9 +160,6 @@ input.autocomplete {
|
||||
|
||||
.role-visibility {padding-right:2em; padding-left:0;}
|
||||
|
||||
/***** Calendar *****/
|
||||
table.cal td p.day-num {text-align:left;}
|
||||
|
||||
/***** Diff *****/
|
||||
|
||||
/***** My page layout *****/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user