[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/feedback/ -> styles.css (source)

   1  /* styles using by feedback */
   2  .path-mod-feedback span.feedback_info {
   3      font-weight:bold;
   4  }
   5  
   6  .path-mod-feedback div.feedback_is_dependent {
   7      background:#DDDDDD;
   8  }
   9  
  10  .path-mod-feedback span.feedback_depend {
  11      color:#ff0000;
  12  }
  13  
  14  .path-mod-feedback hr.feedback_pagebreak {
  15      height:4px;
  16      color:#aaaaaa;
  17      background-color:#aaaaaa;
  18      border: 0;
  19      margin: 0;
  20  }
  21  
  22  .path-mod-feedback .drag_target_active {
  23      opacity: .25;
  24  }
  25  
  26  .path-mod-feedback .drag_item_active {
  27      opacity: .5;
  28  }
  29  
  30  .path-mod-feedback .feedback_bar_image {
  31      height: 10px;
  32  }
  33  
  34  .path-mod-feedback #analysis-form label { display: inline; }
  35  
  36  .path-mod-feedback .mform.feedback_form .fitem .fitemtitle {
  37      display: block;
  38      margin-top: 4px;
  39      margin-bottom: 4px;
  40      text-align: left;
  41      width: 100%;
  42  }
  43  
  44  .path-mod-feedback .mform.feedback_form .fitem .felement {
  45      margin-left: 0;
  46      width: 100%;
  47      float: left;
  48      padding-left: 0;
  49      padding-right: 0;
  50  }
  51  
  52  .path-mod-feedback .mform.feedback_form .fitem .fstatic:empty {
  53      display: none;
  54  }
  55  
  56  .path-mod-feedback .mform.feedback_form .fitem .fcheckbox > span,
  57  .path-mod-feedback .mform.feedback_form .fitem .fradio > span,
  58  .path-mod-feedback .mform.feedback_form .fitem .fgroup > span {
  59      margin-top: 4px;
  60  }
  61  
  62  body.path-mod-feedback #region-main .mform.feedback_form .femptylabel .fitemtitle {
  63      display: inline-block;
  64      width: auto;
  65      margin-right: 0;
  66  }
  67  
  68  .path-mod-feedback .mform.feedback_form .femptylabel .felement {
  69      display: inline-block;
  70      margin-top: 4px;
  71      padding-top: 5px;
  72      width: auto;
  73  }
  74  
  75  body.path-mod-feedback #region-main .mform.feedback_form .feedback-item-pagebreak .felement {
  76      width: 100%;
  77  }
  78  
  79  .path-mod-feedback .mform.feedback_form .fitem_fcheckbox .fitemtitle,
  80  .path-mod-feedback .mform.feedback_form .fitem_fcheckbox .felement {
  81      display: inline-block;
  82      width: auto;
  83  }
  84  
  85  .path-mod-feedback .mform.feedback_form .fitem_fcheckbox .felement {
  86      padding: 6px;
  87  }
  88  
  89  body.dir-rtl.path-mod-feedback #region-main .mform.feedback_form .femptylabel .fitemtitle {
  90      margin-right: 0px;
  91      margin-left: 0;
  92  }
  93  
  94  .dir-rtl.path-mod-feedback .mform.feedback_form .fitem .fitemtitle {
  95      text-align: right;
  96  }
  97  
  98  .dir-rtl.path-mod-feedback .mform.feedback_form .fitem .felement {
  99      margin-right: 0;
 100      float: right;
 101      padding-right: 0;
 102      padding-left: 0;
 103  }
 104  
 105  .dir-rtl.path-mod-feedback .mform.feedback_form .fitem_fcheckbox .felement {
 106      float: right;
 107  }
 108  
 109  .path-mod-feedback .mform.feedback_form#feedback_viewresponse_form .fitem.feedback_hasvalue:not(.feedback-item-captcha) .felement {
 110      background: #FBFBF1;
 111      min-height: 1em;
 112      box-sizing: border-box;
 113      padding: 3px;
 114      border: 1px solid #ddd
 115  }
 116  
 117  .path-mod-feedback .mform.feedback_form .fitem.feedback_hasvalue .fstatic:empty {
 118      display: inherit;
 119  }
 120  
 121  .path-mod-feedback .mform.feedback_form#feedback_edit_form .fitem:hover {
 122      background: #f5f5f5;
 123  }
 124  
 125  .path-mod-feedback .mform.feedback_form#feedback_edit_form .fitem .fitemtitle label {
 126      width: 100%;
 127  }
 128  
 129  .path-mod-feedback .mform.feedback_form#feedback_edit_form .fitem .fitemtitle .itemtitle {
 130      position: relative;
 131      width: 100%;
 132  }
 133  
 134  .path-mod-feedback .mform.feedback_form#feedback_edit_form .fitem .fitemtitle .itemtitle .itemdd,
 135  .path-mod-feedback .mform.feedback_form#feedback_edit_form .fitem .fitemtitle .itemtitle .itemname {
 136      float: left;
 137  }
 138  
 139  .path-mod-feedback .mform.feedback_form#feedback_edit_form .fitem .fitemtitle .itemtitle .itemactions {
 140      float: right;
 141  }
 142  
 143  .path-mod-feedback .templateslist td.cell.action,
 144  .path-mod-feedback .templateslist th.header.action {
 145      width: 10%;
 146  }
 147  
 148  /* Analysis page */
 149  .path-mod-feedback table.analysis {
 150      width: 100%;
 151      border-top: 1px solid #aaaaaa;
 152      margin-top: 10px;
 153  }
 154  
 155  .path-mod-feedback table.analysis tr:first-child th {
 156      padding-top:10px;
 157  }
 158  
 159  .path-mod-feedback table.analysis tr:hover {
 160      background: #f5f5f5;
 161  }
 162  
 163  .path-mod-feedback table.analysis td.singlevalue:before,
 164  .path-mod-feedback table.analysis td.optionname:before {
 165      content:'- ';
 166  }
 167  
 168  .path-mod-feedback table.analysis.itemtype_textarea td {
 169      padding: 4px 0;
 170  }
 171  
 172  .path-mod-feedback table.analysis tr.isempty {
 173      display:none;
 174  }
 175  
 176  /* Responses list */
 177  .path-mod-feedback #showentrytable td.cell.completed_timemodified,
 178  .path-mod-feedback #showentryanontable td.cell.random_response {
 179      font-weight: bold;
 180  }
 181  
 182  .path-mod-feedback #showentrytable td.cell.userpic,
 183  .path-mod-feedback #showentrytable td.cell.deleteentry,
 184  .path-mod-feedback #showentryanontable td.cell.deleteentry {
 185      width: 10px;
 186  }
 187  
 188  /* Responses navigation */
 189  .path-mod-feedback .response_navigation {
 190      margin: .5em 0;
 191  }
 192  .path-mod-feedback .response_navigation a {
 193      display: inline-block;
 194  }
 195  .path-mod-feedback .response_navigation a.back_to_list {
 196      margin: auto;
 197      float: right;
 198      left: -50%;
 199      position: relative;
 200  }
 201  .dir-rtl.path-mod-feedback .response_navigation .next_response:after,
 202  .path-mod-feedback .response_navigation .prev_response:before {
 203      content: ' ◄ ';
 204  }
 205  .dir-rtl.path-mod-feedback .response_navigation .prev_response:before,
 206  .path-mod-feedback .response_navigation .next_response:after {
 207      content: ' ► ';
 208  }
 209  .dir-rtl.path-mod-feedback .response_navigation .prev_response,
 210  .path-mod-feedback .response_navigation .next_response {
 211      float: right;
 212  }
 213  .dir-rtl.path-mod-feedback .response_navigation .next_response,
 214  .path-mod-feedback .response_navigation .prev_response {
 215      float: left;
 216  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1