1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Integrate tabs RTL styles from rtl.css into application.css using logical properties (#43515).

git-svn-id: https://svn.redmine.org/redmine/trunk@24298 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2026-01-12 05:55:47 +00:00
parent 16a32c8d72
commit 7afcef1afb
2 changed files with 13 additions and 12 deletions

View File

@ -1495,12 +1495,20 @@ p.progress-info {clear: left; font-size: 86%; margin-top:-4px; color:var(--oc-gr
/***** Tabs *****/
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; min-width: 2000px; width: 100%; border-bottom: 1px solid var(--oc-gray-4);}
#content .tabs ul {
margin: 0;
position: absolute;
bottom:0;
padding-inline-start: 0.5em;
min-width: 2000px;
width: 100%;
border-bottom: 1px solid var(--oc-gray-4);
}
#content .tabs ul li {
float:left;
float:inline-start;
list-style-type:none;
white-space:nowrap;
margin-right:4px;
margin-inline-end:4px;
position:relative;
margin-bottom:-1px;
}
@ -1514,8 +1522,8 @@ p.progress-info {clear: left; font-size: 86%; margin-top:-4px; color:var(--oc-gr
border-bottom: 1px solid var(--oc-gray-4);
color:var(--oc-gray-6);
font-weight:bold;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-start-start-radius:3px;
border-start-end-radius:3px;
}
#content .tabs ul li a:hover {

View File

@ -170,13 +170,6 @@ table.progress {
}
p.progress-info {clear:right;}
/***** Tabs *****/
#content .tabs ul {padding-left:0em; padding-right:0.5em;}
#content .tabs ul li {
float:right;
margin-right:0px; margin-left:4px;
}
/***** Diff *****/
/***** My page layout *****/