mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12719] Fix Buttons
This commit is contained in:
parent
4fac568d5e
commit
922f631a46
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
.button {
|
.button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 18px;
|
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
@ -28,7 +27,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
margin: 3px 0 0 2px;
|
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,6 +53,10 @@
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons .button:before {
|
||||||
|
margin: 3px 0 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons .button, .dropdown-select {
|
.buttons .button, .dropdown-select {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
@ -194,7 +196,7 @@ ul.linklist.bulletin > li.small-icon:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-buttons .icon-button {
|
.post-buttons .icon-button {
|
||||||
padding: 0 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hastouch .post-buttons .icon-button {
|
.hastouch .post-buttons .icon-button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue