diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 17:37:22 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 17:37:22 +0200 |
commit | 7c296a6cf915da6630422ceb8e253ebf9f004964 (patch) | |
tree | 0b250c2556045574d645235dead6ee89cb44f815 /settings/css | |
parent | db424cc86b005d2edfcfcf55ee7f5294dfffc8b6 (diff) | |
download | nextcloud-server-7c296a6cf915da6630422ceb8e253ebf9f004964.tar.gz nextcloud-server-7c296a6cf915da6630422ceb8e253ebf9f004964.zip |
Move .errormsg from settings-css to .warning in core. Reusable!
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 38c28dd33b9..d5ffe448482 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -92,14 +92,6 @@ span.version { margin-left:1em; margin-right:1em; color:#555; } .appslink { text-decoration: underline; } .score { color:#666; font-weight:bold; font-size:0.8em; } -.errormsg { - margin: 20px; - padding: 5px; - background: #fdd; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} /* LOG */ #log { white-space:normal; } |