@@ -238,11 +271,11 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
}
}
-#AddAlbum, #DeleteAlbum {
+#AddAlbum, #DeleteAlbum, #RenameAlbum {
display: none;
}
-.AddAlbumPopIn, .DeleteAlbumPopIn{
+.AddAlbumPopIn, .DeleteAlbumPopIn, .RenameAlbumPopIn{
position: fixed;
z-index: 100;
left: 0;
@@ -253,7 +286,7 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
background-color: rgba(0,0,0,0.7);
}
-.AddAlbumPopInContainer, .DeleteAlbumPopInContainer{
+.AddAlbumPopInContainer, .DeleteAlbumPopInContainer, .RenameAlbumPopInContainer{
display:flex;
position:absolute;
left:50%;
@@ -271,6 +304,11 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
border-radius: 4px;
border-top: solid 7px #e74c3c;
}
+.RenameAlbumPopInContainer {
+ width: auto;
+ min-width: 270px;
+ max-width: 700px;
+}
.user-property-input {
color:#353535;
@@ -292,7 +330,7 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
margin-bottom:5px;
}
-.AddIconContainer, .DeleteIconContainer {
+.AddIconContainer, .DeleteIconContainer, .AddIconContainer {
margin-top: 10px;
}
@@ -302,7 +340,7 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
font-size: 2em;
}
-.AddIconTitle {
+.AddIconTitle, .RenameAlbumTitle {
font-size:1.4em;
font-weight:bold;
margin-bottom:20px;
@@ -318,7 +356,8 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
}
.AddAlbumSubmit,
-.DeleteAlbumSubmit {
+.DeleteAlbumSubmit,
+.RenameAlbumSubmit {
cursor:pointer;
font-weight:bold;
color: #3F3E40;
@@ -336,14 +375,14 @@ const has_images_recursives = '{'delete only album, not photos'|@translate|escap
transition: .1s;
}
-.AddAlbumCancel {
+.AddAlbumCancel, .RebameAlbumCancel {
color: #3F3E40;
font-weight: bold;
cursor: pointer;
font-size:1em;
}
-.CloseAddAlbum{
+.CloseAddAlbum, .CloseRenameAlbum {
position:absolute;
right:-40px;
top:-40px;
@@ -374,13 +413,15 @@ input[name="position"] {
font-weight: 600;
}
.AddAlbumFormValidation,
-.DeleteAlbumFormValidation {
+.DeleteAlbumFormValidation,
+.RenameAlbumFormValidation {
display: flex;
flex-direction: row;
align-items: baseline;
}
.AddAlbumCancel,
-.DeleteAlbumCancel {
+.DeleteAlbumCancel,
+.RenameAlbumCancel {
cursor: pointer;
font-weight: bold;
color: #3F3E40;
@@ -402,7 +443,8 @@ input[name="position"] {
background: #bdc3c7;
}
.AddAlbumSubmit,
-.DeleteAlbumSubmit {
+.DeleteAlbumSubmit,
+.RenameAlbumSubmit {
margin-right: 10px;
padding: 10px 20px;
}
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 59000405c..3f637ceca 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -6270,13 +6270,15 @@ color:#FF7B00;
.AddUserPopInContainer,
.AddAlbumPopInContainer,
-.DeleteAlbumPopInContainer {
+.DeleteAlbumPopInContainer,
+.RenameAlbumPopInContainer {
background-color: white;
}
.AddUserPopInContainer .AddIconTitle,
.AddAlbumPopInContainer .AddIconTitle,
-.DeleteAlbumPopInContainer .DeleteIconTitle {
+.DeleteAlbumPopInContainer .DeleteIconTitle,
+.RenameAlbumPopInContainer .RenameAlbumTitle {
color: #000000;
}
@@ -6288,7 +6290,8 @@ color:#FF7B00;
.AddUserPopInContainer .AddUserInput,
.AddAlbumPopInContainer .AddAlbumInput,
-.DeleteAlbumPopInContainer .DeleteAlbumInput {
+.DeleteAlbumPopInContainer .DeleteAlbumInput,
+.RenameAlbumPopInContainer .RenameAlbumInput {
background-color:white;
border: solid 2px #D4D4D4;
}