- Fixed misalignment of Cancel/Submit buttons on contact request [Issue #22]
- Additional fix for "Post in Group" button label spacing [Issue #16] - Made Delegation/Account-Switch Profile Photos round.
This commit is contained in:
parent
f5e3603b41
commit
cf53f84941
4 changed files with 90 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
BOOKFACE FOR FRIENDICA
|
BOOKFACE FOR FRIENDICA
|
||||||
======================
|
======================
|
||||||
Version 1.5.8
|
Version 1.5.12
|
||||||
|
|
||||||
**Description:** A Friendica Theme Template/Scheme for the "Frio" theme that gives it a modern makeover.
|
**Description:** A Friendica Theme Template/Scheme for the "Frio" theme that gives it a modern makeover.
|
||||||
|
|
||||||
|
@ -269,6 +269,9 @@ I figured out how the "Frio" theme worked by looking at the code. I may not be 1
|
||||||
* Fixed Accept Contact button [Issue #19]
|
* Fixed Accept Contact button [Issue #19]
|
||||||
* Fixed misaligned close button [Issue #20]
|
* Fixed misaligned close button [Issue #20]
|
||||||
* Cleanup of Compose mobile drop-down menu and button.
|
* Cleanup of Compose mobile drop-down menu and button.
|
||||||
|
* Fixed misalignment of Cancel/Submit buttons on contact request [Issue #22]
|
||||||
|
* Additional fix for "Post in Group" button label spacing [Issue #16]
|
||||||
|
* Made Delegation/Account-Switch Profile Photos round.
|
||||||
|
|
||||||
1.5 (27 Feb 2025)
|
1.5 (27 Feb 2025)
|
||||||
* fixed browser "Share to.." button display and sizing [Issue #3]
|
* fixed browser "Share to.." button display and sizing [Issue #3]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Auto Color Mode
|
Name : Bookface Auto Color Mode
|
||||||
Version : 1.5.8
|
Version : 1.5.12
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 10 Mar 2025
|
||||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -539,6 +539,15 @@
|
||||||
#photo-edit-end {
|
#photo-edit-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
/* Group Request Cancel/Confirm */
|
||||||
|
#dfrn-request-submit-wrapper input {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
#dfrn-request-submit-wrapper::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
/* make textareas resize in the correct direction */
|
/* make textareas resize in the correct direction */
|
||||||
body.mod-settings textarea {
|
body.mod-settings textarea {
|
||||||
resize: vertical !important;
|
resize: vertical !important;
|
||||||
|
@ -571,6 +580,8 @@
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
display: block;
|
||||||
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
#contact-edit-status-wrapper {
|
#contact-edit-status-wrapper {
|
||||||
margin: 15px 0px !important;
|
margin: 15px 0px !important;
|
||||||
|
@ -1695,6 +1706,24 @@ a.tag.label,
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
/* Delegation Buttons and Profile Photos */
|
||||||
|
body.mod-delegation .identity-match-photo > button {
|
||||||
|
background-color: transparent !important;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
body.mod-delegation .identity-match-photo img,
|
||||||
|
body.mod-settings #delegation .contact-block-img {
|
||||||
|
border-radius: 100% !important;
|
||||||
|
}
|
||||||
|
/* Delegation Buttons and Profile Photos */
|
||||||
|
body.mod-delegation .identity-match-photo > button {
|
||||||
|
background-color: transparent !important;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
body.mod-delegation .identity-match-photo img,
|
||||||
|
body.mod-settings #delegation .contact-block-img {
|
||||||
|
border-radius: 100% !important;
|
||||||
|
}
|
||||||
/* Greater than Full-HD Width
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
@ -3187,6 +3216,15 @@ header #banner {
|
||||||
#photo-edit-end {
|
#photo-edit-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
/* Group Request Cancel/Confirm */
|
||||||
|
#dfrn-request-submit-wrapper input {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
#dfrn-request-submit-wrapper::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
/* make textareas resize in the correct direction */
|
/* make textareas resize in the correct direction */
|
||||||
body.mod-settings textarea {
|
body.mod-settings textarea {
|
||||||
resize: vertical !important;
|
resize: vertical !important;
|
||||||
|
@ -3219,6 +3257,8 @@ header #banner {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
display: block;
|
||||||
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
#contact-edit-status-wrapper {
|
#contact-edit-status-wrapper {
|
||||||
margin: 15px 0px !important;
|
margin: 15px 0px !important;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.5.8
|
Version : 1.5.12
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 10 Mar 2025
|
||||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -538,6 +538,15 @@ header #banner {
|
||||||
#photo-edit-end {
|
#photo-edit-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
/* Group Request Cancel/Confirm */
|
||||||
|
#dfrn-request-submit-wrapper input {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
#dfrn-request-submit-wrapper::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
/* make textareas resize in the correct direction */
|
/* make textareas resize in the correct direction */
|
||||||
body.mod-settings textarea {
|
body.mod-settings textarea {
|
||||||
resize: vertical !important;
|
resize: vertical !important;
|
||||||
|
@ -570,6 +579,8 @@ header #banner {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
display: block;
|
||||||
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
#contact-edit-status-wrapper {
|
#contact-edit-status-wrapper {
|
||||||
margin: 15px 0px !important;
|
margin: 15px 0px !important;
|
||||||
|
@ -1691,6 +1702,15 @@ a.tag.label,
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
/* Delegation Buttons and Profile Photos */
|
||||||
|
body.mod-delegation .identity-match-photo > button {
|
||||||
|
background-color: transparent !important;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
body.mod-delegation .identity-match-photo img,
|
||||||
|
body.mod-settings #delegation .contact-block-img {
|
||||||
|
border-radius: 100% !important;
|
||||||
|
}
|
||||||
/* Greater than Full-HD Width
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Light
|
Name : Bookface Light
|
||||||
Version : 1.5.8
|
Version : 1.5.12
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 27 Feb 2025
|
Created on : 10 Mar 2025
|
||||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -538,6 +538,15 @@ ul.nav-tabs {
|
||||||
#photo-edit-end {
|
#photo-edit-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
/* Group Request Cancel/Confirm */
|
||||||
|
#dfrn-request-submit-wrapper input {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
#dfrn-request-submit-wrapper::after {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
/* make textareas resize in the correct direction */
|
/* make textareas resize in the correct direction */
|
||||||
body.mod-settings textarea {
|
body.mod-settings textarea {
|
||||||
resize: vertical !important;
|
resize: vertical !important;
|
||||||
|
@ -570,6 +579,8 @@ ul.nav-tabs {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
display: block;
|
||||||
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
#contact-edit-status-wrapper {
|
#contact-edit-status-wrapper {
|
||||||
margin: 15px 0px !important;
|
margin: 15px 0px !important;
|
||||||
|
@ -1691,6 +1702,15 @@ a.tag.label,
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
/* Delegation Buttons and Profile Photos */
|
||||||
|
body.mod-delegation .identity-match-photo > button {
|
||||||
|
background-color: transparent !important;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
body.mod-delegation .identity-match-photo img,
|
||||||
|
body.mod-settings #delegation .contact-block-img {
|
||||||
|
border-radius: 100% !important;
|
||||||
|
}
|
||||||
/* Greater than Full-HD Width
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue