Browse Source

merged with master

gh-pages
Igor Zhukov 11 years ago
parent
commit
8fc6f6313e
  1. 2
      app.manifest
  2. 2
      css/app.css
  3. 10
      css/mobile.css
  4. 4
      js/app.js
  5. 2
      webogram.appcache

2
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Sun Nov 30 2014 14:59:35 GMT-0800 (PST)
# Time: Mon Dec 01 2014 08:16:37 GMT-0800 (PST)
CACHE:

2
css/app.css

File diff suppressed because one or more lines are too long

10
css/mobile.css

@ -387,6 +387,16 @@ html {
width: auto;
max-width: 250px;
}
.im_message_contact {
width: 200px;
}
.im_message_contact_name,
.im_message_contact_phone {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 150px;
}
.im_message_document {
position: relative;
}

4
js/app.js

File diff suppressed because one or more lines are too long

2
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Sun Nov 30 2014 14:59:35 GMT-0800 (PST)
# Time: Mon Dec 01 2014 08:16:37 GMT-0800 (PST)
CACHE:

Loading…
Cancel
Save