Von Version < 27.23 >
bearbeitet von gru
am 11.03.2020, 17:22
Auf Version < 28.11 >
bearbeitet von gru
am 12.03.2020, 15:16
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -105,17 +105,21 @@
105 105   color: #0cf !important;
106 106  }
107 107  .jQButton {
108 - width:12%;
109 109   color: #fff;
110 110   background-color: #3480AD;/*#f0f0f3*/
111 111   text-align: center;
112 112   display: inline-block;
113 - user-select: none;
114 - border-radius: 16px;
115 - padding: 4px 4px 4px 4px;
112 + border-radius: 4px;
113 + padding: 4px 10px 4px 22px;
116 116   font-size: 15px
115 + margin: auto;
116 + margin-bottom: 5px;
117 + -moz-user-select: -moz-none;
118 + -khtml-user-select: none;
119 + -webkit-user-select: none;
120 + -ms-user-select: none;
121 + user-select: none;
117 117  }
118 -
119 119  .jQButton[active=false] {
120 120   background-color: #a7a7a7;
121 121  }
... ... @@ -125,6 +125,19 @@
125 125  .jQButton[active=false]:hover {
126 126   background-color: #676767;
127 127  }
132 +.jQButton .jQButton-icon::before {
133 + font-family: "FontAwesome";
134 + font-size: 14px;
135 + font-weight: 400;
136 + content: "\f046";
137 +}
138 +.jQButton[active=false] .jQButton-icon::before {
139 + content: "\f096";
140 +}
141 +.jQButton-icon {
142 + position: absolute;
143 + margin-left: -11px;
144 +}
128 128  </style>
129 129  
130 130  <script>
... ... @@ -715,7 +715,7 @@
715 715   {text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
716 716   {text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
717 717   {text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
718 - {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
735 + {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/UserInterface/MyForms/DoubleOptIn/'},
719 719   {text: "[Übersicht von Lösungen bei Problemen mit z.B. DB (Ticket #3714, #3057)]", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
720 720   {text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
721 721   {text: "Beispiele für Print CSS / Erläuterung was das PDF Print Plugin macht", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
... ... @@ -767,12 +767,12 @@
767 767   <div class="d-none d-md-block col-lg-12 card-main">
768 768   <div class="well" >
769 769   <div id="jQButtons">
770 - <div id="jQBtn1" class="jQButton" group="Designer" active="true">Designer</div>
771 - <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true">Datenquellen</div>
772 - <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true">Statusverarbeitung</div>
773 - <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true">Abschlusseite</div>
774 - <div id="jQBtn1" class="jQButton" group="Posteingang" active="true">Posteingang</div>
775 - <div id="jQBtn1" class="jQButton" group="Anderes" active="true">Anderes</div>
787 + <div id="jQBtn1" class="jQButton" group="Designer" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Designer</div>
788 + <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Datenquellen</div>
789 + <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Statusverarbeitung</div>
790 + <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Abschlusseite</div>
791 + <div id="jQBtn1" class="jQButton" group="Posteingang" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Posteingang</div>
792 + <div id="jQBtn1" class="jQButton" group="Anderes" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Anderes</div>
776 776   </div>
777 777   <div id="jQArea">
778 778   </div>
Copyright 2000-2024