?

What needs to be fixed


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

Why this should be fixed

i think it can has a good UI, if all inputs and buttons are the same height onthe same level

How would you fix it

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;
}

this also appears in articles->edit article->publishing for history icons beside inputs

we can do the same steps too.

avatar MostafaHamedAbdelmasoud MostafaHamedAbdelmasoud - open - 10 Feb 2020
avatar joomla-cms-bot joomla-cms-bot - change - 10 Feb 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Feb 2020
avatar brianteeman
brianteeman - comment - 10 Feb 2020

I can not replicate this.

In addition in your first screen top right there is some off text that should not be there

avatar brianteeman
brianteeman - comment - 10 Feb 2020

image

image

avatar chmst
chmst - comment - 10 Feb 2020

I cannot confirm this issue. Everything looks okay in my installations.
@MostafaHamedAbdelmasoud Have you changed something in your xml files?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27887.
avatar MostafaHamedAbdelmasoud
MostafaHamedAbdelmasoud - comment - 10 Feb 2020

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

avatar jwaisner
jwaisner - comment - 10 Feb 2020

I cannot recreate this using using 3.9.15 on Windows 10 and PHP 7.4.2


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27887.

avatar MostafaHamedAbdelmasoud
MostafaHamedAbdelmasoud - comment - 10 Feb 2020

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. ?

avatar Quy Quy - change - 10 Feb 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-02-10 23:07:44
Closed_By Quy
avatar Quy Quy - close - 10 Feb 2020

Add a Comment

Login with GitHub to post a comment