mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixing edge effects caused by commit 21a021d
This commit is contained in:
@@ -978,6 +978,23 @@ $(".icon-help-circled").tipTip({
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.user-header-button {
|
||||
position:relative;
|
||||
}
|
||||
.user-header-button-label {
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
box-shadow: 0px 2px #00000024;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
cursor: pointer;
|
||||
}
|
||||
.user-header-button-label p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/* filters bar */
|
||||
|
||||
#user_search {
|
||||
|
||||
Reference in New Issue
Block a user