mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1465 added category name on line display
This commit is contained in:
committed by
plegall
parent
c301d95d49
commit
fcc14158a1
@@ -380,6 +380,7 @@ jQuery(document).ready( function() {
|
||||
.line-icon {
|
||||
padding: 10px;
|
||||
border-radius: 50%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tab-title div {
|
||||
@@ -517,6 +518,16 @@ jQuery(document).ready( function() {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.type-name {
|
||||
overflow: hidden;
|
||||
max-height: 80px;
|
||||
max-width: 190px;
|
||||
vertical-align: middle;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.toggle-img-option {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user