Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-ys committed Nov 3, 2024
1 parent 867370c commit 18c7fb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/enhanced_ux/issues/_custom_issue_list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
#query_form_open_button {
display: inline;
font-size: 0.6em;
margin: 0 20px;
margin: 0 10px;
background-repeat: no-repeat;
cursor: pointer;
}
Expand Down
8 changes: 8 additions & 0 deletions app/views/enhanced_ux/layouts/_two_pane_mode.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1932,5 +1932,13 @@
padding-left: 0;
}
}
#content {
.enable_2-pane_mode_box {
#enable_2-pane_mode {
margin-left: 5px;
margin-right: 10px;
}
}
}
}
</style>
7 changes: 6 additions & 1 deletion assets/stylesheets/global/fixes_for_rtl_design.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ html:has(head link[rel="stylesheet"][href*="/rtl"]) {
}
.ui-dialog .ui-dialog-title {
float: right;
/* padding-right: 20px; */
}
.ui-dialog .ui-dialog-titlebar-close {
right: auto;
Expand All @@ -88,4 +87,10 @@ html:has(head link[rel="stylesheet"][href*="/rtl"]) {
margin-left: 0;
margin-right: 5px;
}

/* Roadmap view */
div#roadmap h3.version {
padding-left: 0px;
padding-right: 20px;
}
}

0 comments on commit 18c7fb7

Please sign in to comment.