mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
fixes #1229 album properties table css
Fix the css of the double select on the app by setting the width to 100% to the categoryList, the doubleSelect and to 50% to the <td> inside the table
This commit is contained in:
@@ -964,7 +964,7 @@ TEXTAREA.description {
|
||||
|
||||
SELECT.categoryList {
|
||||
height: 20em;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
DIV.comment BLOCKQUOTE {
|
||||
@@ -4825,4 +4825,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
position: absolute;
|
||||
top: calc(50% + 200px / 2);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.doubleSelect {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.doubleSelect td {
|
||||
width: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user