mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Styles
Added styles for new page elements and some fixes
This commit is contained in:
parent
df4a492543
commit
bf5856ba43
1 changed files with 20 additions and 4 deletions
|
@ -794,10 +794,9 @@ table.User {
|
|||
}
|
||||
|
||||
.tabs {
|
||||
border-bottom: 1px solid #707070;
|
||||
margin-left: -10px;
|
||||
margin-right: -6px;
|
||||
width: 627px;
|
||||
border-bottom: 1px solid #707070;
|
||||
margin-right: -12px;
|
||||
margin-left: -12px;
|
||||
}
|
||||
|
||||
#activetabs {
|
||||
|
@ -1805,3 +1804,20 @@ body.scrolled .toTop:hover {
|
|||
padding-top: 3px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
.note_header {
|
||||
background: #f7f7f7;
|
||||
border-bottom: solid 1px #DAE1E8;
|
||||
border-top: solid 1px #45688E;
|
||||
padding: 4px 6px 5px 6px;
|
||||
}
|
||||
.note_header .note_title {
|
||||
color: #45688E;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
line-height: 15px;
|
||||
margin: 0px;
|
||||
padding: 0px 0px 1px 0px;
|
||||
}
|
||||
.page_yellowheader a {
|
||||
color: #696029;
|
||||
}
|
Loading…
Reference in a new issue