mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Update style.css
This commit is contained in:
parent
9d533e73eb
commit
b101150659
1 changed files with 19 additions and 4 deletions
|
@ -168,7 +168,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_yellowheader {
|
.page_yellowheader {
|
||||||
padding: 4px 10px 5px;
|
padding: 4px 10px 4px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: url('../img/header_yellow.png') repeat-x;
|
background: url('../img/header_yellow.png') repeat-x;
|
||||||
background-color: #EEE5B8;
|
background-color: #EEE5B8;
|
||||||
|
@ -346,6 +346,10 @@ table {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:hover {
|
||||||
|
color: #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
input[class=button] {
|
input[class=button] {
|
||||||
padding: 5px 7px 4px;
|
padding: 5px 7px 4px;
|
||||||
}
|
}
|
||||||
|
@ -586,7 +590,7 @@ table.User {
|
||||||
|
|
||||||
.container_gray {
|
.container_gray {
|
||||||
background: #F7F7F7;
|
background: #F7F7F7;
|
||||||
width: 602px;
|
width: 606px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-top: #EBEBEB solid 1px;
|
border-top: #EBEBEB solid 1px;
|
||||||
margin-left: -12px;
|
margin-left: -12px;
|
||||||
|
@ -607,8 +611,9 @@ table.User {
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
border-bottom: 1px solid #707070;
|
border-bottom: 1px solid #707070;
|
||||||
margin-left: -12px;
|
margin-left: -10px;
|
||||||
margin-right: -6px;
|
margin-right: -6px;
|
||||||
|
width: 627px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#activetabs {
|
#activetabs {
|
||||||
|
@ -710,6 +715,8 @@ table.User {
|
||||||
|
|
||||||
.crp-entry:hover {
|
.crp-entry:hover {
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
|
width: 609px;
|
||||||
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.crp-entry--info span {
|
.crp-entry--info span {
|
||||||
|
@ -822,7 +829,7 @@ table.User {
|
||||||
margin-bottom: 8px !important;
|
margin-bottom: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.messenger-app--input---messagebox .button {
|
.messenger-app--input---messagebox {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -842,6 +849,14 @@ table.User {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.messenger-app {
|
||||||
|
width: 628px;
|
||||||
|
border-right: 1px solid #d5dde6;
|
||||||
|
border-left: 1px solid #d5dde6;
|
||||||
|
margin-left: 1px;
|
||||||
|
border-bottom: 1px solid #c3cad2;
|
||||||
|
}
|
||||||
|
|
||||||
.music-app {
|
.music-app {
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue