vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Gray border around ALL editor windows? (https://vborg.vbsupport.ru/showthread.php?t=311618)

409industries 06-10-2014 07:15 PM

Any chance on taking a look for one last time tbworld?

tbworld 06-11-2014 09:01 AM

Sorry for not getting back to you, have been quite busy at work. I was looking for the notes I made on your page and have finally given up looking for them and will have to re-observe your page. I probably wrote it down on a napkin or something. :) Anyway, I do remember my findings just not the particular HTML block that I need to point out to you.

I will take another look tomorrow and leave you some info. :)

409industries 06-11-2014 03:19 PM

Quote:

Originally Posted by tbworld (Post 2501474)
Sorry for not getting back to you, have been quite busy at work.

No need for apologies at all! Thank you very much for your time, I don't expect for these kinds of things to get handled instantly but am very grateful for all your help.

Look forward to a reply when you get a chance to take a look. The test user account is still active for you to login with. :D

409industries 06-19-2014 07:58 PM

...anyone? I'd love to close this thread down for good!

John Lester 06-19-2014 10:37 PM

To get rid of the boarders between the tabs use this: (I think I used the !important correctly, been awhile since I've messed with css :D )
Code:

#profile_tabs dl.tabslight dd {
    margin-right: 0px !important;

Still looking into the other issue and will reply when/if I figure it out :D

--------------- Added [DATE]1403222013[/DATE] at [TIME]1403222013[/TIME] ---------------

Ok along with the code in my previous post try this in your additional.css;

Code:

/*
.memberprofiletabunder {
    background-color: #2E3539;
    background-repeat: repeat;
}
*/

and

Code:

/*
#message_form .subsectionhead {
    border-right: 1px solid #8F3F1F;
    border-left: 1px solid #8F3F1F;
*/

and

Code:

.memberprofiletabunder {
    height: 10px !important;
    font-size: 5px;
    display: inline-block;
    float: left;
    width: 100%;

Let me know if you like the way it looks.

409industries 06-20-2014 09:32 PM

Thanks John- I tried adding this code into additional.css but it did not fix the weird gap / spacing i'm seeing in there. I've pulled the code out for now...

John Lester 06-21-2014 05:56 AM

1 Attachment(s)
Does the code below work when added to additional.css? It should remove the border between the tabs.

Code:

#profile_tabs dl.tabslight dd {    margin-right: 0px !important;
Does the code below work? It should align the top of the block with the top of the block on the left.

Code:

.memberprofiletabunder {    height: 10px !important;    font-size: 5px;    display: inline-block;    float: left;    width: 100%;
Also, try these two bits of code;

Code:

.memberprofiletabunder {
    background-color: none !important;
    background-repeat: repeat;
}

And

Code:

#message_form .subsectionhead {
    border-right: 0px solid #8F3F1F !important;
    border-left: 0px solid #8F3F1F !important;

--------------- Added 20 Jun 2014 at 23:57 ---------------

Quote:

Originally Posted by 409industries (Post 2502838)
Thanks John- I tried adding this code into additional.css but it did not fix the weird gap / spacing i'm seeing in there. I've pulled the code out for now...

Yea I wasn't paying attention to what I posted, hopefully my other suggestion does the trick. Those are the classes to change to do what you want, but they may be coming from somewhere in the mess that is ckeditor which overrides additional.css.

Ok here's a screenshot of what it will look like if the code changes take.


All times are GMT. The time now is 09:15 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01265 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete