Git-Center/css/styles.css

66 lines
977 B
CSS
Raw Normal View History

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 11:01:21 +00:00
.toolbar-top.btn-group .btn {
2014-04-14 13:02:53 +00:00
border-bottom: 0;
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
2013-10-17 10:53:24 +00:00
pre {
2014-04-14 13:02:53 +00:00
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
2013-10-17 10:53:24 +00:00
}
2013-10-17 12:14:56 +00:00
.toolbar-bottom {
2014-04-14 13:02:53 +00:00
margin-top: -1px;
2013-10-17 12:14:56 +00:00
display: block;
padding-right: 79px;
margin-right: 33px;
2013-10-17 10:53:24 +00:00
}
2013-10-17 12:14:56 +00:00
2013-10-17 10:53:24 +00:00
.toolbar-bottom .input-block-level {
2014-04-14 13:02:53 +00:00
border-top-left-radius: 0;
2013-10-17 12:14:56 +00:00
width: 100% !important;
2013-10-17 10:53:24 +00:00
}
2013-10-17 12:14:56 +00:00
2013-10-17 10:53:24 +00:00
.toolbar-bottom .btn {
2013-10-17 12:14:56 +00:00
width: 80px;
2014-04-14 13:02:53 +00:00
border-top-right-radius: 0 !important;
}
.toolbar-bottom .btn:last-child .icon-arrow-up {
margin-right: -8px;
2014-04-14 13:02:53 +00:00
position: relative;
right: 5px;
2014-04-14 13:02:53 +00:00
}
.toolbar-bottom .btn:last-child {
width: auto;
padding-right: 8px;
2013-10-02 14:33:16 +00:00
}
2013-10-17 12:14:56 +00:00
2013-10-31 23:46:53 +00:00
.span9 {
float: right;
}
.nodev-mode {
display: none;
}
2013-10-17 12:14:56 +00:00
@media (max-width: 767px) {
.affix {
position: relative;
}
}