2013-10-01 13:56:29 +00:00
|
|
|
.btn-group > .btn:first-child {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group > .btn:last-child {
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group > .btn {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
position: relative;
|
|
|
|
bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
2013-10-02 08:47:34 +00:00
|
|
|
|
|
|
|
.container {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
padding-top: 8px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-10-02 10:21:30 +00:00
|
|
|
|
|
|
|
.loading {
|
|
|
|
background-image: url(../img/ajax-loader.gif);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|