Ignore:
Timestamp:
May 18, 2016, 1:36:22 PM (8 years ago)
Author:
aosorio <aosorio@…>
Branches:
modelo_minuta
Children:
40f563a
Parents:
8a68681
Message:

Arreglados los estilos del campo Responsable de la Minuta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/assets/stylesheets/publisher.scss

    r332db9d r52c3597  
    9999          font-size: 18px;
    100100          cursor: pointer;
    101         }
     101        }
     102
     103        .remove-responsable.entypo.cross {
     104          display: none;
     105          color: lighten($black,75%);
     106          &.active { display: block; }
     107          &:hover { color: $black; }
     108          line-height: 30px;
     109          font-size: 18px;
     110          cursor: pointer;
     111        }
    102112
    103113        .remove-textfield.entypo.cross {
     
    148158          line-height: 30px;
    149159          font-size: 18px;
    150           cursor: pointer;
     160          cursor: pointer;         
     161        }
     162
     163        .responsable {
     164          /*height: 80px;*/
     165          width: 91.5%;
     166          border: 1px solid #DDDDDD !important;
    151167        }
    152168
     
    169185        }
    170186
     187        .poll-responsable-template {
     188          /*border: 1px solid green;*/
     189          width: 100%;
     190          margin-left: 0px;
     191        }
     192
    171193        .poll-textarea-template {
    172194          /*border: 1px solid green;*/
     
    194216        }
    195217
    196         #boton_agregar_campo_texto {
    197           background-color: #FAFAFA;
    198           width: 130px;
    199           border: solid 1px #808080;
    200           border-radius: 5px;
    201           cursor: pointer;
    202           text-align: center;
    203           padding: 5px;
    204           text-decoration: none;
    205         }
    206         #boton_agregar_campo_texto:hover {
     218        #boton_agregar_responsable {
     219          background-color: #FAFAFA;
     220          width: 130px;
     221          border: solid 1px #808080;
     222          border-radius: 5px;
     223          cursor: pointer;
     224          text-align: center;
     225          padding: 5px;
     226          text-decoration: none;
     227        }
     228        #boton_agregar_responsable:hover {
    207229          background-color: #FAFAFA;
    208230          color: #3F8FBA;
     
    278300          text-decoration: none;
    279301        }
     302        #titulos_campos_minuta {
     303          color: #000000
     304        }
     305
    280306        .span1234 {
    281307          /*border: 1px solid red;*/
Note: See TracChangeset for help on using the changeset viewer.