Skip to content

Commit

Permalink
* add name of application right of icon in header like in design from…
Browse files Browse the repository at this point in the history
… issue #8
  • Loading branch information
Martin Schaaf committed Oct 23, 2013
1 parent db751d7 commit 91be381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<div id="text" data-role="page" data-theme="a">
<div id="headerText" data-role="header">
<img src="../img/logoWhite.svg" style="float: left; padding-top: 5px; padding-left: 6px;" with="26" height="26" />
<span style="float:left; padding-top: 15px;">uickQuestion</span>

This comment has been minimized.

Copy link
@JayGray

JayGray Oct 23, 2013

Member

I thought we have a special icon for such cases.

This comment has been minimized.

Copy link
@mschaaf

mschaaf Oct 23, 2013

Member

I don't have it. @GeorgHofmann do you have one and was it really meant as a icon? But why using a icon if we can do it with html and css?

<h1></h1>
<a href="#navigationPanelText" data-icon="bars" data-iconpos="notext" data-corners="true" data-shadow="true" data-iconshadow="false" data-wrapperels="span" data-theme="a" title="Collaborators" class="ui-btn-right"></a>
<div data-role="navbar">
Expand Down Expand Up @@ -74,6 +75,7 @@ <h3 class="ui-title">The app needs to restart, to apply changes.</h3>
<div id="whiteboard" data-role="page" data-theme="a">
<div id="header" data-role="header">
<img src="../img/logoWhite.svg" style="float: left; padding-top: 5px; padding-left: 6px;" with="26" height="26" />
<span style="float:left; padding-top: 15px;">uickQuestion</span>
<h1></h1>
<a href="#navigationPanelWhiteboard" data-icon="bars" data-iconpos="notext" data-corners="true" data-shadow="true" data-iconshadow="false" data-wrapperels="span" data-theme="a" title="Collaborators" class="ui-btn-right"></a>
<div data-role="navbar">
Expand Down Expand Up @@ -165,6 +167,7 @@ <h3 class="ui-title">The app needs to restart, to apply changes.</h3>
<div id="audiovideo" data-role="page" data-theme="a">
<div id="header" data-role="header">
<img src="../img/logoWhite.svg" style="float: left; padding-top: 5px; padding-left: 6px;" with="26" height="26" />
<span style="float:left; padding-top: 15px;">uickQuestion</span>
<h1></h1>
<a href="#navigationPanelAudiovideo" data-icon="bars" data-iconpos="notext" data-corners="true" data-shadow="true" data-iconshadow="false" data-wrapperels="span" data-theme="a" title="Collaborators" class="ui-btn-right"></a>
<div data-role="navbar">
Expand Down

0 comments on commit 91be381

Please sign in to comment.