CSS not doing Copy > Paste correctly
7 years 11 months ago #43230
by Boradan
CSS not doing Copy > Paste correctly was created by Boradan
When copying a CSS style from one module to another, the paste function is leaving in any current Formatting settings that aren't specified (ie. are empty).
What I mean is that if you are copying a style that has :
top padding: EMPTY
right padding: 5
bottom padding: 5
left padding: 5
if you paste it into a style with the following attribute:
top padding: 5
right padding: EMPTY
left padding: EMPTY
bottom-padding: EMPTY
You will end up with:
top padding: 5
right padding: 5
bottom padding: 5
left padding: 5
The EMPTY value from top padding is not overwriting the '5' when you paste the style.
What I mean is that if you are copying a style that has :
top padding: EMPTY
right padding: 5
bottom padding: 5
left padding: 5
if you paste it into a style with the following attribute:
top padding: 5
right padding: EMPTY
left padding: EMPTY
bottom-padding: EMPTY
You will end up with:
top padding: 5
right padding: 5
bottom padding: 5
left padding: 5
The EMPTY value from top padding is not overwriting the '5' when you paste the style.
Please Log in or Create an account to join the conversation.
7 years 11 months ago #43237
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic CSS not doing Copy > Paste correctly
Hi
I have added this to my todolist, I will check
CEd
I have added this to my todolist, I will check
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
7 years 11 months ago #43310
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic CSS not doing Copy > Paste correctly
problem reproduced, I will work on this
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
7 years 11 months ago - 7 years 11 months ago #43358
by Boradan
Replied by Boradan on topic CSS not doing Copy > Paste correctly
module title text alignment is also not being copied over.
It seems there are others too.
*EDIT*
Also not working is text alignment for module menus in the 'right' position.
Manually inserting 'text-align:right;' in the custom CSS for menu > Link Normal (Level 1) works perfectly, but the alignment buttons are not working. (they work fine for 'Block' and 'Module Title', just not working for menus)
Also:
When replacing colors, Module title text color works perfectly, but for module background-color and module title background-color you have to go through every module individually and modifysomething in order to get them to replace properly on the admin end.
It seems there are others too.
*EDIT*
Also not working is text alignment for module menus in the 'right' position.
Manually inserting 'text-align:right;' in the custom CSS for menu > Link Normal (Level 1) works perfectly, but the alignment buttons are not working. (they work fine for 'Block' and 'Module Title', just not working for menus)
Also:
When replacing colors, Module title text color works perfectly, but for module background-color and module title background-color you have to go through every module individually and modifysomething in order to get them to replace properly on the admin end.
Last edit: 7 years 11 months ago by Boradan.
Please Log in or Create an account to join the conversation.
Time to create page: 0.206 seconds