Subversion Repositories wimsdev

Rev

Rev 10588 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* Special Media queries for Latex2WIMS in standard theme */
  2.  
  3. /* Large screens */
  4. @media only screen and (min-width: 64.063em) {
  5.   /*display l2w left toc under wimsmenumodubox */
  6.   #wimspagebox{
  7.     position:relative;
  8.   }
  9.   #wimsdoc #left_toc, #wimsdoc #wimsmenumodubox{
  10.     position: absolute;
  11.   }
  12.   #wimsdoc #wimsmenumodubox{
  13.     /*top:0;
  14.     margin-top:-2.3em;*/
  15.     padding-top:0;
  16.     padding-bottom: 0;
  17.   }
  18.   #wimsdoc #left_toc{
  19.     left:0;
  20.     margin:0;
  21.     top:9.5em;
  22.     min-width:10em;
  23.   }
  24.   #wimsdoc .ui-menu {width: 163px;}
  25. }
  26.