2018-03-26 22:18:09 +08:00
|
|
|
@import "constants";
|
|
|
|
|
2017-05-18 20:21:00 +08:00
|
|
|
.repositories-dropdown-menu {
|
|
|
|
height: auto;
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-x: hidden;
|
2017-06-19 16:32:12 +08:00
|
|
|
text-transform: initial;
|
2017-05-18 20:21:00 +08:00
|
|
|
}
|
2017-06-06 23:35:29 +08:00
|
|
|
|
|
|
|
.repository-table {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
// Datatables generated name
|
|
|
|
.dataTables_length {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-06-19 19:39:03 +08:00
|
|
|
|
|
|
|
// hack only for firefox
|
|
|
|
@-moz-document url-prefix() {
|
|
|
|
input.form-control[type="file"] {
|
|
|
|
font-size: 13px;
|
|
|
|
height: auto;
|
|
|
|
padding: 3px 12px;
|
|
|
|
}
|
|
|
|
}
|
2017-06-06 23:35:29 +08:00
|
|
|
}
|
2017-06-16 17:52:26 +08:00
|
|
|
|
|
|
|
.repository-cog {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
2017-06-22 20:23:03 +08:00
|
|
|
|
|
|
|
#repository-table_paginate {
|
|
|
|
float: right;
|
|
|
|
text-align: inherit;
|
|
|
|
}
|
2018-03-26 22:18:09 +08:00
|
|
|
|
|
|
|
.breadcrumb.breadcrumb-repository {
|
|
|
|
background-color: $color-concrete;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|