- Posts: 7
COMMUNITY FORUM
Version 2.7.0 Admin View Tags Display Problem
- Mike Herring Productions Inc
-
Topic Author
- Offline
- New Member
Less
More
9 years 3 weeks ago #153693
by Mike Herring Productions Inc
Version 2.7.0 Admin View Tags Display Problem was created by Mike Herring Productions Inc
Now I have updated one of my sites to Version 2.7.0 I have an admin display problem for the tags. It seems that if you have more than one row of Tags or so many tags that it goes on to more than one line the tags overwrite the Author row.
imgur.com/3V8fyOV
Looks like it is a CSS fix but wanted to see if there was a better fix or I am doing something wrong.
imgur.com/3V8fyOV
Looks like it is a CSS fix but wanted to see if there was a better fix or I am doing something wrong.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 weeks ago #153702
by Krikor Boghossian
Replied by Krikor Boghossian on topic Version 2.7.0 Admin View Tags Display Problem
Thank you for reporting this, you are correct it is a CSS fix.
We will correct this in the repo.
We will correct this in the repo.
Please Log in or Create an account to join the conversation.
- Mike Herring Productions Inc
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
8 years 11 months ago #154448
by Mike Herring Productions Inc
Replied by Mike Herring Productions Inc on topic Version 2.7.0 Admin View Tags Display Problem
If anybody needs a quick fix, I made this change to the file /media/k2/assets/css/k2.css
about line 464 change to
ul.tags li {border-radius:3px;background:#d1e8fc;color:#0f4776;line-height:14px;list-style:none;float:left;clear:none;padding:0;margin:2px 2px 2px 0;font-size:14px;font-weight:bold;font-family:"Lucida Grande";vertical-align:middle;}
basically changed the padding to 0 so all the tags are quite small but readable and for me I never had more than three lines of tags.. Could have done more (border radius etc.) but works for me.
about line 464 change to
ul.tags li {border-radius:3px;background:#d1e8fc;color:#0f4776;line-height:14px;list-style:none;float:left;clear:none;padding:0;margin:2px 2px 2px 0;font-size:14px;font-weight:bold;font-family:"Lucida Grande";vertical-align:middle;}
basically changed the padding to 0 so all the tags are quite small but readable and for me I never had more than three lines of tags.. Could have done more (border radius etc.) but works for me.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 11 months ago #154465
by Krikor Boghossian
Replied by Krikor Boghossian on topic Version 2.7.0 Admin View Tags Display Problem
Hello Mike and thank you for sharing this,
Actually this has already been corrected:
github.com/getk2/k2/commit/3fccc7ae2574ef622583e513d1b6e013dd75f0c2
Actually this has already been corrected:
github.com/getk2/k2/commit/3fccc7ae2574ef622583e513d1b6e013dd75f0c2
Please Log in or Create an account to join the conversation.