Switch from using the oddly formed chevron to a guillemet
Apparently this thing has a bit more regular spacing, which should assist in resolving reported UI spacing issues.
This commit is contained in:
parent
c38c2eac11
commit
0bcddeaff8
@ -195,7 +195,7 @@
|
||||
.extra {
|
||||
background-color: @white;
|
||||
height: 100%;
|
||||
width: 11px;
|
||||
width: 20px;
|
||||
vertical-align: top;
|
||||
|
||||
.wrapper {
|
||||
@ -204,6 +204,7 @@
|
||||
.open {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
@ -213,8 +214,8 @@
|
||||
|
||||
.links {
|
||||
text-align: left;
|
||||
padding-top: 5px;
|
||||
padding-left: 18px;
|
||||
padding-left: 26px;
|
||||
padding-top: 8px;
|
||||
|
||||
a {
|
||||
display: none;
|
||||
|
@ -834,7 +834,7 @@
|
||||
|
||||
if ( extrasRevealed ) {
|
||||
$extra.find( 'a' ).hide();
|
||||
$extra.stop().animate( { width: '11px' }, 100, 'swing', function () {
|
||||
$extra.stop().animate( { width: '20px' }, 100, 'swing', function () {
|
||||
extrasRevealed = false;
|
||||
} );
|
||||
} else {
|
||||
|
@ -17,7 +17,7 @@
|
||||
<a id="afchPostponeG13" class="postpone-g13 afch-button gradient-button g13-related {{^g13}}hidden{{/g13}}">Postpone G13</a>
|
||||
<div id="afchExtra" class="extra afch-button">
|
||||
<div class="wrapper">
|
||||
<div class="open" title="View additional options">〈</div>
|
||||
<div class="open" title="View additional options">«</div>
|
||||
<div class="links">
|
||||
<a id="afchClean" class="link">Clean submission</a>
|
||||
<a id="afchMark" class="link">
|
||||
|
Loading…
x
Reference in New Issue
Block a user