- Posts: 18
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Dann eröffnest Du ein neues. in diesem Thread ist die Frage sicher falsch.Ich habe kein anderes Thema über die nächste Schaltfläche gefunden.
durch dieses script{{ include('./subviews/navigation/navigator.twig') }}
<div class="{{ aSurveyInfo.class.navigatorcontainer }} row navigator space-col" id="{{ aSurveyInfo.id.navigatorcontainer }}" {{ aSurveyInfo.attr.navigatorcontainer }}> <!-- Previous button container --> <div class="{{ aSurveyInfo.class.navigatorbuttonl }} col-xs-4 col-xs-offset-4" {{ aSurveyInfo.attr.navigatorbuttonl }}> {# Next button is not always shown (last page, all in one mode, etc) #} <!-- Button Next --> <button {{ aSurveyInfo.attr.navigatorbuttonnext }} accesskey="n" class=" {{ aNavigator.disabled }} {{ aSurveyInfo.class.navigatorbuttonnext }} btn btn-lg btn-block btn-primary " > {{ gT("Next") }} </button> </div> </div>
in<div class="{{ aSurveyInfo.class.navigatorbuttonr }} col-xs-6 text-right">
Nun ist der Button in der Mitte.<div class="{{ aSurveyInfo.class.navigatorbuttonr }} col-xs-12 text-center">
.btn-lg { width:150px; height:75px; }
/******************
User custom CSS
In this file you can add your own custom CSS
It will be loaded last, so you can override any other property.
Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/