Git-Center/css/styles.css

46 lines
627 B
CSS
Raw Normal View History

2013-10-02 14:33:16 +00:00
.btn-group .btn:first-child {
2013-10-01 13:56:29 +00:00
border-bottom-left-radius: 0;
}
2013-10-02 14:33:16 +00:00
.btn-group .btn:last-child, .input-prepend input {
2013-10-01 13:56:29 +00:00
border-bottom-right-radius: 0;
}
2013-10-02 14:33:16 +00:00
.btn-group .btn {
2013-10-01 13:56:29 +00:00
border-bottom: 0;
}
2013-10-02 14:33:16 +00:00
.btn-group .input-prepend .btn {
border-left: 0;
}
2013-10-01 13:56:29 +00:00
.label {
position: relative;
bottom: 4px;
}
2013-10-02 14:33:16 +00:00
pre, .btn-group .input-prepend .btn {
2013-10-01 13:56:29 +00:00
border-top-left-radius: 0;
}
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
}
.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;
}
2013-10-02 14:33:16 +00:00
.input-prepend {
margin-bottom: 0;
position: relative;
top: 1px;
}