| Anonymous | Login | Signup for a new account | 2013.05.19 06:45 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0001813 | [Piwigo] display | minor | always | 2010.08.23 11:42 | 2011.09.30 10:18 | ||
| Reporter | Gotcha | View Status | public | ||||
| Assigned To | Gotcha | ||||||
| Priority | normal | Resolution | fixed | Platform | Microsoft | ||
| Status | closed | OS | Windows Seven | ||||
| Projection | none | OS Version | x64 | ||||
| ETA | none | Fixed in Version | 2.1.6 | Product Version | 2.1.2 | ||
| Target Version | 2.1.4 | Product Build | |||||
| Summary | 0001813: Display list of the plugins in admin clear theme | ||||||
| Description | When the list of the plugins is too long with the theme clear of the administration, the footer is not any more in the good place. | ||||||
| Steps To Reproduce | Admin clear theme. | ||||||
| Additional Information | http://piwigo.org/forum/viewtopic.php?id=16363 [^] | ||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files |
|
||||||
|
|
|||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0004126) plg (manager) 2010.08.23 19:36 |
nikrou, do you think it is related to 0001728 ? |
|
(0004223) Gotcha (developer) 2010.09.21 21:46 |
New topic [FR] : http://fr.piwigo.org/forum/viewtopic.php?id=18647 [^] |
|
(0004262) Gotcha (developer) 2010.10.03 19:01 |
Not only in clear theme ! |
|
(0004342) LucMorizur (reporter) 2010.10.24 22:32 |
Can be resolved by modifying at line 616 of ./admin/themes/default/default-layout.css from width:100%; to width:80%; and adding a new line in the same #footer { } block: left:20%; |
|
(0004343) plg (manager) 2010.10.24 22:38 |
LucMorizur, does it means the footer changes its design even when the menu is not so big? if yes, then I don't like this solution :-/ |
|
(0004347) LucMorizur (reporter) 2010.10.25 10:31 |
> LucMorizur, does it means the footer changes its design even when the menu is not so big? if yes, then I don't like this solution :-/ Actually yes, with my "solution" the footer is always reduced in size. And what's more, it is not aligned on previous content (#content), so I agree it is not a nice solution. JavaScript (actually JQuery) is needed to fix this issue, and -- currently I hope -- I'm not enough experienced in this tool. |
|
(0004388) Gotcha (developer) 2010.10.28 01:49 |
In ./admin/theme/default/default-layout.css #footer { display: block; bottom:0; height:46px; background: url(images/logo.png) no-repeat left; background-color:#464646; color:#aaa; line-height:46px; margin: 0 0 0 259px; } #piwigoInfos {float:left; margin-left:100px;} #pageInfos {background-color:#DDDDDD; margin: 0 93px 0 93px; display: inline-block;} |
|
(0004400) Gotcha (developer) 2010.10.28 23:54 |
New proposition. In ./admin/theme/default/default-layout.css #footer { display: block; bottom: 0; height: 46px; background: url(images/logo.png) no-repeat 259px center; background-color: #464646; color: #aaa; line-height: 46px; position: absolute; width: 100%; z-index: -1; } #piwigoInfos {float:left; margin-left:359px;} #pageInfos {float: right; padding-right:10px;} |
|
(0004401) Gotcha (developer) 2010.10.28 23:57 |
Solution considered to be nonsatisfactory. You can nevertheless apply it manually. Read this link: http://fr.piwigo.org/forum/viewtopic.php?pid=154891#p154891 [^] [FR] |
|
(0004487) Gotcha (developer) 2010.11.09 22:46 |
Re-open with a new solution |
|
(0004488) svn (reporter) 2010.11.09 22:51 |
[Subversion] r7732 by Gotcha on branch 2.1 -----[Subversion commit log]---------------------------------------------------- Display list of the plugins in admin clear theme bug:1813 Thanks to cljosse |
|
(0004489) svn (reporter) 2010.11.09 22:52 |
[Subversion] r7733 by Gotcha on trunk -----[Subversion commit log]---------------------------------------------------- Merge r7732 from br2.1 to trunk bug:1813 |
|
(0004795) Gotcha (developer) 2011.02.08 11:09 |
Report a problem with Win XP + IE7 Create a fix (hack) for IE7 |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |