Git-Center/css/styles.css
Grégoire Daussin 8eb06c06fd corrections
2013-10-17 13:04:33 +02:00

57 lines
905 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-group .btn {
border-bottom: 0;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
h4 {
margin-top: 34px;
}
pre {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
height: 125px;
overflow: auto;
}
hr {
border-color: black;
margin-top: 40px;
}
.toolbar-bottom {
margin-top: -1px;
}
.toolbar-bottom .input-append {
display: block;
padding-right: 79px;
}
.toolbar-bottom .input-block-level {
box-sizing: border-box;
border-top-left-radius: 0;
width: 100% !important;
}
.toolbar-bottom .btn {
width:80px;
border-top-right-radius: 0 !important;
}