mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Update style.css
This commit is contained in:
parent
52d47f7371
commit
f361e5a293
1 changed files with 5 additions and 1 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,7 @@ table.User {
|
|||
|
||||
.crp-entry:hover {
|
||||
background-color: #f9f9f9;
|
||||
width: 609px;
|
||||
width: 592px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue