]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
DE update to the strings
[friendica.git] / view / global.css
index 94896ea232fbacf39411e424bdd75196a53e052d..c2f5840039234e37c08101e9698d3e6e1961376e 100644 (file)
@@ -170,6 +170,9 @@ span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
 
+code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
+key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
+
 /* fields help text */
 .field .field_help {
     clear: left;
@@ -178,7 +181,6 @@ span.oembed, h4 {
 /* notifications unseen */
 .notify-unseen { background-color: #cceeFF; }
 
-
 /* plain text editor upload/select popup */
 
 .fbrowser .path a { padding: 5px; }
@@ -192,6 +194,9 @@ span.oembed, h4 {
 .fbrowser.file img { display: inline; }
 .fbrowser.file p  { display: inline; white-space: nowrap; }
 .fbrowser .upload { clear: both; padding-top: 1em;}
+.fbrowser .error { background: #ffeeee; border: 1px solid #994444; color: #994444; padding: 0.5em;}
+.fbrowser .error a.close { float: right; font-weight: bold; }
+.fbrowser .error.hidden { display: none; }
 
 a {
   cursor: pointer;