2014-09-02 18:07:02 +05:30
|
|
|
.member-search-form {
|
|
|
|
float: left;
|
2016-04-02 18:10:28 +05:30
|
|
|
|
|
|
|
input[type='search'] {
|
|
|
|
width: 225px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
|
|
|
@media (max-width: $screen-xs-max) {
|
|
|
|
width: 100px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-row {
|
|
|
|
@include str-truncated(90%);
|
|
|
|
}
|
2015-10-24 18:46:33 +05:30
|
|
|
|
|
|
|
.dashboard .side .panel .panel-heading .input-group {
|
|
|
|
.form-control {
|
|
|
|
height: 42px;
|
|
|
|
}
|
2015-12-23 02:04:40 +05:30
|
|
|
}
|
2016-04-02 18:10:28 +05:30
|
|
|
|
|
|
|
.group-row {
|
|
|
|
.stats {
|
|
|
|
float: right;
|
2016-09-13 17:45:13 +05:30
|
|
|
line-height: $list-text-height;
|
2016-04-02 18:10:28 +05:30
|
|
|
color: $gl-gray;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
.ldap-group-links {
|
|
|
|
.form-actions {
|
|
|
|
margin-bottom: $gl-padding;
|
|
|
|
}
|
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
.groups-cover-block {
|
2016-06-16 23:09:34 +05:30
|
|
|
.container-fluid {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
.group-right-buttons {
|
2016-06-16 23:09:34 +05:30
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
2016-08-24 12:49:21 +05:30
|
|
|
.btn {
|
|
|
|
@include btn-gray;
|
|
|
|
padding: 3px 10px;
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
}
|
|
|
|
}
|
2016-09-29 09:46:39 +05:30
|
|
|
|
|
|
|
.groups-header {
|
|
|
|
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
.nav-links {
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-controls {
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|