mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: fix display of incoming friends and yellow header
(also, why .page-wrap was here instead of .page_wrap?..)
This commit is contained in:
parent
7eee3c8cf3
commit
8cf2c9bb73
1 changed files with 5 additions and 6 deletions
|
@ -107,7 +107,7 @@ body {
|
|||
border-bottom: solid 1px #EEE5B8;
|
||||
}
|
||||
|
||||
.page-wrap {
|
||||
.page_wrap {
|
||||
border-bottom: solid 1px #fff;
|
||||
border-left: solid 1px #fff;
|
||||
border-right: solid 1px #fff;
|
||||
|
@ -118,11 +118,6 @@ body {
|
|||
border-left: solid 1px #EEE5B8;
|
||||
}
|
||||
|
||||
#wrapH {
|
||||
border-right: solid 1px #fff;
|
||||
border-left: solid 1px #fff;
|
||||
}
|
||||
|
||||
.menu_divider {
|
||||
background: #E5E5E5;
|
||||
}
|
||||
|
@ -150,6 +145,10 @@ input[type~="search"], textarea, select {
|
|||
border: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
.summaryBar {
|
||||
border-bottom: #fff solid 1px;
|
||||
}
|
||||
|
||||
.page_footer .link:hover {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue