UI changes and modernizr.js for the contacts app. #1
Conversation
Made the required UI changes, the messaging input also floats properly now. Bug Bug http://bugs.owncloud.org/thebuggenie/files/show/73 solved.
modernizr.js and HTML5 polyfills for placeholders added.
THX Please add the un-minified version of Modernizr.js as well. THX a lot, Tom |
Done. :) On Tue, Aug 28, 2012 at 4:49 PM, Thomas Müller notifications@github.comwrote:
Sincerely, |
I've been thinking about this earlier, isn't it enough to just link people to the un-minified version. Most open source licenses don't force you to bundle the source with the binaries, you just have to provide the source when asked for, a smartphone doesn't come with the full linux source, only a mention in the manual where you can find the source. |
Well - there is for sure some room for interpretation. I - being the Debain Package Maintainer - have to follow the Debian guidelines, which interpret the licenses very strict. |
@@ -16,7 +16,7 @@ | |||
#uploadprogressbar { display: none; padding: 0; bottom: 3em; height:2em; width: 20em; margin:0; background:#eee; border:1px solid #ccc; position:fixed; } | |||
#contacts_newcontact, #bottomcontrols .settings { float: left; margin: 0.2em 0 0 1em; border: 0 none; border-radius: 0; -moz-box-shadow: none; box-shadow: none; outline: 0 none; } | |||
#bottomcontrols .settings { float: right; margin: 0.2em 1em 0 0; } | |||
#actionbar { clear: both; height: 30px;} | |||
#actionbar { clear: both; height: 30px; position: fixed; top:200px; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I intentionally dropped having it fixed a while ago because it would overlap elements.
Thanks Raghu. Sorry again for not being able to merge it earlier. I haven't had time to work on ownCloud for almost a week. Can I get you to update it with latest master to add the changes I've made during that time? |
Sure! That will be great!
|
@raghunayyar Should we also drop the minified version, or is it customized to only check for placeholder? |
It was not just for the placeholders. It was in general because we thought
|
Cool, then just remove the minified version. |
Modernizr.js and Placeholder Polyfills library included for the old browser support.
The input elements now float correctly.
Bug http://bugs.owncloud.org/thebuggenie/files/show/73 solved.