Changeset 1133072
- Timestamp:
- 04/12/2015 09:46:57 AM (11 years ago)
- Location:
- simple-wp-testimonials/trunk
- Files:
-
- 1 added
- 1 edited
-
css/style.css (modified) (3 diffs)
-
widgets.php (added)
Legend:
- Unmodified
- Added
- Removed
-
simple-wp-testimonials/trunk/css/style.css
r1132647 r1133072 1 1 /* widgets css */ 2 .brochr .testi-img {float: left; margin-right: 20px; margin-top: 15px;}2 .brochr .testi-img {float: left; margin-right: 20px;} 3 3 .brochr .title {font-weight: bold; text-transform: uppercase;} 4 4 .testimonials-list li { … … 14 14 15 15 .brochr .testi-img img {border: 3px solid #CCCCCC; 16 border-radius: 10px; 17 width: 75px; 18 height: 62px; 16 width: 85px; 17 margin-left:10px; 19 18 } 20 19 … … 126 125 float: right; 127 126 } 127 128 129 130 .testimonial-slidebox ul li{position:relative;} 131 .testimonial-slidebox .next, .testimonial-slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;top:85px;} 132 .testimonial-slidebox .next{right:0; background:url("../images/slidebox_next.png") no-repeat left top; cursor:pointer;} 133 .testimonial-slidebox .previous{background:url("../images/slidebox_previous.png") no-repeat left top; cursor:pointer;}
Note: See TracChangeset
for help on using the changeset viewer.