×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: No Seperators in Buttons Reply/Quote etc

No Seperators in Buttons Reply/Quote etc 14 years 8 months ago #5999

  • chaz
  • chaz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Tried updating to Beta 2 today however was met with a bug on the Layout 'SSlide-emotop' with CSS 'css-blackg'.

The buttons for Reply, Quote, Edit and Delete have no separators between. I've taken a screenshot to highlight the issue.


No Seperators in Buttons Reply/Quote etc 14 years 8 months ago #6060

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Well yea. This things were generated from the code in comments.class.php, but now they are generated trough css. Tell me your template name and I will tell you what to write in the css file.

No Seperators in Buttons Reply/Quote etc 14 years 8 months ago #6120

  • chaz
  • chaz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
We're using JA Sanadine II for the site template. 'SSlide-emotop' for the Comment layout

No Seperators in Buttons Reply/Quote etc 14 years 8 months ago #6310

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey there!
Sorry for my late answer, but I forgot about that thread.

Open the css file you use with sslide-emotop
and add at the end:
#comment .postfooter a {
    border-right: 1px solid #CCC;
    margin-right: 5px;
    padding-right: 5px;
}

This should do the trick

No Seperators in Buttons Reply/Quote etc 14 years 7 months ago #6401

  • chaz
  • chaz's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Daniel Dimitrov wrote:

Hey there!
Sorry for my late answer, but I forgot about that thread.

Open the css file you use with sslide-emotop
and add at the end:

#comment .postfooter a {
    border-right: 1px solid #CCC;
    margin-right: 5px;
    padding-right: 5px;
}

This should do the trick


Appreciate this. Solved it :) Will this not be included in the future then? Seems abit odd to remove it from the previous versions?

No Seperators in Buttons Reply/Quote etc 14 years 7 months ago #6449

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
chaz wrote:

Appreciate this. Solved it :) Will this not be included in the future then? Seems abit odd to remove it from the previous versions?

Haha yes don't worry. We're secretly keeping these out of the other templates that are not modern because they don't use good code and can cause many problems.

That's a joke. We just havn't got around to updating the other templates yet, they need to be rebuilt as they use tables and have inline, poorly-degrading JavaScript (both are potentially page-breaking things).
  • Page:
  • 1
Time to create page: 0.112 seconds