diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 00:28:46 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 00:28:46 +0200 |
commit | 3e28883a9f52a1b840240c0052087f689433c321 (patch) | |
tree | 7363981d723b134ea999ee4e0f9784350a601899 /admin/css | |
parent | b129079bed8ebd1b5051dabe15eccdc17bf4b403 (diff) | |
download | nextcloud-server-3e28883a9f52a1b840240c0052087f689433c321.tar.gz nextcloud-server-3e28883a9f52a1b840240c0052087f689433c321.zip |
make the detail page work (more or less)
Diffstat (limited to 'admin/css')
-rw-r--r-- | admin/css/apps.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/admin/css/apps.css b/admin/css/apps.css index 68bd9cf63d3..02bcade3cc2 100644 --- a/admin/css/apps.css +++ b/admin/css/apps.css @@ -40,3 +40,25 @@ table td.name a font-size: 0.8em; } +.description +{ + padding: 6px; + text-decoration: none; + color: #666666; + font-size: 0.9em; +} + + +.install a { + padding:0.2em 0.5em; + border:1px solid #ddd; + -moz-border-radius:15px; + -webkit-border-radius:15px; + border-radius:15px; + text-decoration: none; + font-size:1.5em; color:#666666; + background-color:#F0F0F0; +} +.install a:hover { + background-color:#DDDDDD; +} |