aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/conversation.css2
-rw-r--r--view/css/widgets.css18
2 files changed, 5 insertions, 15 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 88081c2c6..dbb930fc7 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -313,7 +313,7 @@ code {
}
code.inline-code {
- padding: 0.2em;
+ padding: 0px 4px;
display: inline;
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index b78725919..a67c10ed2 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -41,23 +41,13 @@ li:hover .widget-nav-pills-icons {
/* notes */
#note-text {
- padding: 7px 10px;
+ border: 1px solid rgba(0,0,0,.125);
+ padding: 5px;
width: 100%;
resize: vertical;
min-height: 250px;
- overflow-y: auto;
- overflow-x: hidden;
-}
-
-#note-text-html {
- padding: 7px 10px;
- height: 250px;
- width: 100%;
- resize: vertical;
- min-height: 250px;
- overflow-y: auto;
- overflow-x: hidden;
-
+ overflow: auto;
+ outline: none;
}
/* saved searches */