Milestones: progressbar from bootstrap. Bradcrumbs styles

This commit is contained in:
randx 2012-06-01 00:10:52 +03:00
parent 17d4cac208
commit 96308f7534
5 changed files with 36 additions and 41 deletions

View file

@ -484,3 +484,29 @@ table.admin-table {
display:inline;
}
ul.breadcrumb {
background:white;
border:none;
li {
display: inline;
text-shadow: 0 1px 0 white
}
a {
color:#474D57;
font-weight:bold;
font-size:14px;
}
.arrow {
background: url("images.png") no-repeat -85px -77px;
width: 19px;
height: 16px;
float: left;
position: relative;
left: -10px;
padding:0;
margin:0;
}
}