Changeset 061939f in sicp


Ignore:
Timestamp:
Jun 2, 2015, 12:41:57 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
f2802a4
Parents:
bfa4417
Message:

agregada etiqueta de bloque para script extras que se requieran implementar en el registro de datos, y se pasan los estilos definidos para los formularios al archivo de estilos de la aplicación

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/base_registro.html

    r4c3abdd1 r061939f  
    6464        </div>
    6565    </div>
    66 
    67     <style>
    68         #container1 { background-color: #e2dada; }
    69         .panel .panel-heading { background-color: #990000; color: #ffffff; }
    70         .panel a { color: #ffffff; }
    71         .panel-body a:link { color: #2675ff; }
    72         .panel-body a:visited { color: #6b0cff; }
    73         .panel-body a:hover { color: #056cff; }
    74         .panel-body a:active { color: #0000FF;  }
    75         .centered-form { margin-top: 15px;margin-bottom: 120px; }
    76         .centered-form .panel { background: rgba(255, 255, 255, 0.8); box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px; }
    77         .required { font-size: 8px; color: #990000; }
    78         .errorlist li {
    79             list-style: none;
    80         }
    81         .alert { margin-top: 5px; }
    82         .select2-container.form-control { height: auto !important; padding: 0; border: 0; }
    83     </style>
    8466    {% if form.errors %}
    8567        <script type="text/javascript">
     
    9173        </script>
    9274    {% endif %}
    93     <script type="text/javascript">
    94         $(document).ready(function() {
    95             $(".select2").select2({});
    96         });
    97     </script>
    9875    {% block form_extra_script %}{% endblock %}
    9976{% endblock %}
Note: See TracChangeset for help on using the changeset viewer.