Set the min height and width for images in carousel, set height of tabs so the selected indicator aligns with horizontal rule
Change-Id: I0283e2634713d3fb6c99b465687c605e32a776f3
This commit is contained in:
@@ -3767,7 +3767,8 @@ a.download-sdk {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
.slideshow-develop img.play {
|
.slideshow-develop img.play {
|
||||||
width:350px;
|
max-width:350px;
|
||||||
|
max-height:240px;
|
||||||
margin:20px 0 0 90px;
|
margin:20px 0 0 90px;
|
||||||
-webkit-transform: perspective(800px ) rotateY( 35deg );
|
-webkit-transform: perspective(800px ) rotateY( 35deg );
|
||||||
box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
|
box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
|
||||||
@@ -3822,6 +3823,7 @@ a.download-sdk {
|
|||||||
.feed .feed-nav li {
|
.feed .feed-nav li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
float: left;
|
float: left;
|
||||||
|
height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user