Von Version < 27.22 >
bearbeitet von gru
am 11.03.2020, 17:16
Auf Version < 28.5 >
bearbeitet von gru
am 12.03.2020, 14:59
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -31,9 +31,9 @@
31 31   'documentation': 'https://formcycle.eu/de/features'
32 32  }, {
33 33   'iconfc': 'puzzle',
34 - 'title': 'Tutorials',
34 + 'title': 'Anwendungsfälle',
35 35   'description': 'Formulardaten verarbeiten',
36 - 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing'
36 + 'documentation': 'doc:Examples.WebHome'
37 37  }, {
38 38   'iconfc': 'form',
39 39   'title': 'Beispiele',
... ... @@ -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;
112 + border-radius: 4px;
115 115   padding: 4px 4px 4px 4px;
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,15 @@
125 125  .jQButton[active=false]:hover {
126 126   background-color: #676767;
127 127  }
132 +.jQButton:before {
133 + font-family: "FontAwesome";
134 + font-size: 12px;
135 + font-weight: 400;
136 + content: "\f046";
137 +}
138 +.jQButton[active=false]:before {
139 + content: "\f096";
140 +}
128 128  </style>
129 129  
130 130  <script>
Copyright 2000-2024