~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to src/php/HelioviewerWebClient.php

  • Committer: Jeff Stys
  • Date: 2015-03-05 17:04:21 UTC
  • Revision ID: jstys@sesda3.com-20150305170421-qujs5oldi3qcyh2r
+ Moved default drawer state settings to a more appropriate location.
+ Visual tweaks to header, especially logo and viewport action buttons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
            </span>
268
268
        </div>
269
269
 
270
 
        <div class="logo">
 
270
        <div id="logo">
271
271
            <h1>
272
 
                <a class="fa fa-sun-o fa-fw" href="" title="The Open-Source Solar and Heliospheric Data Browser"></a>
273
 
                <a href="" title="The Open-Source Solar and Heliospheric Data Browser">Helioviewer.org</a>
 
272
                <span><a class="logo-icon fa fa-sun-o fa-fw" href="" title="The Open-Source Solar and Heliospheric Data Browser"></a><a class="logo-text" href="" title="The Open-Source Solar and Heliospheric Data Browser">Helioviewer.org</a></span>
274
273
            </h1>
275
274
        </div>
276
275
 
289
288
 
290
289
            <div id="zoom-out-button" class="viewport-action fa fa-search-minus" title="Zoom Out"></div>
291
290
 
292
 
            <div id="zoom-in-button" class="viewport-action fa fa-search-plus" title="Zoom In"> <span>zoom in</span></div>
 
291
            <div id="zoom-in-button" class="viewport-action fa fa-search-plus" title="Zoom In"></div>
293
292
 
294
293
        </div>
295
294