[fix] CSS cleanup and rebuild.

This commit is contained in:
opi 2015-09-03 09:35:56 +02:00
parent 6fcc90e076
commit 777d3e045d
2 changed files with 24 additions and 46 deletions

View file

@ -410,34 +410,28 @@ a.list-group-item-heading,
} }
} }
.btn-breadcrumb a:not(:last-child):after { .btn-breadcrumb a:not(:last-child) {
content: " "; &:after,
display: block; &:before {
width: 0; position: absolute;
height: 0; top: 50%;
border-top: 17px solid transparent; left: 100%;
border-bottom: 17px solid transparent; z-index: 3;
border-left: 10px solid white; content: " ";
position: absolute; display: block;
top: 50%; width: 0;
margin-top: -17px; height: 0;
left: 100%; border-top: 17px solid transparent;
z-index: 3; border-bottom: 17px solid transparent;
} margin-top: -17px;
.btn-breadcrumb a:not(:last-child):before { }
content: " "; &:after {
display: block; border-left: 10px solid white;
width: 0; }
height: 0; &:before {
border-top: 17px solid transparent; border-left: 10px solid rgb(173, 173, 173);
border-bottom: 17px solid transparent; margin-left: 1px;
border-left: 10px solid rgb(173, 173, 173); }
position: absolute;
top: 50%;
margin-top: -17px;
margin-left: 1px;
left: 100%;
z-index: 3;
} }
.btn-breadcrumb a { .btn-breadcrumb a {
@ -451,22 +445,6 @@ a.list-group-item-heading,
} }
/** Default button **/
.btn-group.btn-breadcrumb a:not(:last-child):after {
border-left: 10px solid #fff;
}
.btn-group.btn-breadcrumb a:not(:last-child):before {
border-left: 10px solid #ccc;
}
.btn-group.btn-breadcrumb a:hover:not(:last-child):after {
border-left: 10px solid #ebebeb;
}
.btn-group.btn-breadcrumb a:hover:not(:last-child):before {
border-left: 10px solid #adadad;
}
.separator { .separator {
.clearfix(); .clearfix();
margin-bottom: 25px; margin-bottom: 25px;

File diff suppressed because one or more lines are too long