Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fixed (0.02 sec)

  1. style.css

    L38:} L39: L40:.form-control { L41: border-radius: 0px; L42:} L43: L44:legend{ L45: display: none; L46:} L47: L48:/* header */ L49: L50:#searchOptions { L51: position: fixed; L52: z-index: 10; L53:} L54: L55:#searchOptions .container { L56: width: 500px; L57: max-width: 100%; L58: height: 100%; L59: overflow: auto; L60: position: fixed; L61: top: 0; L62: bottom: 0; L63: right: -500px; L64: padding-top: 72px; L65: padding-bottom: 20px; L66: color: #fff; L67: background-color: rgba(60, 60, 60, 0.93);...
    github.com/codelibs/fess/src/main/webapp/css/st...
    Thu Jun 02 11:39:35 UTC 2022
      2K bytes
  2. style.css

    padding-left: 0; L55:} L56: L57:#result ol li { L58: margin-bottom: 0; L59:} L60: L61:#result .title { L62: margin: 1.0em 0 0.5em 0; L63: font-size: 120%; L64: font-weight: 600; L65:} L66: L67:section.content table { L68: display: table; L69: table-layout: fixed; L70: width L71:} L72: L73:section.content table td { L74: display: table-cell; L75: word-wrap: break-word; L76: overflow-wrap: break-word; L77:} L78: L79:section.content table .label { L80: color: #fff; L81:} L82: L83:textarea.systemInfoData { L84:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Thu Feb 13 07:47:04 UTC 2020
      1.1K bytes
Back to top