Improve sidebar styling a little
This commit is contained in:
parent
3c4b20c160
commit
2e6852b1a6
3 changed files with 4 additions and 6 deletions
|
@ -384,7 +384,6 @@ h2 {
|
|||
#sidebar {
|
||||
display: none;
|
||||
position: absolute;
|
||||
border: 1px solid #888;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 30%;
|
||||
|
@ -405,11 +404,10 @@ h2 {
|
|||
|
||||
#sidebar .sidebar_title {
|
||||
margin: 0px;
|
||||
padding: 3px 6px;
|
||||
padding: 3px 6px 4px 6px;
|
||||
height: 29px;
|
||||
font-size: 14px;
|
||||
line-height: 15px;
|
||||
border-bottom: 1px solid #888;
|
||||
background: #bbb;
|
||||
}
|
||||
|
||||
|
@ -442,9 +440,7 @@ h2 {
|
|||
|
||||
.search_results_heading {
|
||||
margin: 0px;
|
||||
padding: 2px 5px;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 3px 5px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
|
|
|
@ -112,6 +112,7 @@ html body {
|
|||
|
||||
#sidebar {
|
||||
left: 0px;
|
||||
border-left: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#sidebar #sidebar_title {
|
||||
|
|
|
@ -112,6 +112,7 @@ html body {
|
|||
|
||||
#sidebar {
|
||||
right: 0px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#sidebar #sidebar_title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue