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
|
@ -386,7 +386,7 @@ max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.subject:after { content: '\A'; white-space:pre; }
|
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}
|
a:visited {color: #97094b}
|
||||||
|
|
||||||
|
@ -411,7 +411,7 @@ max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.subject:after { content: '\A'; white-space:pre; }
|
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}
|
a:visited {color: #97094b}
|
||||||
|
|
||||||
|
|
|
@ -235,17 +235,17 @@ br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
span.controls {
|
div.controls {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
span.controls.op {
|
div.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
div#wrap {
|
div#wrap {
|
||||||
|
|
|
@ -346,18 +346,18 @@ br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
span.controls {
|
div.controls {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
clear: none !important;
|
clear: none !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
span.controls.op {
|
div.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
div#wrap {
|
div#wrap {
|
||||||
|
|
|
@ -238,17 +238,17 @@ br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
span.controls {
|
div.controls {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
span.controls.op {
|
div.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
div#wrap {
|
div#wrap {
|
||||||
|
|
|
@ -365,7 +365,7 @@ max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.subject:after { content: '\A'; white-space:pre; }
|
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; }
|
||||||
|
|
||||||
div.post-menu
|
div.post-menu
|
||||||
{
|
{
|
||||||
|
|
|
@ -232,17 +232,17 @@ span.omitted {
|
||||||
br.clear {
|
br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
span.controls {
|
div.controls {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
span.controls.op {
|
div.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
div#wrap {
|
div#wrap {
|
||||||
|
|
|
@ -618,12 +618,12 @@ br.clear {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.controls {
|
div.controls {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-wrap: nowrap;
|
text-wrap: nowrap;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -354,19 +354,19 @@ br.clear {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.controls {
|
div.controls {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.controls.op {
|
div.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -231,17 +231,17 @@ span.omitted {
|
||||||
br.clear {
|
br.clear {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
span.controls {
|
div.controls {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
span.controls.op {
|
div.controls.op {
|
||||||
float: none;
|
float: none;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
span.controls a {
|
div.controls a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
div#wrap {
|
div#wrap {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue