diff options
author | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-12-15 12:34:46 +0100 |
---|---|---|
committer | Bernhard Posselt <Raydiation@users.noreply.github.com> | 2014-12-15 12:34:46 +0100 |
commit | be45366013c50d9a9d18e258c66e18798719d8df (patch) | |
tree | f9e897521e0e93e1f96755ae60752a9ea7c0bcda /settings/css | |
parent | b831914aa66ab9591dd4593233cc8f67ed6cf8eb (diff) | |
parent | e58b9d3eb70996a6ccccabf979125fc0797fbd85 (diff) | |
download | nextcloud-server-be45366013c50d9a9d18e258c66e18798719d8df.tar.gz nextcloud-server-be45366013c50d9a9d18e258c66e18798719d8df.zip |
Merge pull request #12625 from owncloud/app-dependencies-libs-and-commands
adding dependencies for command line tools and php libraries
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index fa699e50a4b..c951f98f9cf 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -203,6 +203,11 @@ span.version { margin-left:1em; margin-right:1em; color:#555; } border-bottom: 1px solid #e8e8e8; } +.app-dependencies { + margin-top: 10px; + color: #c33; +} + .missing-dependencies { list-style: initial; list-style-type: initial; |