fix checkbox of selected derivative on index page when a plugin overrides the default value (merge from 2.4 to trunk)
git-svn-id: http://piwigo.org/svn/trunk@16986 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
9ecbc019f4
commit
81e869eaa0
3 changed files with 3 additions and 4 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
.thumbnails .wrap2 IMG {
|
||||
position: relative;
|
||||
top: -50%;
|
||||
margin-top: 2%;
|
||||
top: -50%;
|
||||
}
|
||||
|
||||
.pwg-icon {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@media print {
|
||||
#menubar, .content .navigationBar, .categoryActions, .content .calendarViews, .calendarBar,
|
||||
#imageToolBar, .navThumb, #addComment {
|
||||
#imageToolBar, .navThumb, #commentAdd {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue