Server IP : 103.233.192.212 / Your IP : 18.191.132.143 Web Server : Apache/2 System : Linux sv1.inde.co.th 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 User : sumpatuan ( 1058) PHP Version : 5.5.38 Disable Function : symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,putenv,passthru,escapeshellarg,escapeshellcmd,pcntl_exec,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,ini_restore MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/sumpatuan/domains/sumpatuan.go.th/private_html/backup/assets/876e5b1b/less/ |
Upload File : |
/* Imports */ @import "mixins.less"; /* Grid view */ .grid-view { padding-top: 20px; table.items { th a { display: block; position: relative; .caret { display: none; position: absolute; right: 5px; top: 7px; } &.asc .caret { display: block; } &.desc .caret { border-bottom: 4px solid #000; border-top: none; display: block; } } tr.selected td { background: #EEE; } } .filters { .filter-container { padding: 0 15px 0 0; } input, select { margin-bottom: 0; width: 100%; } } .button-column { text-align: center; width: 50px; } .checkbox-column { width: 15px; } .summary { margin-bottom: 5px; text-align: right; } .pager { margin-top: 5px; } .empty { font-style: italic; } } .grid-view-loading { background: url(../img/loading.gif) no-repeat; } /* List view */ .list-view { padding-top: 20px; .summary { margin-bottom: 5px; text-align: right; } .pager { margin-top: 5px; } .sorter { margin: 0 0 5px 0; text-align: right; ul { display: inline; list-style: none outside none; margin: 0; padding: 0; } li { display: inline; margin: 0 0 0 5px; padding: 0; } a .caret { position: absolute; right: 5px; top: 7px; &.desc .caret { border-bottom: 4px solid #000; border-top: none; } } } } .list-view-loading { background: url(../img/loading.gif) no-repeat; } /* Detail view */ .detail-view { .null { color: #FFC0CB; } th { text-align: right; width: 160px; } } /* Form */ span.required { color: #F00; } .form-inline, .form-horizontal, .form-vertical { label.error { color: #B94A48; } select.error, input.error, textarea.error { border-color: #B94A48; color: #B94A48; &:focus { border-color: #953B39; .box-shadow(0 0 6px #D59392); } } .help-block.error, .help-inline.error { color: #B94A48; } }