Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fix Login Box issue
#1
Fix login Box issue

1. Go to "Templates & Style"
2. Click on the theme you want to edit
3. Click global.css "Option" button 
4. Click 'Edit Style'
5. Click "Edit Styleshee: Advanced Mode"
6. Copy and paste this code to the end of the global.css


PHP Code:
/** Modal Start **/

.blocker {
 
   positionfixed;
 
   top0;
 
   right0;
 
   bottom0;
 
   left0;
 
   width100%;
 
   height100%;
 
   overflowauto;
 
   z-index9999;
 
   padding20px;
 
   box-sizingborder-box;
 
   background-colorrgb(0,0,0);
 
   background-colorrgba(0,0,0,0.75);
 
   text-aligncenter;
}

.
blocker:before{
 
   content"";
 
   displayinline-block;
 
   height100%;
 
   vertical-alignmiddle;
 
   margin-right: -0.05em;
}

.
blocker.behind {
 
   background-colortransparent;
}

.
modal {
 
   width400px;
 
   text-alignleft;
 
   background#fff;
 
   displayinline-block;
 
   vertical-alignmiddle;
 
   positionrelative;
 
   z-index2;
 
   -webkit-box-sizingborder-box;
 
   -moz-box-sizingborder-box;
 
   box-sizingborder-box;
 
   -webkit-border-radius8px;
 
   -moz-border-radius8px;
 
   -o-border-radius8px;
 
   -ms-border-radius8px;
 
   border-radius8px;
 
   -webkit-box-shadow0 0 10px #000;
 
   -moz-box-shadow0 0 10px #000;
 
   -o-box-shadow0 0 10px #000;
 
   -ms-box-shadow0 0 10px #000;
 
   box-shadow0 0 10px #000;
}

.
modal a.close-modal {
 
   positionabsolute;
 
   top: -12.5px;
 
   right: -12.5px;
 
   displayblock;
 
   width30px;
 
   height30px;
 
   text-indent: -9999px;
 
   backgroundurl(images/close.pngno-repeat 0 0;
}

.
modal-spinner {
 
   displaynone;
 
   width64px;
 
   height64px;
 
   positionfixed;
 
   top50%;
 
   left50%;
 
   margin-right: -32px;
 
   margin-top: -32px;
 
   backgroundurl(images/spinner_big.gifno-repeat center center;
 
   -webkit-border-radius8px;
 
   -moz-border-radius8px;
 
   -o-border-radius8px;
 
   -ms-border-radius8px;
 
   border-radius8px;
}

/** Modal End **/ 
7. Click 'Save Changes & Close'

And if you do shift-F5, pop up should work now.

From
https://community.mybb.com/thread-213964...pid1288159
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)