Din last-child virker ikke fordi der er et child (.bottom-button-line) efter dit sidste element med class="part", ville det være et problem bare at tilføje en ekstra class til din pil..?
Sådan her:
- <div class="outer part">
- <div class="part">IKON</div>
- <div class="part">Tekst</div>
- <div class="part last" style="padding-right: 15px;">-></div>
- <div class="bottom-button-line"></div>
- </div>
- .part{
- display: inline-block;
- }
-
- .outer{
- border:1px solid black;
- padding-bottom: 0px;
- padding-top: 5px;
- }
-
- .outer .part:first-child{
- padding-left:15px;
- }
-
- .outer .part.last{
- padding-right: 15px;
- margin-right: 15px;
- background-color: red;
- }
- .bottom-button-line{
- margin-top: 5px;
- height: 5px;
- background-color: blue;
- }
http://jsfiddle.net/0cfhp2vh/2/Håber ikke det er helt ubrugeligt.. ;-)
Indlæg senest redigeret d. 12.09.2014 11:41 af Bruger #8884