Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2623 Rev 2629
Línea 5217... Línea 5217...
5217
    width: 100%;
5217
    width: 100%;
5218
    padding: 70px 0;
5218
    padding: 70px 0;
5219
}
5219
}
Línea 5220... Línea 5220...
5220
 
5220
 
5221
.acc-leftbar {
-
 
5222
    float: left;
5221
.acc-leftbar {
5223
    width: 100%;
5222
    width: 100%;
5224
    background-color: #fff;
5223
    background-color: #fff;
5225
    border-left: 1px solid #e5e5e5;
5224
    border: 1px solid #e5e5e5;
5226
    border-bottom: 1px solid #e5e5e5;
5225
    border-radius: 10px;
5227
    border-right: 1px solid #e5e5e5;
5226
    overflow: hidden;
Línea 5228... Línea 5227...
5228
}
5227
}
5229
 
-
 
5230
.acc-leftbar .nav-tabs>a {
-
 
5231
    float: left;
-
 
5232
    width: 100%;
-
 
5233
    background: none;
5228
 
5234
    padding: 18px 20px;
-
 
5235
    border-bottom: 1px solid #e5e5e5;
-
 
5236
    border-left: 0;
-
 
5237
    border-right: 0;
5229
.acc-leftbar .nav-tabs>a {
5238
    color: #000000;
5230
    border-bottom: 1px solid #e5e5e5;
5239
    font-size: 16px;
-
 
5240
    font-weight: 500;
-
 
5241
    -webkit-border-radius: 0;
5231
    font-size: 16px;
5242
    -moz-border-radius: 0;
-
 
5243
    -ms-border-radius: 0;
5232
    font-weight: 700;
5244
    -o-border-radius: 0;
5233
    margin: 0 auto;
5245
    border-radius: 0;
5234
    padding: 18px 20px;
Línea 5246... Línea 5235...
5246
    border-top: 0;
5235
    width: 90%;
5247
}
5236
}
5248
 
5237