Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 [2]   Go Down

Author Topic: double cell borders?  (Read 29673 times)

0 Members and 1 Guest are viewing this topic.

sicily18

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
  • are you ready for whats next..?
Re: double cell borders?
« Reply #20 on: November 28, 2004, 12:21:48 am »

ow one more thing! there is still a space between the line and the text lol its still kinda big...

is there anyway to make the line closer to the text? lol sorry im a perfectionist :P

(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fimg28.exs.cx%2Fimg28%2F9162%2Fspacebetween.png&hash=a56d629db2cc93731ec29e17c53238c7297f5dd5)
Logged

donnoman

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1615
  • From donovanbray.com
    • Donovan Bray
Re: double cell borders?
« Reply #21 on: November 28, 2004, 07:36:57 am »

adjust the top and bottom padding for .tableb in your themes style.css

This will affect spacing elsewhere.

If you don't like the other things that it changes

go into your theme

Find the  <!-- BEGIN catrow -->  section

change the <td class="tableb"  to something different  like <td class="catrow"

then add the
Code: [Select]
.catrow {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
 }
section to your style.css

of course play with the paddings to suit, i just made those up. You probably should just make a copy of whatever is in .tableb for .catrow to start with.

Also .catlink in your style.css has some bearing on how those lines are displayed as well. you might want to adjust the padding there first.
Logged

sicily18

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 62
  • are you ready for whats next..?
Re: double cell borders?
« Reply #22 on: November 28, 2004, 11:37:43 am »

super man! really thanx!  i didnt knew fooks here were that nice ;)
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.018 seconds with 19 queries.