-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add name of application right of icon in header like in design from…
… 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mschaaf
Member
|
||
<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"> | ||
|
@@ -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"> | ||
|
@@ -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"> | ||
|
I thought we have a special icon for such cases.