mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Now the size of the dots to display the plugin informations is the same size in compact display and in tile display.
This commit is contained in:
@@ -4,8 +4,6 @@ function setDisplayCompact() {
|
||||
$(".pluginActions").show();
|
||||
$(".pluginActionsSmallIcons").hide();
|
||||
|
||||
$(".PluginOptionsIcons a").removeClass("biggerIcon");
|
||||
$(".pluginActionsSmallIcons a").removeClass("biggerIcon");
|
||||
$(".pluginMiniBoxNameCell").removeClass("pluginMiniBoxNameCellCompact");
|
||||
|
||||
normalTitle();
|
||||
@@ -17,9 +15,6 @@ function setDisplayTile() {
|
||||
$(".pluginActions").hide();
|
||||
$(".pluginActionsSmallIcons").show();
|
||||
|
||||
$(".PluginOptionsIcons a").addClass("biggerIcon");
|
||||
$(".pluginActionsSmallIcons a").addClass("biggerIcon");
|
||||
|
||||
$(".pluginMiniBoxNameCell").addClass("pluginMiniBoxNameCellCompact");
|
||||
|
||||
reduceTitle()
|
||||
|
||||
@@ -461,10 +461,6 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.biggerIcon {
|
||||
transform: scale(1.5) !important;
|
||||
}
|
||||
|
||||
.pluginActionsSmallIcons {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
|
||||
Reference in New Issue
Block a user