Merge branch 'develop' of github.com:sciunto/etherpad-lite

Conflicts:
	src/package.json
	src/templates/timeslider.html
This commit is contained in:
François Boulogne 2012-11-15 20:46:59 +01:00
commit 7761409374
43 changed files with 530 additions and 143 deletions

View file

@ -786,6 +786,23 @@ input[type=checkbox] {
padding: 4px 1px
}
}
@media screen and (max-width: 400px){
#editorcontainer {
top: 68px;
}
#editbar {
height: 62px;
}
.toolbar ul.menu_right {
float: left;
margin-top:2px;
}
.popup {
width:100%;
max-width:300px;
top: 72px !important;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 720px) {
#users {
top: 36px;