unminimize, make local links

This commit is contained in:
Igor Barkov [iwork] 2018-11-06 17:32:50 +02:00
parent 441efdf200
commit aed2527d59

View File

@ -48,7 +48,7 @@ input.btn {
width: 180px; width: 180px;
height: 15px; height: 15px;
font-size: 10px; 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 { .button-big.submit {
@ -61,11 +61,11 @@ input.btn {
} }
.button-big:hover { .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 { .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 { .text-head {
@ -82,15 +82,15 @@ input.btn {
width: 75px; width: 75px;
height: 15px; height: 15px;
font-size: 10px; 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 { .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 { .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 { .button-dark-mid {
@ -99,13 +99,13 @@ input.btn {
width: 75px; width: 75px;
height: 15px; height: 15px;
font-size: 10px; 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 { .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 { .button-dark-mid:active {
background: url("i/buttons/darkButton_mid_Sprite.jpg") 0 0; background: url("/i/buttons/darkButton_mid_Sprite.jpg") 0 0;
} }