layout.css 351 B

123456789101112131415
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. #layoutview-container {
  5. height: 100%;
  6. width: 100%;
  7. }
  8. .layoutview-no-grids {
  9. font-style: italic;
  10. text-align: center;
  11. padding: 0.5em;
  12. }