aboutsummaryrefslogtreecommitdiff
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-11 12:18:56 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-11 12:18:56 +0800
commit5b5d54621e6b17e65e1df9227ca1bd5a66ce86db (patch)
treea2f429c224d0eb3356a6b456ac8fbca0860d3b49 /public/css/gogs.css
parentf9907bbfa4368be7412ab3ade6be354225409652 (diff)
parent295cfd42aa7a3248c044abdc530a96b722fb5e6b (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 4a4144ba..05e30810 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -32,7 +32,7 @@ body {
background-color: transparent;
}
-.btn{
+.btn {
cursor: pointer;
}
@@ -234,7 +234,7 @@ body {
/* gogits user setting */
-#gogs-user-setting-nav > h4, #gogs-user-setting-container > h4 ,#gogs-ssh-keys > h4{
+#gogs-user-setting-nav > h4, #gogs-user-setting-container > h4, #gogs-ssh-keys > h4, #gogs-user-delete > h4 {
padding-bottom: 18px;
margin-bottom: 18px;
border-bottom: 1px solid #CCC;
@@ -263,11 +263,11 @@ body {
border-bottom: 1px solid #DDD;
}
-#gogs-ssh-keys .list-group-item:after{
+#gogs-ssh-keys .list-group-item:after {
clear: both;
}
-#gogs-ssh-keys .list-group-item:hover a.delete{
+#gogs-ssh-keys .list-group-item:hover a.delete {
display: block;
}
@@ -298,6 +298,6 @@ body {
border-radius: 3px;
}
-#gogs-ssh-form textarea{
+#gogs-ssh-form textarea {
height: 16em;
} \ No newline at end of file