Finish new hooks list page

This commit is contained in:
Unknwon 2014-08-09 10:29:51 -07:00
parent 7c7014262b
commit 9820b8e134
17 changed files with 167 additions and 145 deletions

View file

@ -230,4 +230,13 @@ clear: both;
cursor: pointer;
font-weight: bold;
}
}
.text-success {
color: #3c763d;
}
.text-blue {
color: #15c;
}
.text-red {
color: #DD4B39;
}

View file

@ -469,4 +469,8 @@
.repo-user-list-block {
position: relative;
top: 5px;
}
.setting-list {
width: 100%;
list-style: none;
}

View file

@ -51,38 +51,43 @@
}
}
#repo-hooks-panel,
#user-ssh-panel {
margin-bottom: 20px;
.switching-list {
background-color: #FFF;
li {
padding: 8px 20px;
&.ssh:hover {
background-color: #ffffEE;
}
margin-bottom: 20px;
.setting-list {
background-color: #FFF;
li {
padding: 8px 20px;
border-bottom: 1px solid #eaeaea;
&.ssh:hover {
background-color: #ffffEE;
}
i {
padding-right: 5px;
}
}
}
}
.active-icon {
width: 10px;
height: 10px;
border-radius: 6px;
padding: 0;
margin-right: 20px;
margin-top: 10px;
}
.ssh-content {
margin-left: 24px;
.octicon {
margin-right: 4px;
.active-icon {
width: 10px;
height: 10px;
border-radius: 6px;
padding: 0;
margin-right: 20px;
margin-top: 10px;
}
.print,
.activity {
color: #888;
.ssh-content {
margin-left: 24px;
.octicon {
margin-right: 4px;
}
.print,
.activity {
color: #888;
}
}
.ssh-delete-btn {
margin-top: 6px;
}
}
.ssh-delete-btn {
margin-top: 6px;
}
}
#user-ssh-add-form {