Last active
March 24, 2016 23:34
-
-
Save ti-ka/11c77a4ddd9cc64af3ab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ChangeLog: | |
March 23 | |
1. Defined proper offsets and responsive layouts for login views | |
2. Defined re-usable .space, .margin and .padding layouts | |
3. Logo and footer are now partials | |
4. AppName is now partial too. Later, will change to Environment Variable | |
File System Changes: | |
i. Created _AppNamePartial | |
ii. Created _LogoPartial | |
iii. Created _FooterPartial | |
iv. Unlinked Reference to main.css and custom.css | |
v. Removed non-relative units | |
vi. Created new.custom.prognose.css | |
vii. Unlinked login.css | |
March 24 | |
1. Update Login and Forgot Password Views | |
2. Responsive validated | |
3. Image Logo Now comes from Web.Config | |
Add the following in <appSettings> | |
<!-- Geomanage/ Prognose Configuaration--> | |
<add key="App" value="Prognose"/> | |
<add key="AppLogo" value="Prognose_logo.png"/> <!-- Reference Under Content/Images--> | |
4. Added IEnvironment | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment