Plugin Directory

Changeset 2079330


Ignore:
Timestamp:
05/02/2019 05:07:27 PM (7 years ago)
Author:
anand000
Message:

Caption style fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fade-slider/trunk/public/css/fadeslider_style.css

    r2078683 r2079330  
    44    color: #ffffff;
    55}
     6
    67a.carousel-control:hover,
    78a.carousel-control:focus {
    89    color: #fff !important;
    910}
     11
    1012.carousel-inner .item img {
    1113    width: 100%;
    1214}
     15
    1316.display-sec {
    1417    margin-bottom: 25px;
     18}
     19
     20.slide .carousel-indicators {
     21    bottom: -15px !important;
     22}
     23
     24.slide .carousel-caption {
     25    padding-left: 6px;
     26    padding-right: 6px;
     27}
     28
     29.display-sec h3 {
     30    font-size: 18px;
     31}
     32
     33.display-sec p {
     34    margin-bottom: 1.5em;
     35    font-size: 14px;
    1536}
    1637
     
    2546        bottom: 0;
    2647    }
     48
    2749    .slide .display-sec h3 {
    2850     margin: 8px auto;
     
    3355        margin: 8px auto;
    3456    }
     57
    3558    .slide .carousel-caption {
    3659        position: relative;
     
    4669        top: 0;
    4770    }
     71
    4872    .slide .carousel-caption p {
    4973        margin-bottom: 1.6em;
Note: See TracChangeset for help on using the changeset viewer.