Skip to content

Commit

Permalink
Merge pull request #908 from Bopske/master
Browse files Browse the repository at this point in the history
Css fix quick actions for SMF 2.1
  • Loading branch information
Bopske authored May 11, 2022
2 parents da73db7 + 646a96e commit 7bde54f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Themes/default/css/tp-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,15 @@
ul.tp-subcategories li {
width: 98%;
}
/** dirty fix for reason for edit in Curve2 */
/** Quick fixes Curve2 **/
/* reason for edit */
input[name="modify_reason"] {
width:100%;
}
/* quickactions */
#quick_actions > select[name="qaction"] {
width: 80px;
}
}
/** screen smaller then 400px **/
@media all and (min-width: 0) and (max-width: 400px) {
Expand Down
3 changes: 2 additions & 1 deletion Themes/default/css/tp-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,8 @@ input,select {
}
.tp_upshrink21, .navigate_section .tp_upshrink21 {
float: right;
padding: 6px 3px 0 3px;
padding: 0 0 1px 3px;
margin-top: 6px;
}

/* ** TP ADMIN STYLES ** */
Expand Down

0 comments on commit 7bde54f

Please sign in to comment.