unminimize, make local links
This commit is contained in:
parent
441efdf200
commit
aed2527d59
18
css/btn.css
18
css/btn.css
@ -48,7 +48,7 @@ input.btn {
|
||||
width: 180px;
|
||||
height: 15px;
|
||||
font-size: 10px;
|
||||
background: url("i/frendlist/button_cp_exit_sprite.jpg") 0 -19px;
|
||||
background: url("/i/frendlist/button_cp_exit_sprite.jpg") 0 -19px;
|
||||
}
|
||||
|
||||
.button-big.submit {
|
||||
@ -61,11 +61,11 @@ input.btn {
|
||||
}
|
||||
|
||||
.button-big:hover {
|
||||
background: url("i/frendlist/button_cp_exit_sprite.jpg") 0 -38px;
|
||||
background: url("/i/frendlist/button_cp_exit_sprite.jpg") 0 -38px;
|
||||
}
|
||||
|
||||
.button-big:active {
|
||||
background: url("i/frendlist/button_cp_exit_sprite.jpg") 0 0;
|
||||
background: url("/i/frendlist/button_cp_exit_sprite.jpg") 0 0;
|
||||
}
|
||||
|
||||
.text-head {
|
||||
@ -82,15 +82,15 @@ input.btn {
|
||||
width: 75px;
|
||||
height: 15px;
|
||||
font-size: 10px;
|
||||
background: url("i/buttons/button_mid_Sprite.jpg") no-repeat 0 -19px;
|
||||
background: url("/i/buttons/button_mid_Sprite.jpg") no-repeat 0 -19px;
|
||||
}
|
||||
|
||||
.button-mid:hover {
|
||||
background: url("i/buttons/button_mid_Sprite.jpg") 0 -38px;
|
||||
background: url("/i/buttons/button_mid_Sprite.jpg") 0 -38px;
|
||||
}
|
||||
|
||||
.button-mid:active {
|
||||
background: url("i/buttons/button_mid_Sprite.jpg") 0 0;
|
||||
background: url("/i/buttons/button_mid_Sprite.jpg") 0 0;
|
||||
}
|
||||
|
||||
.button-dark-mid {
|
||||
@ -99,13 +99,13 @@ input.btn {
|
||||
width: 75px;
|
||||
height: 15px;
|
||||
font-size: 10px;
|
||||
background: url("i/buttons/darkButton_mid_Sprite.jpg") no-repeat 0 -19px;
|
||||
background: url("/i/buttons/darkButton_mid_Sprite.jpg") no-repeat 0 -19px;
|
||||
}
|
||||
|
||||
.button-dark-mid:hover {
|
||||
background: url("i/buttons/darkButton_mid_Sprite.jpg") 0 -38px;
|
||||
background: url("/i/buttons/darkButton_mid_Sprite.jpg") 0 -38px;
|
||||
}
|
||||
|
||||
.button-dark-mid:active {
|
||||
background: url("i/buttons/darkButton_mid_Sprite.jpg") 0 0;
|
||||
background: url("/i/buttons/darkButton_mid_Sprite.jpg") 0 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user