From 2ecec3b59aabe2fd6156338cd4cbab7672d4f9b1 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 12 Jan 2016 08:01:42 -0600 Subject: Support show last change user with profile and support YAML config inside the note with robots, lang, dir, breaks options --- public/css/index.css | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) (limited to 'public/css/index.css') diff --git a/public/css/index.css b/public/css/index.css index 1f20e926..3be56065 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -156,18 +156,7 @@ body { .ui-user-name { margin-top: 2px; } -.ui-user-icon { - width: 20px; - height: 20px; - display: block; - border-radius: 3px; - margin-top: 2px; - margin-bottom: 2px; - margin-right: 5px; - background-position: center center; - background-repeat: no-repeat; - background-size: contain; -} + .ui-user-status { margin-top: 5px; } @@ -213,7 +202,6 @@ body { width: 0px; position: absolute; border-right: none; - transition: left 0.1s, top 0.1s; } .dropdown-menu.other-cursor { transition: none; @@ -243,6 +231,10 @@ div[contenteditable]:empty:not(:focus):before{ max-height: 80vh; overflow: auto; } +.dropdown-menu.list.small { + max-height: 40vh; + overflow: auto; +} .dropdown-menu.list::-webkit-scrollbar { display: none; } @@ -279,6 +271,25 @@ div[contenteditable]:empty:not(:focus):before{ display: block; } +.info-label { + width: 36%; + text-align: right; + position: relative; + display: inline-block; + margin-right: 6px; +} +.popover { + width: 100%; + font-family: inherit !important; + line-height: 25px; +} + +.text-ellipsis { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} + .cm-trailing-space-a:before, .cm-trailing-space-b:before, .cm-trailing-space-new-line:before { -- cgit v1.2.3