diff options
author | Iwasa Kazmi <kzmizzz@gmail.com> | 2018-09-29 15:28:47 +0900 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-09-29 09:28:47 +0300 |
commit | 67806611923eee071513a74671bc00429c3a89fa (patch) | |
tree | e6c0a66e7b9c8999dd9dd74cf973dd955c7cb8da /public/less | |
parent | e6d54d511d43cf2419a8572ca1432ec553df7d35 (diff) | |
download | gitea-67806611923eee071513a74671bc00429c3a89fa.tar.gz gitea-67806611923eee071513a74671bc00429c3a89fa.zip |
Fix layout of the topics editing form (#4971)
* Fix layout of the topic edit.
- made right-hand column wider so that it has enough space for "Done" button.
- fixed issue that jQuery's .show() breaks functionality of the Semantic UI Grid.
* Improve switching visibility of the topic edit
Changes to support old browsers that doesn't support 'flex' keyword.
- Removed style "display: none" from index.css so that
the grid can be displayed without specifying new "display" style.
- Added style "display:none" to the grid element in HTML template
as the initial style.
- In index.js, visibility of the grid element is changed by
set "display:none" style to the element or removing it from the element.
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 0a3e07fb3c..4b5ebba040 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -1805,7 +1805,6 @@ tbody.commit-list { #topic_edit { margin-top:5px; - display: none; } #repo-topic { |