aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_repository.less28
1 files changed, 27 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 066c58fd..9501d99c 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -161,7 +161,7 @@
}
#file-buttons {
font-weight: normal;
- margin-top: -3px;
+
.ui.button {
padding: 8px 10px;
font-weight: normal;
@@ -1303,6 +1303,32 @@
}
}
+ &.branches {
+ .protected-branches {
+ .selection.dropdown {
+ width: 300px;
+ }
+ .item {
+ border: 1px solid #eaeaea;
+ padding: 10px 15px;
+
+ &:not(:last-child) {
+ border-bottom: 0;
+ }
+ }
+ }
+ .branch-protection {
+ .help {
+ margin-left: 26px;
+ padding-top: 0;
+ }
+ .fields {
+ margin-left: 20px;
+ display: block;
+ }
+ }
+ }
+
&.webhook {
.events {
.column {