hello everyone,
in first screenshot:
here in edit menues from administrator panel, there are some differences between heights for inputs and buttons (select) as they should be on the same size
in second screenshot:
remove icon is also different in height from select button
i think it can has a good UI, if all inputs and buttons are the same height onthe same level
for inputs:
in administrator\templates\isis\css\template.css line 7420
.controls input[type="text"]{
max-width: 100%;
height: auto;
}
for buttons and remove icons:
in administrator\templates\isis\css\template.css
/* line 1566 for parent div add position relative */
.form-horizontal .input-append {
position: relative;
}
/* line 1493 add these lines */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
position: absolute;
height: 100%;
top: 0px;
}
we can do the same steps too.
Labels |
Added:
?
|
I cannot confirm this issue. Everything looks okay in my installations.
@MostafaHamedAbdelmasoud Have you changed something in your xml files?
In addition in your first screen top right there is some off text that should not be there
yes i was just see something
what's your version of joomla? i have version 3.9.15 -> downloaded from joomla.org
OS: microsoft 10
php version: 7.4.2
I cannot recreate this using using 3.9.15 on Windows 10 and PHP 7.4.2
ok i installed a new one, and yes this issue doesn't exist in it.
i didn't know what happened exactly.
so it can be closed now.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-10 23:07:44 |
Closed_By | ⇒ | Quy |
I can not replicate this.
In addition in your first screen top right there is some off text that should not be there