Quote:
Originally Posted by gOOvER
Ok, i found the Error. It's Language based error. I shorten it now to only one Word and the Checkbox is at the correct place
Maybe you find a fix.
|
You can try:
AdminCP > Styles & Templates > Style Manager > Edit Templates > CSS Templates > vbulletin-chrome.css
Find:
Code:
.toplinks form {
min-width: 300px;
display:block;
margin-{vb:stylevar right}: 10px;
text-align: {vb:stylevar left};
float: {vb:stylevar right};
clear: {vb:stylevar left};
_width:20%;
margin-top:-1px;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
border-right: 1px solid transparent;
}
.toplinks form:hover {
min-width: 300px;
display:block;
margin-{vb:stylevar right}: 10px;
text-align: {vb:stylevar left};
float: {vb:stylevar right};
clear: {vb:stylevar left};
_width:20%;
margin-top:-1px;
border-left: 1px solid #707070;
border-bottom: 1px solid #707070;
border-right: 1px solid #707070;
-moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
-moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
-webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
}
Adjust the min-width in each to a larger value i.e. 325px and then refresh to see if that helps with the longer name
.
Quote:
Originally Posted by mitch84
Hi, when I want add a file attachment (in advanced) I can't see names my "folders" background is white
|
Quote:
Originally Posted by gOOvER
So it lokks for me see attachment
Maybe you can darker this Upload site
|
^ Same problem for both of you... what I do is create all styles from scratch meaning that I use a default style of the most current version installed - I do not use the style generator at all due to noticing some misc issues w/ it in the past so one or two areas such as attachment uploads to be perfectly honest, I simply looked over because I never thought to upload a attachment
but will have a fix by later today since this is supported
.
Quote:
Originally Posted by FF|Skyrider
Looks good! Though I'm not much of a fan of the new login / menu location. I prefer that being on top. (top right).
|
That you can adjust via CSS alone
so go to the css templates:
AdminCP > Styles & Templates > Style Manager > Edit Templates > CSS Templates > vbulletin-chrome.css
Find:
Code:
.toplinks {
min-width:600px;
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
top:220px;
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
}
Adjust the top:220px to 0px or a value that will suite your tastes, the hover effect should still work fine if not let me know
.
Quote:
Originally Posted by mitch84
qame with a topic is deleted but visible only by admins, I can read but it's difficult
|
I'll make a adjustment to that as well for the release later today however for now you can fix that by:
AdminCP > Styles & Templates > Style Manager > Stylevars
Find the stylevar under
Threadbit w/ the name
threadbit_deleted_background
Change the background color to: #384b72 or another color of your choice
.
Again, I'll have a update later today for the most recent notes from all of you and also going to update the facebook login in the toplinks as the hover effect is not how I want it to be, it will resemble the other hover effects making it seem as if the facebook connect image is floating in the background when hovered over before clicking
.