Add organization blogs
This commit is contained in:
parent
99fc3d1015
commit
5fff6b1510
27 changed files with 1119 additions and 630 deletions
26
resources/organization.scss
Normal file
26
resources/organization.scss
Normal file
|
@ -0,0 +1,26 @@
|
|||
.leave-organization, .leave-organization:hover {
|
||||
color: red;
|
||||
}
|
||||
#control-list li {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
#pending-count-box {
|
||||
float: right;
|
||||
text-align: center;
|
||||
background: red;
|
||||
color: white;
|
||||
border-radius: 3px;
|
||||
padding-left: 0.3em;
|
||||
padding-right: 0.3em;
|
||||
}
|
||||
.org-field-wrapper {
|
||||
input[type=text], textarea {
|
||||
width: 100%;
|
||||
}
|
||||
.select2 {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
.org-field-wrapper {
|
||||
margin-top: 0.4em;
|
||||
}
|
|
@ -13,3 +13,4 @@
|
|||
@import "contest";
|
||||
@import "misc";
|
||||
@import "chatbox";
|
||||
@import "organization";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue