Jump to content
  • 0

Gorna Belka


djahmen

Question

8 answers to this question

Recommended Posts

  • 0
A wiesz ktora opcja?  :)

 

 

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{

    padding: 0;

margin: 0;

    margin-bottom:10px;

font-family: 'arial', sans-serif;

}

 

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

content: '';

display: table;

}

 

 

#cssmenu:after, #cssmenu > ul:after {

clear: both;

}

 

#cssmenu {

zoom:1;

height: 69px;

background: url(img/bottom-bg.png) repeat-x center bottom;

border-radius: 2px;

}

 

#cssmenu ul{

background: url(img/nav-bg.png) repeat-x 0px 4px;

height: 69px;

}

 

#cssmenu ul li{

float: left;

list-style: none;

}

 

#cssmenu ul li a{

display: block;

height: 37px;

padding: 22px 30px 0;

margin: 4px 2px 0;

border-radius: 2px 2px 0 0;

text-decoration: none;

    font-weight:bold;

    font-size:16px;

color: white;

text-shadow: 0 1px 1px rgba(0, 0, 0, .75);

opacity: .9;

}

 

#cssmenu ul li:first-child a{

 

margin: 4px 2px 0 0;

 

}

 

#cssmenu ul li a:hover, #cssmenu ul li.active a{

background: url(img/color.png) center bottom;

display: block;

height: 37px;

margin-top: 0px;

padding-top: 26px;

color: #9b4106;

text-shadow: 0 1px 1px rgba(255, 255, 255, .35);

opacity: 1;

 

}

 

 

.myprestaform label {

    width:150px!important;

}

.myprestaform .margin-form {

    padding: 0 0 1em 160px!important;

}

 

 

 

.language_flags {

    display:none;

}

 

.flags_block {

    position:relative;

    clear: both;

}

.flags_block .language_flags {

    background:#FFF;

    height:40px;

    left:25px;

    top:0px;

    position:absolute;

    clear:both;

    padding:20px;

    box-shadow: 0px 0px 5px 2px #c0c0c0;

    border:1px solid #c3c3c3;

}

 

.flags_block img {

    cursor:pointer;

}

Link to comment
Share on other sites

  • 0

Prawdopodobnie ta :

#cssmenu ul li{
float: left;
list-style: none;
}

zmieniasz float na right i tyle.

 

 

Nie wiem jak wygląda kod strony, więc ciężko będzie domyślić się, czy przypadkiem nie trzeba "wyższego" zaczepu pozycjonować.

Ewentualnie możesz to zrobić inaczej poprzez wrzucenie wszystkiego do DIVa i ustawienie w nim szerokości 100% oraz wyrównania do prawej.

Edited by () Maciej () (see edit history)
Link to comment
Share on other sites

  • 0

Zgadza sie, kod byl  modules/fblogin i od razu plik css...

Ponizej poprawny kod

Jak ktos ma pojecie jak go przesunac to prosze o info!

 

 

 

 

 

 

div.fblogin {cursor:pointer;}
 
div.fblogin p::before{
    width:21px;
    height:21px;
    background:url('../img/fb1.png') no-repeat top right;
    display:inline-block;
    content:"";
}
 
div.fblogin p {
    padding:0px 0px;
    background:url('../img/fb2.png') repeat-x top;
    height:21px;
    color:#FFF;
    text-shadow:1px 1px 0px #41577d;
    font-size:12px;
    display:inline-block;
}
div.fblogin p span {
    display:inline-block;
    padding:0px 10px;
    position:relative;
    top:-6px;
    font-weight:bold;
}
 
div.fblogin p:after{
    width:2px; 
    height:21px;
    background:url('../img/fb3.png') no-repeat top left;
    display:inline-block;
    content: "";
}
 
 
.fblogin-link {
float:right;
border-left: 1px solid #515151;
display: block;
color: white;
font-weight: bold;
padding: 8px 10px 3px 10px;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
cursor: pointer;
line-height: 18px;
}
 
 
.fbloader{
    display:none;
    position:fixed;
    bottom:0px;
    right:0px;
    height:40px;
    width:80px;
    background:#3B5998 url('../img/loading.gif') no-repeat center;
}
 
.loginpopupsocial {
    display:inline-block;
    float:left;
    margin-right:10px;
    margin-top:5px;
}
.loginpopupsocial span {
    color:#FFF!important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2)!important;
    font-family:arial!important;
}
 
.loginpopupsocial p {
    margin-top:0px;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...