Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16849 Rev 16866
Línea 2445... Línea 2445...
2445
}
2445
}
Línea 2446... Línea 2446...
2446
 
2446
 
Línea 2447... Línea 2447...
2447
/* ============= user_profile ============= */
2447
/* ============= user_profile ============= */
2448
 
-
 
2449
.user_profile {
2448
 
2450
    float: left;
2449
.user_profile {
2451
    width: 100%;
2450
    width: 100%;
2452
    background-color: #fff;
2451
    background-color: #fff;
2453
    margin-bottom: 20px;
2452
    margin-bottom: 20px;
2454
    text-align: center;
2453
    text-align: center;
Línea 2455... Línea 2454...
2455
    margin-top: -40px;
2454
    margin-top: -40px;
2456
}
-
 
2457
 
2455
}
2458
.user-pro-img {
2456
 
2459
    float: left;
2457
.user-pro-img {
2460
    width: 100%;
2458
    width: 100%;
2461
    text-align: center;
2459
    text-align: center;
Línea 2506... Línea 2504...
2506
#go-back {
2504
#go-back {
2507
    font-size: 2rem;
2505
    font-size: 2rem;
2508
}
2506
}
Línea 2509... Línea 2507...
2509
 
2507
 
2510
.user-pro-img img {
-
 
2511
    -webkit-border-radius: 100px;
-
 
2512
    -moz-border-radius: 100px;
-
 
2513
    -ms-border-radius: 100px;
-
 
2514
    -o-border-radius: 100px;
2508
.user-pro-img img {
2515
    border-radius: 100px;
-
 
2516
    float: none;
2509
    border-radius: 100px;
2517
    border: 5px solid #fff;
2510
    border: 5px solid #fff;
2518
    background: #fff;
2511
    background: #fff;
Línea 2519... Línea 2512...
2519
}
2512
}
2520
 
-
 
2521
.user_pro_status {
2513
 
2522
    float: left;
2514
.user_pro_status {
2523
    width: 100%;
2515
    width: 100%;
2524
    border-bottom: 1px solid #e5e5e5;
2516
    border-bottom: 1px solid #e5e5e5;
Línea 2525... Línea -...
2525
    padding-bottom: 27px;
-
 
2526
}
-
 
2527
 
-
 
2528
.flw-hr {
-
 
2529
    float: left;
-
 
2530
    width: 100%;
-
 
2531
    margin-bottom: 30px;
-
 
2532
}
-
 
2533
 
-
 
2534
.flw-hr li {
-
 
2535
    display: inline-block;
-
 
2536
    margin-right: 17px;
-
 
2537
}
-
 
2538
 
-
 
2539
.flw-hr li:last-child {
-
 
2540
    margin-right: 0;
-
 
2541
}
-
 
2542
 
-
 
2543
.flw-hr li a {
-
 
2544
    display: inline-block;
-
 
2545
    color: #ffffff;
-
 
2546
    font-size: 16px;
-
 
2547
    font-weight: 600;
-
 
2548
    padding: 11px 15px;
-
 
2549
}
-
 
2550
 
-
 
2551
.flw-hr li a i {
-
 
2552
    padding-right: 5px;
-
 
2553
}
-
 
2554
 
-
 
2555
.flww {
-
 
2556
    background-color: #53d690;
-
 
2557
}
-
 
2558
 
-
 
2559
.hre {
-
 
2560
    background-color: #51a5fb;
2517
    padding-bottom: 27px;
Línea 2561... Línea 2518...
2561
}
2518
}
2562
 
-
 
-
 
2519
 
2563
/* =============== flw-status ============ */
2520
/* =============== flw-status ============ */
2564
 
2521
 
Línea 2565... Línea 2522...
2565
.flw-status {
2522
.flw-status {
2566
    float: left;
2523