Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
Add this to your extra.css
Code:
body #loginBar .xenForm .ctrlUnit dd {
position: relative;
width: auto;
}

body #loginBar .xenForm .ctrlUnit dd .textCtrl, #loginBar .passwordOptions {
width: auto;
}

body #loginBar .lostPassword {
margin-top: auto;
}
 
Add this to your extra.css
Code:
body #loginBar .xenForm .ctrlUnit dd {
position: relative;
width: auto;
}

body #loginBar .xenForm .ctrlUnit dd .textCtrl, #loginBar .passwordOptions {
width: auto;
}

body #loginBar .lostPassword {
margin-top: auto;
}

Yes this was already added. It fixed the initial css problems but when you add the facebook integration, it rebreaks it.
 
Can you paste here your login_bar.css template from the style you are using

Here it is. Ill put quotes around it below:

/** Login bar basics **/

#loginBar
{
@property "loginBar";
color: @primaryLighter;
background-color: @veryDarkMonochrome;
border-bottom: 1px solid @primaryLightish;
position: relative;
z-index: 1;
@property "/loginBar";
}

#loginBar .pageContent
{
padding-top: @loginBarCollapsedHeight;
position: relative;
_height: 0px;
}

#loginBar a
{
@property "loginBarLink";
color: @primaryLight;
@property "/loginBarLink";
}

#loginBar form
{
@property "loginBarForm";
padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
@property "/loginBarForm";
}

#loginBar .xenForm .ctrlUnit,
#loginBar .xenForm .ctrlUnit dt label
{
margin: 0;
border: none;
}

#loginBar .xenForm .ctrlUnit dt
{
width: {xen:calc '@loginBarForm.width / 2 - 20 - @ctrlUnitLabel.padding-left - @ctrlUnitLabel.padding-right'}px;
}

#loginBar .xenForm .ctrlUnit dd
{
position: relative;
width: {xen:calc '@loginBarForm.width / 2'}px;
}

#loginBar .xenForm .ctrlUnit dd .textCtrl,
#loginBar .passwordOptions
{
width: {xen:calc '@loginBarForm.width / 2'}px;
box-sizing: border-box;
}

#loginBar .lostPassword
{
margin-top: 38px;
font-size: 11px;
}

#loginBar .lostPasswordLogin
{
font-size: 11px;
}

#loginBar .rememberPassword
{
font-size: 11px;
}

#loginBar .textCtrl
{
@property "loginBarTextCtrl";
color: @primaryLightest;
background-color: @primaryDark;
border-color: @primaryLightish;
@property "/loginBarTextCtrl";
}

#loginBar .textCtrl[type=text]
{
@property "loginBarUsername";
font-weight: bold;
font-size: 18px;
@property "/loginBarUsername";
}

#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
{
background: @loginBarTextCtrl.background-color !important;
color: @loginBarTextCtrl.color;
}

#loginBar .textCtrl:focus
{
@property "loginBarTextCtrlFocus";
background: black none;
@property "/loginBarTextCtrlFocus";
}

#loginBar input.textCtrl.disabled
{
@property "loginBarTextCtrlDisabled";
color: @primaryLighter;
background-color: @primaryDarker;
border-style: dashed;
@property "/loginBarTextCtrlDisabled";
}

#loginBar .button
{
min-width: @loginButtonWidth;
*width: @loginButtonWidth;
}

#loginBar .button.primary
{
font-weight: bold;
}

/** changes when eAuth is present **/

#loginBar form.eAuth
{
width: {xen:calc '@loginBarForm.width + @eAuthButtonWidth + 20'}px; /* normal width + 170px */
}

#loginBar form.eAuth .ctrlWrapper
{
border-right: 1px dotted @primaryMedium;
margin-right: {xen:calc '@eAuthButtonWidth + 20'}px;
box-sizing: border-box;
}

#loginBar form.eAuth #eAuthUnit
{
position: absolute;
top: 0px;
right: 0px;
}

#eAuthUnit li
{
margin-top: 10px;
}

#eAuthUnit li a
{
width: @eAuthButtonWidth;
box-sizing: border-box;
}

/** handle **/

#loginBar #loginBarHandle
{
@property "loginBarHandle";
font-size: 11px;
color: @primaryLightest;
background-color: @veryDarkMonochrome;
padding: 0 10px;
margin-right: 20px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
position: absolute;
right: 0px;
bottom: -20px;
text-align: center;
z-index: 1;
line-height: 20px;
box-shadow: 0px 2px 5px @primaryDarker;
@property "/loginBarHandle";
}
 
See the facebook button isn't included in that code above

body #loginBar .fbLogin {
position: relative;
margin-top: auto;
width: auto;
float: right;
}

I tried adding this to extra.css, didn't work.
 
icons not showing.PNG


Icons are not showing then posting a thread.
 
Any ideas how to fix this first picture, so the both thing are on the line?

Also this is a bug I encountered when reading PMs. (second picture)
 

Attachments

  • Skjermbilde 2013-09-29 kl. 22.47.55.webp
    Skjermbilde 2013-09-29 kl. 22.47.55.webp
    11.1 KB · Views: 27
  • Skjermbilde 2013-09-29 kl. 22.48.14.webp
    Skjermbilde 2013-09-29 kl. 22.48.14.webp
    19.4 KB · Views: 28
Any ideas how to fix this first picture, so the both thing are on the line?

Also this is a bug I encountered when reading PMs. (second picture)

Message to all people who reply here not just you.

You're going to have to look at Page 74 and the other pages for these errors. This has already been explained how to fix multiple times.
 
Status
Not open for further replies.
Back
Top Bottom