remove some useless whitespace
[mudsync.git] / data / web-static / css / main.css
index f9e9cd06aeecfebc421fa4126f75830af062033b..f39402c667f19875aa13f9255640320e909e4d39 100644 (file)
@@ -26,6 +26,11 @@ body {
     font-size: 12pt;
 }
 
+span.pre-ish {
+    font-size: 12pt;
+    white-space: pre-wrap;
+}
+
 #stream-metabox {
     flex-direction: column;
     display: flex;
@@ -42,7 +47,7 @@ body {
 /*
  Alignment hack:
    http://stackoverflow.com/a/37515194
-*/ 
+*/
 #stream-metabox > :first-child {
     margin-top: auto !important;
 }
@@ -73,6 +78,12 @@ body {
     margin-bottom: 0px;
 }
 
+
+.self-sent {
+    color: #494949;
+    border-left-color: #b4b4b4;
+}
+
 \f
 
 #input-metabox {
@@ -84,7 +95,7 @@ body {
     padding: 15px;
 }
 
-input {
+#input-metabox input {
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
     border-bottom-left-radius: 8px;