Merge branch 'refs/heads/develop'
This commit is contained in:
commit
0f44e54b5b
2 changed files with 52 additions and 1 deletions
|
@ -322,6 +322,11 @@ box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
#settings-server button[type="submit"] {
|
||||||
|
float: right !important;
|
||||||
|
margin-left: 5px !important;
|
||||||
|
margin-bottom: 20px !important;
|
||||||
|
}
|
||||||
/* Compose Window */
|
/* Compose Window */
|
||||||
#upload-photo {
|
#upload-photo {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
|
@ -533,6 +538,27 @@ aside .widget,
|
||||||
}
|
}
|
||||||
/* END OF ACTION BUTTON LABELS */
|
/* END OF ACTION BUTTON LABELS */
|
||||||
/* Compose and Reply */
|
/* 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,
|
#jot-modal-content,
|
||||||
.wall-item-comment-wrapper {
|
.wall-item-comment-wrapper {
|
||||||
background-color: rgb(37,39,40) !important;
|
background-color: rgb(37,39,40) !important;
|
||||||
|
|
|
@ -279,7 +279,11 @@
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
#settings-server button[type="submit"] {
|
||||||
|
float: right !important;
|
||||||
|
margin-left: 5px !important;
|
||||||
|
margin-bottom: 20px !important;
|
||||||
|
}
|
||||||
/* Other people profiles */
|
/* Other people profiles */
|
||||||
#mention-link {
|
#mention-link {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
|
@ -460,6 +464,27 @@
|
||||||
}
|
}
|
||||||
/* END OF ACTION BUTTON LABELS */
|
/* END OF ACTION BUTTON LABELS */
|
||||||
/* Compose and Reply */
|
/* 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,
|
#jot-modal-content,
|
||||||
.wall-item-comment-wrapper {
|
.wall-item-comment-wrapper {
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue