summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-03-29 23:16:19 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-03-29 23:16:19 +0200
commitd049d9bd0c70c929c2116cf7d8d088dfa7f9ae62 (patch)
tree26d8276b662f1a2334473c46a4ef35089740d6fd /core/css/styles.css
parentcb2dd97509ffd039fbd321aea4a8d631e3effcc7 (diff)
downloadnextcloud-server-d049d9bd0c70c929c2116cf7d8d088dfa7f9ae62.tar.gz
nextcloud-server-d049d9bd0c70c929c2116cf7d8d088dfa7f9ae62.zip
initial commit for OC_Exception
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index f5a181c4529..6c00b571bab 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -131,3 +131,6 @@ li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ff
.separator { display: inline; border-left: 1px solid #d3d3d3; border-right: 1px solid #fff; height: 10px; width:0px; margin: 4px; }
a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padding-top: 0px;padding-bottom: 2px; text-decoration: none; margin-top: 5px }
+
+.exception{color: #000000;}
+.exception textarea{width:95%;height: 200px;background:#ffe;border:0;}