Skip to content

Commit

Permalink
unpunktlich melden, profildaten + male zmiany
Browse files Browse the repository at this point in the history
Major changes:

1. Profildaten entering and saving (you can launch it from Sidebar Menu
-> Profildaten / Vorlagen)

2. Formular for unpunktlichkeit melden (available from hauptmenu or from
context buttons at Erstattungsanspruch Prufen)

[the formular is not submittable yet, as I wait for the information from
Steffen where to send the data to]

Minor fixes:

3. Fixes from telco on Monday:

a) contextual button for unpunktlichkeit melden

b) long texts on screen Erstattungsanspruch Prufen 6/7 displayed as
tappable shortened version + "Mehr..." -> popup with full text

c) width buttons from hauptmenu relative to width of screen

4. Fixes from feedback from client:

a) Hauptmenu options left-aligned (I just notice that it wasn't
specified whether the text on buttons or the buttons themself should be
left-aligned - i changed text-align)

b) Current menu option shown in topbar

c) Changes in texts on Erstattungsanspruch Prufen screens
  • Loading branch information
tomkaba committed Nov 26, 2015
1 parent df702c4 commit 9b448ff
Show file tree
Hide file tree
Showing 9 changed files with 430 additions and 110 deletions.
2 changes: 1 addition & 1 deletion Mobilitaetsgarantie.pnproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Mobilitaetsgarantie.pnps
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<pd><ViewState><e p="Mobilitaetsgarantie" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\css" x="true"></e><e p="Mobilitaetsgarantie\my-first\www\img" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\js\storage" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\img" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\res" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\spec" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\js" x="true"></e><e p="Mobilitaetsgarantie\my-first" x="true"></e><e p="Mobilitaetsgarantie\my-first\hooks" x="false"></e><e p="Mobilitaetsgarantie\my-first\platforms" x="false"></e><e p="Mobilitaetsgarantie\my-first\plugins" x="false"></e><e p="Mobilitaetsgarantie\my-first\www" x="true"></e><e p="Mobilitaetsgarantie\my-first\www\css" x="false"></e><e p="Mobilitaetsgarantie\my-first\www\res" x="false"></e><e p="Mobilitaetsgarantie\my-first\www\js" x="true"></e><e p="Mobilitaetsgarantie\my-first\www\spec" x="false"></e></ViewState></pd>
<pd><ViewState><e p="Mobilitaetsgarantie" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\css" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\lib" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\js\storage" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\img" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\js" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\lib\ionic" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\lib\ionic\release" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\lib\ionic\release\css" x="true"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\lib\ionic\release\fonts" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\lib\ionic\release\js" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\res" x="false"></e><e p="Mobilitaetsgarantie\Mobilitaetsgarantie\www\spec" x="false"></e><e p="Mobilitaetsgarantie\my-first" x="false"></e><e p="Mobilitaetsgarantie\MediaExplorerMobileOnsen-master" x="false"></e></ViewState></pd>
30 changes: 29 additions & 1 deletion www/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ body a {


.mainmenu a {
width:280px;
width:85%;
height:60px
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
Expand All @@ -88,11 +88,32 @@ body a {
font-weight:normal;
padding:6px 24px;
text-decoration:none;
text-align:left;
text-transform:none;
text-shadow:0px 1px 0px #ffffff;
margin-bottom:25px;
}

.nview {
padding-top:5px;
margin-top:10%;
display:block;
width:100%;
height:80%;
text-align:center;
}

.infotext {
padding-top:5px;
width:99%;
margin-top:10%;
text-transform:none;
font-size:12px;
text-align:left;
padding-left:10px;
padding-right:10px;

}

.dialog {
padding-top:5px;
Expand Down Expand Up @@ -506,3 +527,10 @@ h1 {
-webkit-box-shadow:-1px 2px 12px rgba(0, 0, 0, 0.91);
-webkit-transition: opacity 0.3s ease-in;
}

#placeholder_bottom
{
display:block;
height:50px;

}
Loading

0 comments on commit 9b448ff

Please sign in to comment.