view sat_templates/templates/default/static/styles_noscript.css @ 208:89f940763b02

css (ticket): no need to hide "author" anymore, it's ignored again in Libervia following updating fix.
author Goffi <goffi@goffi.org>
date Fri, 14 Jun 2019 12:43:47 +0200
parents 240bbac435f4
children 255faa03379a
line wrap: on
line source

/*******************************************************
 * This styles are used when javascript is not enabled *
 *******************************************************/


/*************
 * Constants *
 *************/

:root {
  --box--expand_limit: none;
}

/*********
 * boxes *
 *********/

.box__under {
    display: none;
}

/************
 * Comments *
 ************/

.comments_panel {
    max-height: none;
    opacity: 1;
}

/*********
 * Menus *
 *********/

.menu__language button {
    display: initial;
}