mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Merge Ash's style patches
This commit is contained in:
parent
b101150659
commit
6d9325948c
1 changed files with 1250 additions and 1244 deletions
|
@ -600,6 +600,7 @@ table.User {
|
|||
#auth .container_gray {
|
||||
margin-left: -10px;
|
||||
margin-bottom: -10px;
|
||||
width: 603px;
|
||||
}
|
||||
|
||||
.container_gray .content {
|
||||
|
@ -692,6 +693,7 @@ table.User {
|
|||
border-top: 1px solid #d6d6d6;
|
||||
max-height: 70%;
|
||||
overflow-y: auto;
|
||||
width: 628px;
|
||||
}
|
||||
|
||||
.crp-entry {
|
||||
|
@ -699,6 +701,8 @@ table.User {
|
|||
padding: 8px;
|
||||
border-bottom: 1px solid #d6d6d6;
|
||||
cursor: pointer;
|
||||
width: 592px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.crp-entry--image, .crp-entry--info {
|
||||
|
@ -715,7 +719,9 @@ table.User {
|
|||
|
||||
.crp-entry:hover {
|
||||
background-color: #f9f9f9;
|
||||
width: 609px;
|
||||
|
||||
width: 592px;
|
||||
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue