diff options
author | slene <vslene@gmail.com> | 2014-03-16 21:07:50 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-16 21:07:50 +0800 |
commit | f6e32b1b08a5eff2c0cbdfe827b40fdea9dc676e (patch) | |
tree | 12abcc1c0c3c35de5e45d0c6332819d724c71de6 /public/css | |
parent | 0754dd2f955c70994753cd18228333ca32ceee72 (diff) | |
download | gitea-f6e32b1b08a5eff2c0cbdfe827b40fdea9dc676e.tar.gz gitea-f6e32b1b08a5eff2c0cbdfe827b40fdea9dc676e.zip |
finish delete ssh key and delete account. all with confirm.
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 6b510364b7..2adbde23e2 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -302,16 +302,16 @@ html, body { /* gogits user ssh keys */ #gogs-ssh-keys .list-group-item { - line-height: 48px; + padding: 15px 0; border-bottom: 1px solid #DDD; } -#gogs-ssh-keys .list-group-item:after { - clear: both; +#gogs-ssh-keys .list-group-item .delete { + margin: -5px 50px 0; } -#gogs-ssh-keys .list-group-item:hover a.delete { - display: block; +#gogs-ssh-keys .list-group-item:after { + clear: both; } #gogs-ssh-keys .name { @@ -319,15 +319,6 @@ html, body { font-weight: bold; } -#gogs-ssh-keys .list-group-item a.delete { - float: right; - color: white; - cursor: pointer; - margin-top: 10px; - border-radius: 3px; - display: none; -} - #gogs-ssh-keys .print { padding-left: 1em; color: #888; |