Merge branch 'refs/heads/develop'
This commit is contained in:
commit
0f44e54b5b
2 changed files with 52 additions and 1 deletions
|
@ -321,6 +321,11 @@ box-sizing: border-box;
|
|||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
#settings-server button[type="submit"] {
|
||||
float: right !important;
|
||||
margin-left: 5px !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
/* Compose Window */
|
||||
#upload-photo {
|
||||
|
@ -533,6 +538,27 @@ aside .widget,
|
|||
}
|
||||
/* END OF ACTION BUTTON LABELS */
|
||||
/* Compose and Reply */
|
||||
#jot-modal .modal-header .compose-link {
|
||||
border-radius: 100% !important;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
font-size: 27px !important;
|
||||
padding: 0 6px !important;
|
||||
}
|
||||
.close {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
background-color: #0066FF !important;
|
||||
opacity: 1 !important;
|
||||
color: #fff !important;
|
||||
border-radius: 100%;
|
||||
margin-top: 5px;
|
||||
margin-top: 2px !important;
|
||||
}
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
box-shadow: inset rgba(255,255,255,.2) !important;
|
||||
}
|
||||
#jot-modal-content,
|
||||
.wall-item-comment-wrapper {
|
||||
background-color: rgb(37,39,40) !important;
|
||||
|
|
|
@ -279,7 +279,11 @@
|
|||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#settings-server button[type="submit"] {
|
||||
float: right !important;
|
||||
margin-left: 5px !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
/* Other people profiles */
|
||||
#mention-link {
|
||||
background-color: var(--link-color) !important;
|
||||
|
@ -460,6 +464,27 @@
|
|||
}
|
||||
/* END OF ACTION BUTTON LABELS */
|
||||
/* Compose and Reply */
|
||||
#jot-modal .modal-header .compose-link {
|
||||
border-radius: 100% !important;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
font-size: 27px !important;
|
||||
padding: 0 6px !important;
|
||||
}
|
||||
.close {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
background-color: #0066FF !important;
|
||||
opacity: 1 !important;
|
||||
color: #fff !important;
|
||||
border-radius: 100%;
|
||||
margin-top: 5px;
|
||||
margin-top: 2px !important;
|
||||
}
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
box-shadow: inset rgba(0,0,0,.2) !important;
|
||||
}
|
||||
#jot-modal-content,
|
||||
.wall-item-comment-wrapper {
|
||||
background-color: #fff !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue