diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 20:21:13 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 20:21:13 -0400 |
| commit | 8b85f846bd11e0dedba42fbaee86554d823e9b6f (patch) | |
| tree | a2ec920af7d011b9426bdc978b78dd22801e534f | |
| parent | d852fc08bf6fd8f76a9218f081f0efe6b3e03ece (diff) | |
mobile
| -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; |
