|
|
|
@ -7,10 +7,16 @@
|
|
|
|
|
* License. It is allowed to copy, distribute, transmit and to adapt the work
|
|
|
|
|
* by keeping credits to the original autors in the README file.
|
|
|
|
|
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
|
|
|
|
|
*
|
|
|
|
|
* $Id$
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* #1488618 */
|
|
|
|
|
#mainscreen {
|
|
|
|
|
height: expression((parseInt(document.documentElement.clientHeight)-108)+'px');
|
|
|
|
|
}
|
|
|
|
|
#mainscreen.offset {
|
|
|
|
|
height: expression((parseInt(document.documentElement.clientHeight)-150)+'px');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input.button {
|
|
|
|
|
display: inline;
|
|
|
|
|
font-size: 90%;
|
|
|
|
|