Working on organization pages

This commit is contained in:
Unknwon 2014-08-23 20:24:02 +08:00
parent a60edbe88c
commit fa60502a70
10 changed files with 86 additions and 6 deletions

View file

@ -1859,3 +1859,15 @@ textarea#issue-add-content {
#team-create-form .note {
margin-left: 153px;
}
#org-team-card .desc {
font-size: 14px;
padding: 10px 20px;
}
#org-team-card .team-stats {
padding: 0 20px 10px 20px;
text-transform: uppercase;
border-bottom: 1px solid #dddddd;
}
#org-team-card .panel-footer {
padding: 10px 20px;
}

View file

@ -182,4 +182,18 @@
.note {
margin-left: 153px;
}
}
#org-team-card {
.desc {
font-size: 14px;
padding: 10px 20px;
}
.team-stats {
padding: 0 20px 10px 20px;
text-transform: uppercase;
border-bottom: 1px solid #dddddd;
}
.panel-footer {
padding: 10px 20px;
}
}