Changeset 0500480 in prototipo_portal_2018 for prototipo/static/css/style.css


Ignore:
Timestamp:
Oct 25, 2017, 2:00:40 PM (7 years ago)
Author:
José Sulbarán <jsulbaran@…>
Branches:
master
Children:
445bdb4
Parents:
307a8cc
Message:

Se modificaron las bottones y las funcionalidades de draggable

File:
1 edited

Legend:

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

    ra9c1355 r0500480  
     1/* Class */
     2.buttons-plantilla {
     3  width: 150px;
     4  display: block;
     5  margin: 20px auto;
     6  margin-left: 5px;
     7  border-radius: 20px; 
     8}
     9
     10.text {
     11  border-radius: 0px;
     12  color: rgba(255, 255, 255, .5);
     13  display: inline-block;
     14  font: bold 40px/100px Arial;
     15  height: 80px;
     16  width: 130px;
     17  border: 1px solid #eee;
     18  z-index: 2;
     19  margin-bottom: 4px;
     20  display: none;
     21 
     22}
     23
     24.cuerpo {
     25  background-color: rgba(40, 144, 127, 0.13);
     26}
     27
     28.imagen {
     29  background-size: cover;
     30  background-image: url('../img/backgroung-header.png') ;
     31  height: 40px;
     32  width: 100px;
     33 }
     34
     35.col-width {
     36  width: 104%;
     37}
     38
     39
     40/* id */
    141#upload-button, #upload-button2, #upload-Normal {
    242  width: 150px;
     
    646  border-radius: 20px; 
    747}
     48
     49#firmar-documento, #firmar-doc-noVisible {
     50  margin-left: 5px;
     51  border-radius: 20px;
     52  display: none;
     53}
     54
    855
    956#file-to-upload, #file-to-upload2, #file-to-normal{
     
    2673}
    2774
    28 #pdf-contents, #pdf-contents2 {
     75#pdf-contents, #pdf-contents2, #pdf-contents3 {
    2976  display: none;
    3077}
    3178
    32 #pdf-meta #pdf-meta3 {
     79#pdf-meta, #pdf-meta3 {
    3380  overflow: hidden;
    3481  margin: 0 0 20px 0;
     
    5198}
    5299
    53 #pdf-canvas, #pdf-canvas2 #pdf-canvas3 {
     100#pdf-canvas, #pdf-canvas2, #pdf-canvas3 {
    54101  border: 1px solid rgba(0,0,0,0.2);
    55102  box-sizing: border-box;
     
    97144}
    98145
    99 .text {
    100   border-radius: 0px;
    101   color: rgba(255, 255, 255, .5);
    102   display: inline-block;
    103   font: bold 40px/100px Arial;
    104   height: 80px;
    105   width: 130px;
    106   border: 1px solid #eee;
    107   z-index: 2;
    108  
    109 }
    110 
    111 
    112 .imagen {
    113   background-size: cover;
    114   background-image: url('../img/backgroung-header.png') ;
    115   height: 40px;
    116   width: 100px;
    117  }
    118 
    119146
    120147#pdf-prev2, #pdf-prev3 {
     
    148175
    149176
    150 
    151177/*.menu_lateral {
    152178    position: fixed;
Note: See TracChangeset for help on using the changeset viewer.