1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/source/css/mini-ie.css
titoko titoko 96663cd7da add source
2013-11-27 12:56:15 +01:00

73 lines
2.4 KiB
CSS
Executable file

/*
Jappix - An open social platform
This is the Jappix Mini legacy IE CSS stylesheet
-------------------------------------------------
License: dual-licensed under AGPL and MPLv2
Author: Valérian Saliou
Last revision: 22/08/12
*/
#jappix_mini {
width: expression(document.documentElement.clientWidth - 150 + 'px') !important;
position: absolute !important;
bottom: auto !important;
right: auto !important;
top: expression(((document.documentElement.clientHeight - this.offsetHeight) + (ignoreMiniTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px') !important;
left: expression((150 + this.offsetWidth - (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + (ignoreMiniLeft = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px') !important;
}
#jappix_mini .jm_images {
background-image: url(../img/sprites/mini.gif) !important;
}
#jappix_mini .jm_images_animate {
background-image: url(../img/sprites/animate.gif) !important;
}
#jappix_mini a.jm_button {
width: 1px !important;
}
#jappix_mini div.jm_roster {
right: -1px !important;
bottom: 23px !important;
}
#jappix_mini div.jm_roster div.jm_buddies {
height: expression(this.scrollHeight > (document.documentElement.clientHeight - 70) ? (document.documentElement.clientHeight - 70) + 'px' : 'auto') !important;
}
#jappix_mini a.jm_pane {
height: 12px !important;
overflow-y: hidden !important;
}
#jappix_mini a.jm_button.jm_clicked {
background-image: none !important;
}
#jappix_mini div.jm_conversations a.jm_clicked {
border-right: none !important;
padding: 7px 6px 6px 6px !important;
}
#jappix_mini div.jm_chat-content {
bottom: 23px !important;
right: -2px !important;
}
#jappix_popup {
height: expression(document.documentElement.clientHeight + 'px') !important;
width: expression(document.documentElement.clientWidth + 'px') !important;
position: absolute !important;
top: expression(((ignorePopupTop = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px') !important;
left: expression(((ignorePopupLeft = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px') !important;
}
#jappix_popup div.jm_prompt {
position: absolute !important;
}