Changeset bc64757 in sicp


Ignore:
Timestamp:
Jun 5, 2015, 11:43:51 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
aa57136
Parents:
4825aa2
Message:

agregado estilo para el panel de registro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/css/styles.css

    r1fdb1ec rbc64757  
    4343/** Estilos para los formularios */
    4444#container1 { background-color: #e2dada; }
     45.panel { margin-bottom: 100px; }
    4546.panel .panel-heading { background-color: #990000; color: #ffffff; }
    4647.panel a { color: #ffffff; }
     
    5253.centered-form .panel { background: rgba(255, 255, 255, 0.8); box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px; }
    5354.required { font-size: 8px; color: #990000; }
    54 .errorlist li {
    55     list-style: none;
    56 }
     55.errorlist li { list-style: none; }
    5756.alert { margin-top: 5px; }
    5857.select2-container.form-control { height: auto !important; padding: 0; border: 0; }
     
    6059.bg_sections { background-color: #990000; color: #FFFFFF; }
    6160.bg_sections >  a { color: #FFFFFF; }
    62 body { padding-top: 50px; }
     61body { padding-top: 10px; }
Note: See TracChangeset for help on using the changeset viewer.