Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5bacf6e authored by Gina Dimino's avatar Gina Dimino Committed by Android Git Automerger
Browse files

am 44c5e346: Merge "Docs: Add Google Feedback link to the footer for SAC pages."

* commit '44c5e346':
  Docs: Add Google Feedback link to the footer for SAC pages.
parents bbb41a70 44c5e346
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -420,8 +420,12 @@ video.with-shadow {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top:10px;
  height: 30px; }
  height: 30px;
}

.content-footer-test {
  border-top: 1px solid #ccc;
}
.content-footer .col-9 {
  margin-left:0;
}
@@ -4457,6 +4461,11 @@ a.download-sdk {
  float:right;
}

.feedback {
  float:right !important;
  margin: 0 0 0 10px;
  font-size: 14px;
}


/************* HOME/LANDING PAGE *****************/
+3 −8
Original line number Diff line number Diff line
@@ -117,17 +117,12 @@
    <?cs call:tag_list(root.descr) ?>
    </div>

      <div class="content-footer <?cs 
                    if:fullpage ?>wrap<?cs
                    else ?>layout-content-row<?cs /if ?>" 
      <div class="content-footer-test"
                    itemscope itemtype="http://schema.org/SiteNavigationElement">
        <div class="layout-content-col <?cs 
                    if:fullpage ?>col-16<?cs 
                    elif:training||guide ?>col-8<?cs 
                    else ?>col-9<?cs /if ?>" style="padding-top:4px">
          <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?>
            <div class="g-plusone" data-size="medium"></div>
          <?cs /if ?>
        </div>
        <?cs if:!fullscreen ?>
        <div class="paging-links layout-content-col col-4">
+5 −0
Original line number Diff line number Diff line
<div id="footer" class="wrap" <?cs if:fullpage ?>style="width:940px"<?cs /if ?>>
  <style>.feedback { float: right !Important }</style>
  <div class="feedback">
    <a href="#" class="button" onclick=" try {
      userfeedback.api.startFeedback({'productId':'715571','authuser':'1'});return false;}catch(e){}">Send Feedback</a>
  </div>
  <div id="copyright">
    <?cs call:custom_cc_copyright() ?>
  </div>
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ else
<script src="<?cs var:toroot ?>navtree_data.js" async type="text/javascript"></script>
<?cs /if ?>

<script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></script>

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-45455297-1']);