Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:2.0:aenderungshistorie_fuer_themes_4 [2021/01/23 17:28] fasseen:2.0:aenderungshistorie_fuer_themes_4 [2021/03/03 22:59] fasse
Line 5: Line 5:
  
 If your changes are bigger and you don't want to simply replace the theme folder, all changes are documented here and you have to add them to your theme yourself. Check which version of Admidio you have used so far and look for an entry that corresponds to this version or higher. You have to update all documented changes from this entry on. If your changes are bigger and you don't want to simply replace the theme folder, all changes are documented here and you have to add them to your theme yourself. Check which version of Admidio you have used so far and look for an entry that corresponds to this version or higher. You have to update all documented changes from this entry on.
 +
 +===== Version 4.0.6 =====
 +  * The file ''adm_themes/dein-ausgewähltes-Theme/templates/overview.tpl'' must be replaced.
 +  * Search in the file ''adm_themes/dein-ausgewähltes-Theme/css/admidio.css'' for the following code  (around the line 551):<code css>.admidio-roles, .admidio-album {
 +    border: none;
 +    background-color: #eeeeee;
 +    margin-top: 15px;
 +    margin-bottom: 15px;
 +}
 +
 +.admidio-roles li {
 +    padding-left: 0px;
 +    padding-right: 0px;
 +    background-color: #eeeeee;
 +}</code> Replace the block with the following code:<code css>.admidio-card {
 +    border: none;
 +    background-color: #eeeeee;
 +    margin-top: 15px;
 +    margin-bottom: 15px;
 +    height: 95%;
 +}
 +
 +.admidio-card li {
 +    padding-left: 0px;
 +    padding-right: 0px;
 +    background-color: #eeeeee;
 +}</code> 
  
 ===== Version 4.0.4 ===== ===== Version 4.0.4 =====
  • en/2.0/aenderungshistorie_fuer_themes_4.txt
  • Last modified: 2021/10/15 08:28
  • by fasse