diff --git a/bookface_dark.css b/bookface_dark.css index 031b495..9495770 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -322,6 +322,11 @@ box-sizing: border-box; display: block; clear: both; } + #settings-server button[type="submit"] { + float: right !important; + margin-left: 5px !important; + margin-bottom: 20px !important; + } /* Compose Window */ #upload-photo { background-color: var(--link-color) !important; @@ -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; diff --git a/bookface_light.css b/bookface_light.css index e739cce..7e4b6c1 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -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;