mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
new repo options UI
This commit is contained in:
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -492,6 +492,9 @@ $(document).ready(function () {
|
||||
$('.show-panel.button').click(function () {
|
||||
$($(this).data('panel')).show();
|
||||
});
|
||||
$('.show-modal.button').click(function () {
|
||||
$($(this).data('modal')).modal('show');
|
||||
});
|
||||
|
||||
initCommentForm();
|
||||
initInstall();
|
||||
|
@@ -78,6 +78,25 @@
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.options {
|
||||
input {
|
||||
width: 50%!important;
|
||||
min-width: 300px;
|
||||
}
|
||||
#interval {
|
||||
width: 100px!important;
|
||||
min-width: 100px;
|
||||
}
|
||||
.danger {
|
||||
.item {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
.ui.divider {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@comment-avatar-width: 3em;
|
||||
&.new.issue {
|
||||
@@ -732,4 +751,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#transfer-repo-modal,
|
||||
#delete-repo-modal {
|
||||
.ui.message {
|
||||
width: 100%!important;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user