Changeset 5de7549 in prototipo_portal_2018 for prototipo/static/css


Ignore:
Timestamp:
Nov 1, 2017, 4:32:24 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
75b1cd5, c1f6510
Parents:
97cbd49
Message:

Se agrego la funcionalidad para el reporte de la firma

Location:
prototipo/static/css
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/css/style.css

    r327fd70 r5de7549  
    3737}
    3838
     39.overflow {
     40  position: relative;
     41  overflow: auto;
     42  width: 100%;
     43}
     44
     45.log_style {
     46  white-space: pre;
     47  font-family: monospace;
     48}
    3949
    4050/* id */
     51
     52#informacion {
     53  padding: 10px;
     54  margin-left: 5px;
     55  border-radius: 20px;
     56}
     57
     58#informacion:hover {
     59    color: #fff;
     60    background-color: rgba(68, 157, 142, 0.25);
     61    border-color: rgba(169, 66, 66, 0.47);
     62}
     63
    4164#upload-button, #upload-button2, #upload-Normal {
    4265  width: 150px;
Note: See TracChangeset for help on using the changeset viewer.