Git-Center/css/styles.css
2013-10-17 12:53:24 +02:00

48 lines
734 B
CSS

.label {
}
.container {
margin: 20px auto;
}
.loading {
background-image: url(../img/ajax-loader.gif);
background-repeat: no-repeat;
padding-left: 20px;
}
.toolbar-top {
}
.toolbar-top .btn {
border-bottom: 0;
border-radius: 0;
}
.toolbar-top .btn:first-child {
border-top-left-radius: 4px;
}
.toolbar-top .btn:last-child {
border-top-right-radius: 4px;
}
pre {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
}
.toolbar-bottom {
margin-top: -1px;
}
.toolbar-bottom .input-append {
display: block;
padding-right: 50px;
}
.toolbar-bottom .input-block-level {
box-sizing: border-box;
}
.toolbar-bottom .btn {
width:50px;
}