HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/survey.wb-webdesign.com/private_html/assets/styles-public/browse.css
/*!
 * Style for browsing response : in Cgrid
 */
 .grid-view .table .filters > td .filter-container
 {
     padding: 0;
 }

#responses-grid table tbody tr td  {
    text-align: center;
}

#responses-grid table tbody tr td.response-buttons {
    text-align: left;
}

#responses-grid table thead tr th.checkbox-column {
    min-width: 40px;
}

#responses-grid table tbody tr td.checkbox-column {
    text-align: left;
}

#responses-grid #responses-column-filter-select {
    height: 200px;
}

#responses-grid #responses-column-filter-button {
    margin-left: 3px;
}

#responses-grid table.upload-question > tbody > tr:first-child > td {
    border: none;
}

/*!
 * Style for browsing response : in jqgrid
 * TODO: Is not in use anymore
 */

#gview_displayresponses th .qcode {
    display: block;
    height: auto;
    padding-right: 16px;/* Place for icon : but ui-icon is not here*/
}

#gview_displayresponses th .questiontext {
    display: block;
    height: 2.5em;
    overflow: hidden;
    font-weight:400;
}
#gview_displayresponses th .s-ico {
    position: absolute;
    right: 18px;
    top: 0;
}
#gview_displayresponses tr.ui-search-toolbar th {
    border-top-width: 0 !important; /* Default css from jquery-ui add a top !important width */
    border-bottom:1px
}