mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/15414] Inline with float
PHPBB3-15414
This commit is contained in:
parent
f2f1037e8d
commit
f9e21a81dc
3 changed files with 0 additions and 3 deletions
|
@ -1349,7 +1349,6 @@ ul.linklist:after,
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
|
|
|
@ -732,7 +732,6 @@ fieldset.polls dd div {
|
||||||
.postprofile {
|
.postprofile {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-width: 0 0 0 1px;
|
border-width: 0 0 0 1px;
|
||||||
display: inline;
|
|
||||||
float: right;
|
float: right;
|
||||||
width: 22%;
|
width: 22%;
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.attach-controls {
|
.attach-controls {
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue