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 {
|
.extra {
|
||||||
background-color: @white;
|
background-color: @white;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 11px;
|
width: 20px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
@ -204,6 +204,7 @@
|
|||||||
.open {
|
.open {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-size: 1.5em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -213,8 +214,8 @@
|
|||||||
|
|
||||||
.links {
|
.links {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-top: 5px;
|
padding-left: 26px;
|
||||||
padding-left: 18px;
|
padding-top: 8px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -834,7 +834,7 @@
|
|||||||
|
|
||||||
if ( extrasRevealed ) {
|
if ( extrasRevealed ) {
|
||||||
$extra.find( 'a' ).hide();
|
$extra.find( 'a' ).hide();
|
||||||
$extra.stop().animate( { width: '11px' }, 100, 'swing', function () {
|
$extra.stop().animate( { width: '20px' }, 100, 'swing', function () {
|
||||||
extrasRevealed = false;
|
extrasRevealed = false;
|
||||||
} );
|
} );
|
||||||
} else {
|
} else {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<a id="afchPostponeG13" class="postpone-g13 afch-button gradient-button g13-related {{^g13}}hidden{{/g13}}">Postpone G13</a>
|
<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 id="afchExtra" class="extra afch-button">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="open" title="View additional options">〈</div>
|
<div class="open" title="View additional options">«</div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a id="afchClean" class="link">Clean submission</a>
|
<a id="afchClean" class="link">Clean submission</a>
|
||||||
<a id="afchMark" class="link">
|
<a id="afchMark" class="link">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user