mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
issue #1265 user manager new design by @GitBluub and @MatthieuLP
Because we had a ghost page user_list_new, I didn't simply merged the feature branch, but I reproduced the new code in a single commit on master.
This commit is contained in:
@@ -1925,6 +1925,8 @@ h2:lang(en) { text-transform:capitalize; }
|
||||
.infos .submit {margin-left:30px;}
|
||||
|
||||
.checkActions {text-align:left;padding:0;margin:0;}
|
||||
#user-table-content #checkActions {margin:0; display:flex; flex-wrap:wrap; align-items:center;}
|
||||
#user-table-content #checkActions a {padding:10px; margin: 0 4px};
|
||||
#checkActions {text-align:left; margin:0 0 20px 0;}
|
||||
.ActionUserList #checkActions {margin: 20px 0 20px 0;}
|
||||
|
||||
@@ -2688,20 +2690,27 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.user-list-checkbox .select-checkbox,
|
||||
.tag-container .tag-box .select-checkbox {
|
||||
display: none;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border-radius: 100%;
|
||||
margin: 2px 0px;
|
||||
/* margin: 2px 0px; */
|
||||
margin-left: 3.4px;
|
||||
border: solid #ffa646 2px;
|
||||
}
|
||||
|
||||
.user-list-checkbox .select-checkbox {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tag-container.selection .tag-box .select-checkbox {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.user-list-checkbox:hover .select-checkbox,
|
||||
.user-list-checkbox[data-selected='1'] .select-checkbox,
|
||||
.tag-container .tag-box:hover .select-checkbox,
|
||||
.tag-container .tag-box[data-selected='1'] .select-checkbox {
|
||||
background-color: #ffa646;
|
||||
@@ -2711,6 +2720,7 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
display: block;
|
||||
}
|
||||
|
||||
.user-list-checkbox .select-checkbox i,
|
||||
.tag-container .tag-box .select-checkbox i {
|
||||
display: none;
|
||||
font-size: 14px;
|
||||
@@ -2722,6 +2732,7 @@ a#showPermissions:hover {text-decoration: none;}
|
||||
animation-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.user-list-checkbox[data-selected='1'] .select-checkbox i,
|
||||
.tag-container .tag-box[data-selected='1'] .select-checkbox i {
|
||||
display: inline;
|
||||
}
|
||||
@@ -4616,18 +4627,23 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
#action_delete_derivatives label, #action_generate_derivatives label {display: flex; margin-top: 4px; width: 50%;}
|
||||
#action_delete_derivatives input[name="del_derivatives_type[]"], #action_generate_derivatives input[name="generate_derivatives_type[]"] {margin-right: 3px;}
|
||||
.actionButtons:first-child::after,#filter_prefilter::before,#filter_category::before,#filter_level::before,
|
||||
.permitActionListButton div::before, #action_level::after, .pictureLevels::before {
|
||||
.permitActionListButton div::before, #action_level::after, .pictureLevels::before,
|
||||
.user-action-select-container::before, .advanced-filter-select-container::before,
|
||||
.user-property-select-container::before {
|
||||
content: '\e835'; font-size: 17px; position: absolute; font-family: "fontello"; color: #6E6E6E; pointer-events: none;
|
||||
}
|
||||
.permitActionListButton div::before {margin-left: 250px; margin-top: 11px;}
|
||||
.pictureLevels::before {margin-left: 216px; margin-top: 10px;}
|
||||
.permitActionListButton div.hidden::after {display: none;}
|
||||
.user-action-select-container::before {top: 5px; right:10px}
|
||||
.user-property-select-container::before {margin-top: 10px; margin-left:270px;}
|
||||
.advanced-filter-select-container::before {top: 5px; right:10px}
|
||||
#filter_prefilter::before {margin-left: 257px; margin-top: 35px;}
|
||||
#filter_category .selectize-control.single .selectize-input::after {content: none;}
|
||||
#filter_category {width: 600px;}
|
||||
#filter_category::before {margin-left: 565px;margin-top: 33px; z-index: 2;}
|
||||
#filter_level::before {margin-top: 34px; margin-left: 260px;}
|
||||
#action_level::after {margin-top: -56px; margin-left: 254px;}
|
||||
#batchManagerGlobal #action_level::after {margin-top: -56px; margin-left: 254px;}
|
||||
#filter_search input {width: 300px; box-sizing: border-box; padding: 11px 18px;}
|
||||
#applyFilter, #addFilter,#filterList select, #filter_tags .selectize-input.items.not-full.has-options, .pictureLevels select, #permitAction select{
|
||||
font-family: "Open Sans", "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user