mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +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 {
|
#auth .container_gray {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
|
width: 603px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container_gray .content {
|
.container_gray .content {
|
||||||
|
@ -692,6 +693,7 @@ table.User {
|
||||||
border-top: 1px solid #d6d6d6;
|
border-top: 1px solid #d6d6d6;
|
||||||
max-height: 70%;
|
max-height: 70%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
width: 628px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crp-entry {
|
.crp-entry {
|
||||||
|
@ -699,6 +701,8 @@ table.User {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-bottom: 1px solid #d6d6d6;
|
border-bottom: 1px solid #d6d6d6;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
width: 592px;
|
||||||
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crp-entry--image, .crp-entry--info {
|
.crp-entry--image, .crp-entry--info {
|
||||||
|
@ -715,7 +719,9 @@ table.User {
|
||||||
|
|
||||||
.crp-entry:hover {
|
.crp-entry:hover {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
width: 609px;
|
|
||||||
|
width: 592px;
|
||||||
|
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue