Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:2.0:aenderungshistorie_fuer_themes_4 [2021/01/07 10:31] – fasse | en:2.0:aenderungshistorie_fuer_themes_4 [2021/10/15 08:28] (current) – fasse | ||
---|---|---|---|
Line 6: | Line 6: | ||
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.2 ===== | + | ===== Version 4.0.6 ===== |
- | * Search the file '' | + | * The file '' |
- | | + | * Search |
- | }</ | + | |
- | @media (max-width: 767px) | + | |
- | { | + | |
- | | + | |
- | display: block; | + | } |
- | } | + | |
- | | + | .admidio-roles li { |
- | | + | |
- | float: none; | + | |
- | width: 100%; | + | background-color: |
- | } | + | }</ |
+ | border: none; | ||
+ | | ||
+ | margin-top: 15px; | ||
+ | margin-bottom: | ||
+ | height: 95%; | ||
+ | } | ||
+ | |||
+ | .admidio-card li { | ||
+ | | ||
+ | padding-right: | ||
+ | background-color: | ||
+ | }</ | ||
+ | |||
+ | ===== Version 4.0.4 ===== | ||
+ | * The file '' | ||
+ | * Search the file '' | ||
+ | <ul class=" | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | </ | ||
+ | {else} | ||
+ | <ul class=" | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | {if $registrationEnabled} | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | {/if} | ||
+ | </ | ||
+ | {/ | ||
+ | {if $validLogin} | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | {else} | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | {if $registrationEnabled} | ||
+ | <li class=" | ||
+ | <a class=" | ||
+ | </ | ||
+ | {/if} | ||
+ | {/if} | ||
+ | </ | ||
+ | * Search the file '' | ||
+ | background-color: | ||
+ | border-radius: | ||
+ | color: white; | ||
+ | }</ | ||
+ | text-align: center; | ||
}</ | }</ | ||
===== Version 4.0.3 ===== | ===== Version 4.0.3 ===== | ||
- | * The file '' | + | * The file '' |
- | * Search the file '' | + | * Search the file '' |
margin-right: | margin-right: | ||
margin-top: -15px; | margin-top: -15px; | ||
Line 37: | Line 96: | ||
border-radius: | border-radius: | ||
color: white; | color: white; | ||
+ | }</ | ||
+ | |||
+ | ===== Version 4.0.2 ===== | ||
+ | * Search the file '' | ||
+ | display: block; | ||
+ | }</ | ||
+ | @media (max-width: 767px) | ||
+ | { | ||
+ | .btn-group { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .btn-group .btn { | ||
+ | display: block; | ||
+ | float: none; | ||
+ | width: 100%; | ||
+ | } | ||
}</ | }</ |