DragonByte Tech | vBulletin Mods & Addons - Powered by vBulletin



DragonByte Tech Proudly Hosted By Hivelocity.net
Cloud Servers from HiVelocity Hosting / Sparknode

View Issue Info: size window

Category:
"How Do I?"
Status:
Answered
Priority:
N/A
Forum Version:
Enter the forum version you are running.
suite 4.1.10
Support Agent:
Dylan
Attachments

User Tag List

  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Results 1 to 3 of 3

    Thread: size window


    Forum: vBNominate Lite Support

    Questions & Answers for vBNominate.
    Click here to buy!

    1. #1
      Senior Member
      Level 0 (250 Loyalty Points)
      is a little frenchie
       
      I am:
      ----
       

      Gil
      739 (0 Banked)
      Total Contributions For

      allan84      $ 0.00
      Thanks / Tagging Info Gifts / Achievements / Awards Activity Stats User Info
      Post Thanks / Like
      Mentioned
      1 Post(s)
      Tagged
      0 Thread(s)
      Quoted
      9 Post(s)

      Default size window

      Hi, how reduce this space please?
      thank you
      Attached Images Attached Images

    2. #2
      Development Team Leaders
      Level 0 (0 Loyalty Points)
      is coding like a madman
       
      I am:
      Piratey
       
      Dylan's Avatar
      Gil
      10,160 (0 Banked)
      Total Contributions For

      Dylan Points for Quiz Created      $ 0.00
      Thanks / Tagging Info Gifts / Achievements / Awards Activity Stats User Info
      Post Thanks / Like
      Mentioned
      270 Post(s)
      Tagged
      27 Thread(s)
      Quoted
      245 Post(s)

      Default

      I made it longer because I can't make it auto grow with the length of text. If you know all your nominations will be shorter in length there's a few css variables you need to adjust.

      ACP->Styles & Templates -> Style Manager

      Select Edit Templates on master or your style
      Double Click CSS Templates
      Open dbtech_vbnomnom.css

      Find
      PHP Code:
      #nomnom_menu li li ul {
          
      positionabsolute;
          
      left: -999em;
          
      heightauto;
          
      color: {vb:stylevar popupmenu_link_color};
          
      background: {vb:stylevar popupmenu_link_background};
          
      border: {vb:stylevar popupmenu_border};
          
      border-width0.25em;
          
      width31.4em;
          
      w\idth30.9em;
          
      font-weightnormal;
          
      margin0;

      replace with something like

      PHP Code:
      #nomnom_menu li li ul {
          
      positionabsolute;
          
      left: -999em;
          
      heightauto;
          
      color: {vb:stylevar popupmenu_link_color};
          
      background: {vb:stylevar popupmenu_link_background};
          
      border: {vb:stylevar popupmenu_border};
          
      border-width0.25em;
          
      width21.4em;
          
      w\idth20.9em;
          
      font-weightnormal;
          
      margin0;

      Find

      PHP Code:
      #nomnom_menu li li li {
          
      padding-right1em;
          
      width30em;

      replace with

      PHP Code:
      #nomnom_menu li li li {
          
      padding-right1em;
          
      width20em;

      Find

      PHP Code:
      #nomnom_menu li ul li ul a {
          
      width33em;
          
      w\idth29em;

      replace with

      PHP Code:
      #nomnom_menu li ul li ul a {
          
      width23em;
          
      w\idth19em;

      See if that works for you.
      Thanks allan84 thanked for this post

    3. #3
      Junior Member
      Level 0 (999 Loyalty Points)
      This user has no status.
       
      I am:
      ----
       

      Gil
      234 (0 Banked)
      Total Contributions For

      Danny      $ 0.00
      Thanks / Tagging Info Gifts / Achievements / Awards Activity Stats User Info
      Post Thanks / Like
      Mentioned
      0 Post(s)
      Tagged
      0 Thread(s)
      Quoted
      0 Post(s)

      Default

      Quote Originally Posted by Dylan View Post
      I made it longer because I can't make it auto grow with the length of text. If you know all your nominations will be shorter in length there's a few css variables you need to adjust.

      ACP->Styles & Templates -> Style Manager

      Select Edit Templates on master or your style
      Double Click CSS Templates
      Open dbtech_vbnomnom.css

      Find
      PHP Code:
      #nomnom_menu li li ul {
          
      positionabsolute;
          
      left: -999em;
          
      heightauto;
          
      color: {vb:stylevar popupmenu_link_color};
          
      background: {vb:stylevar popupmenu_link_background};
          
      border: {vb:stylevar popupmenu_border};
          
      border-width0.25em;
          
      width31.4em;
          
      w\idth30.9em;
          
      font-weightnormal;
          
      margin0;

      replace with something like

      PHP Code:
      #nomnom_menu li li ul {
          
      positionabsolute;
          
      left: -999em;
          
      heightauto;
          
      color: {vb:stylevar popupmenu_link_color};
          
      background: {vb:stylevar popupmenu_link_background};
          
      border: {vb:stylevar popupmenu_border};
          
      border-width0.25em;
          
      width21.4em;
          
      w\idth20.9em;
          
      font-weightnormal;
          
      margin0;

      Find

      PHP Code:
      #nomnom_menu li li li {
          
      padding-right1em;
          
      width30em;

      replace with

      PHP Code:
      #nomnom_menu li li li {
          
      padding-right1em;
          
      width20em;

      Find

      PHP Code:
      #nomnom_menu li ul li ul a {
          
      width33em;
          
      w\idth29em;

      replace with

      PHP Code:
      #nomnom_menu li ul li ul a {
          
      width23em;
          
      w\idth19em;

      See if that works for you.
      Just a suggestion for you, but why not make the box 2/3rds of it's actual length and then centre all of the options in the centre of the Box?

      It would look alot neater and less out of place.

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •