[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/installation/template/scss/ -> template-rtl.scss (source)

   1  @import "template";
   2  
   3  body {
   4    direction: rtl;
   5  }
   6  
   7  // Javascript Warning
   8  #javascript-warning {
   9    font-size: 16px;
  10    text-align: center;
  11  }
  12  
  13  textarea {
  14    resize: both;
  15  }
  16  
  17  textarea.vert {
  18    resize: vertical;
  19  }
  20  
  21  textarea.noResize {
  22    resize: none;
  23  }
  24  
  25  .j-install-step {
  26    select {
  27      width: 100%;
  28      margin-right: 0 !important;
  29    }
  30  }
  31  
  32  .j-install-step-header {
  33    span {
  34      margin-right: 5px;
  35      margin-left: auto;
  36    }
  37  }
  38  
  39  .lang-select {
  40    left: 0;
  41  }
  42  
  43  .control-group {
  44    .control-label {
  45      padding-top: 5px;
  46      padding-right: 5px;
  47      text-align: right;
  48    }
  49  }
  50  
  51  .checkboxes {
  52    .checkbox input {
  53      margin-right: 0;
  54    }
  55  }
  56  
  57  .form-group {
  58    text-align: right;
  59  }
  60  
  61  .container-installation {
  62    text-align: right;
  63  }
  64  
  65  .j-header-help {
  66    margin: 20px auto 20px 20px;
  67  }
  68  
  69  .j-footer {
  70    text-align: left;
  71  }
  72  
  73  .#{$jicon-css-prefix}-chevron-right::before,
  74  .#{$fa-css-prefix}-chevron-right::before {
  75    content: "";
  76  }
  77  
  78  .j-install-last-step [class^="icon-"],
  79  .j-install-last-step [class*=" icon-"] {
  80    display: inline;
  81  }
  82  
  83  .j-install-step-header span {
  84    margin-right: auto;
  85    margin-left: 5px;
  86  }
  87  
  88  #jform_db_prefix {
  89    text-align: right;
  90    direction: ltr;
  91  }
  92  
  93  // Language Table
  94  caption {
  95    text-align: right;
  96  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer