Vorlage:Literatur erstellen oder bearbeiten: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(+CSS)
 
Zeile 26: Zeile 26:
  
 
<syntaxhighlight lang="css">
 
<syntaxhighlight lang="css">
/* Erweiterung:PageForms Rand minimieren */
 
 
table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
 
table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
 
,table.Forumlar-ohne-Randabstand form > p
 
,table.Forumlar-ohne-Randabstand form > p
 +
,div.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
 +
,div.Forumlar-ohne-Randabstand form > p
 
{
 
{
 
     margin-top:0px!important;
 
     margin-top:0px!important;

Aktuelle Version vom 9. Juni 2023, 14:53 Uhr

Formular für Literatureingabe zur Bearbeitung

Benutzung

{{Literatur erstellen oder bearbeiten}}

Parameter

Keine

Abhängigkeiten

CSS

table.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
,table.Forumlar-ohne-Randabstand form > p
,div.Forumlar-ohne-Randabstand * div.pfFormInputWrapper
,div.Forumlar-ohne-Randabstand form > p
{
    margin-top:0px!important;
    margin-bottom:0px!important;
}