mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
related to #1265 adjustement box shadow and initial size
This commit is contained in:
@@ -1060,7 +1060,7 @@ $(".icon-help-circled").tipTip({
|
||||
border-radius:10px;
|
||||
margin-bottom:10px;
|
||||
transition: background-color 500ms linear;
|
||||
box-shadow: 0px 2px 5px #00000024;
|
||||
box-shadow: 0px 2px 2px #00000024;
|
||||
}
|
||||
|
||||
.user-header-select,
|
||||
@@ -2208,8 +2208,8 @@ Advanced filter
|
||||
}
|
||||
|
||||
.compactView .user-container-initials-wrapper > span {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1424,6 +1424,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
||||
.compactView .user-container-initials-wrapper > span {
|
||||
height: 50px !important;
|
||||
width: 50px !important;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.line {
|
||||
background: transparent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user