]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/fireinfo/index.html
Update fireinfo templates
[people/shoehn/ipfire.org.git] / templates / fireinfo / index.html
index e43b62a5a2cc329f0518d2b27b66a859ce2ac92d..49d1d6e64e60bf2c67fb5e1807705291aaabe96c 100644 (file)
@@ -4,7 +4,7 @@
 
 {% block body %}
        <div class="row">
-               <div class="span12">
+               <div class="col-lg-12 col-md-12">
                        {% if lang == "de" %}
                                <p class="lead">
                                        <strong>Fireinfo</strong> ist ein Tool, welches anonym Informationen
@@ -31,7 +31,7 @@
        </div>
 
        <div class="row">
-               <div class="span8 offset2 well">
+               <div class="col-lg-8 col-md-8 col-lg-offset-2 well">
                        {% if lang == "de" %}
                                <p>
                                        Bitte geben Sie die Profil-ID von ihrem System ein, welche
@@ -48,8 +48,8 @@
 
                        <form method="POST" action="">
                                <div class="input-append">
-                                       <input type="text" class="span7" name="profile_id" value=""
-                                               placeholder="{{ _("Profile ID") }}"><button type="submit" class="btn">{{ _("Show") }}</button>
+                                       <input type="text" class="form-control col-lg-7 col-md-7" name="profile_id" value=""
+                                               placeholder="{{ _("Profile ID") }}"><button type="submit" class="btn btn-default">{{ _("Show") }}</button>
                                </div>
                                {% raw xsrf_form_html() %}
                        </form>