mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
(Полу)фикс отображения краткого списка друзей по сетке для Firefox 10.0 и Opera 8.53 (#865)
* Refactoring login and register button in sidebar For Firefox 10.0 and other old 2000s browsers compatibillity * CSS friends grid workaround for 2000s browsers
This commit is contained in:
parent
2f8612bb24
commit
0ceac912ef
1 changed files with 6 additions and 3 deletions
|
@ -851,6 +851,8 @@ span {
|
|||
|
||||
.content_list .cl_element {
|
||||
width: 33%;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content_list.long .cl_element {
|
||||
|
@ -871,6 +873,7 @@ span {
|
|||
|
||||
.content_list .cl_element .cl_name .cl_lname {
|
||||
font-size: 7pt;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ava {
|
||||
|
@ -2253,7 +2256,7 @@ a.poll-retract-vote {
|
|||
}
|
||||
|
||||
.regform-left{
|
||||
text-align: right;
|
||||
text-align: right;
|
||||
min-width: 110px;
|
||||
}
|
||||
|
||||
|
@ -2275,7 +2278,7 @@ a.poll-retract-vote {
|
|||
}
|
||||
|
||||
.tour div {
|
||||
font-size: 11px; color:#000;
|
||||
font-size: 11px; color:#000;
|
||||
}
|
||||
|
||||
.video-wowzer > img {
|
||||
|
@ -2294,4 +2297,4 @@ a.poll-retract-vote {
|
|||
width: 12px;
|
||||
background-image: url(/assets/packages/static/openvk/img/videoico.png);
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue