Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16866 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16866 Rev 16867
Línea 5951... Línea 5951...
5951
    text-decoration: none;
5951
    text-decoration: none;
5952
    font-weight: 500;
5952
    font-weight: 500;
5953
    margin-left: 15px;
5953
    margin-left: 15px;
5954
}
5954
}
Línea 5955... Línea -...
5955
 
-
 
5956
.add-pic-box {
-
 
5957
    display: inline-block;
-
 
5958
    color: #e44d3a;
-
 
5959
    font-size: 16px;
-
 
5960
    position: absolute;
-
 
5961
    top: 30px;
-
 
5962
    right: 0;
-
 
5963
    font-weight: 600;
-
 
5964
    margin-right: 0;
-
 
5965
}
-
 
5966
 
-
 
5967
.add-pic-box.cover {
-
 
5968
    display: inline-block;
-
 
5969
    color: #e44d3a;
-
 
5970
    font-size: 16px;
-
 
5971
    position: absolute;
-
 
5972
    top: 30px;
-
 
5973
    right: 0;
-
 
5974
    font-weight: 600;
-
 
5975
    margin-right: 0;
-
 
5976
    width: 100%;
-
 
5977
}
-
 
5978
 
-
 
5979
.add-pic-box [type="file"] {
-
 
5980
    height: 0;
-
 
5981
    overflow: hidden;
-
 
5982
    width: 0;
-
 
5983
    float: left;
-
 
5984
}
-
 
5985
 
-
 
5986
.add-pic-box [type="file"]+label {
-
 
5987
    background: #fff;
-
 
5988
    border: 2px solid #e44d3a;
-
 
5989
    border-radius: 3px;
-
 
5990
    color: #e44d3a;
-
 
5991
    cursor: pointer;
-
 
5992
    /* display: inline-block; */
-
 
5993
    font-size: 15px;
-
 
5994
    font-weight: 600;
-
 
5995
    outline: none;
-
 
5996
    padding: 12px 20px;
-
 
5997
    position: relative;
-
 
5998
    transition: all 0.3s;
-
 
5999
    vertical-align: middle;
-
 
6000
    margin: 0;
-
 
6001
    float: right;
-
 
6002
    text-transform: uppercase;
-
 
6003
}
-
 
6004
 
-
 
6005
.add-pic-box [type="file"]+label:hover {
-
 
6006
    background: #e44d3a;
-
 
6007
    color: #fff;
-
 
6008
}
-
 
6009
 
5955
 
6010
.noreview li i {
5956
.noreview li i {
6011
    color: #b2b2b2;
5957
    color: #b2b2b2;
Línea 6012... Línea 5958...
6012
}
5958
}