summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorWu Cheng-Han2016-01-12 08:01:42 -0600
committerWu Cheng-Han2016-01-12 08:01:42 -0600
commit2ecec3b59aabe2fd6156338cd4cbab7672d4f9b1 (patch)
treea27846db2e2e8d0ef1480893a8ad2b69dac36ad0 /public/css/index.css
parent1672df3dceebe885ded02530799a78d5a07be1d7 (diff)
Support show last change user with profile and support YAML config inside the note with robots, lang, dir, breaks options
Diffstat (limited to 'public/css/index.css')
-rw-r--r--public/css/index.css37
1 files changed, 24 insertions, 13 deletions
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 {