forked from leftypol/leftypol
stylesheets: fix controls styling
This commit is contained in:
parent
691cd0b531
commit
36fddc852e
9 changed files with 71 additions and 71 deletions
|
@ -18,7 +18,7 @@ form table tr td {
|
|||
display: table;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
left: 0px;
|
||||
left: 0px;
|
||||
z-index: 3;
|
||||
background-color: #35363b;
|
||||
border-color: #39d958;
|
||||
|
@ -175,7 +175,7 @@ background-color: #2b2b2b;
|
|||
form table {
|
||||
max-width: 500px;
|
||||
min-width: 100%
|
||||
|
||||
|
||||
display: inline-block;
|
||||
margin: 5px auto;
|
||||
background-color: #2b2b2b;
|
||||
|
@ -293,7 +293,7 @@ background-color: #1A1A1A;
|
|||
border-bottom: double 3px #989898 !important;
|
||||
position:fixed;
|
||||
}
|
||||
|
||||
|
||||
/*favorites in a new line*/
|
||||
div.boardlist span.favorite-boards {
|
||||
display: ;
|
||||
|
@ -386,7 +386,7 @@ max-width: 50%;
|
|||
}
|
||||
|
||||
span.subject:after { content: '\A'; white-space:pre; }
|
||||
SPAN.controls.op:before { content: '\A'; white-space:pre; }
|
||||
div.controls.op:before { content: '\A'; white-space:pre; }
|
||||
|
||||
a:visited {color: #97094b}
|
||||
|
||||
|
@ -411,7 +411,7 @@ max-width: 50%;
|
|||
}
|
||||
|
||||
span.subject:after { content: '\A'; white-space:pre; }
|
||||
SPAN.controls.op:before { content: '\A'; white-space:pre; }
|
||||
div.controls.op:before { content: '\A'; white-space:pre; }
|
||||
|
||||
a:visited {color: #97094b}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue