Git-Center/css/styles.css

57 lines
905 B
CSS
Raw Normal View History

2013-10-01 13:56:29 +00:00
.label {
}
2013-10-02 08:47:34 +00:00
.container {
2013-10-02 13:22:31 +00:00
margin: 20px auto;
2013-10-02 08:47:34 +00:00
}
2013-10-02 10:21:30 +00:00
.loading {
background-image: url(../img/ajax-loader.gif);
background-repeat: no-repeat;
padding-left: 20px;
}
2013-10-02 14:33:16 +00:00
2013-10-17 10:53:24 +00:00
.toolbar-top {
}
2013-10-17 11:01:21 +00:00
.toolbar-top.btn-group .btn {
2013-10-17 10:53:24 +00:00
border-bottom: 0;
2013-10-17 11:01:21 +00:00
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
2013-10-17 10:53:24 +00:00
}
2013-10-17 10:58:58 +00:00
h4 {
2013-10-17 11:04:33 +00:00
margin-top: 34px;
2013-10-17 10:53:24 +00:00
}
pre {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
2013-10-17 11:04:33 +00:00
height: 125px;
2013-10-17 10:58:58 +00:00
overflow: auto;
2013-10-17 10:53:24 +00:00
}
2013-10-17 11:04:33 +00:00
hr {
border-color: black;
margin-top: 40px;
}
2013-10-17 10:53:24 +00:00
.toolbar-bottom {
margin-top: -1px;
}
.toolbar-bottom .input-append {
display: block;
2013-10-17 11:04:33 +00:00
padding-right: 79px;
2013-10-17 10:53:24 +00:00
}
.toolbar-bottom .input-block-level {
box-sizing: border-box;
2013-10-17 10:58:58 +00:00
border-top-left-radius: 0;
2013-10-17 11:01:21 +00:00
width: 100% !important;
2013-10-17 10:53:24 +00:00
}
.toolbar-bottom .btn {
2013-10-17 10:58:58 +00:00
width:80px;
2013-10-17 11:01:21 +00:00
border-top-right-radius: 0 !important;
2013-10-02 14:33:16 +00:00
}