diff options
| -rw-r--r-- | public/assets/ok.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 113b43e..95841f9 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -387,17 +387,28 @@ ul li { nav img { width: 12px; } - nav span div:nth-child(2) { + nav span div:nth-child(2), .five span:nth-child(4) { display: none; } - + .texts { + padding:3px 5px; + } + .five span:nth-child(2), .five span:nth-child(3){ + width:calc(50% - 2.5px); + } + .five span:nth-child(3){ + margin-left: 5px; + } .five span { - width: 50%; + width: 100%; border-bottom: 1px solid; margin: 0; - padding: 3px; + padding: 3px 0 2px 0; font-weight: 600; } + iframe.cell { + pointer-events:none; + } .five span.description { width: 100%!important; font-weight: 400; |
