summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-08 16:42:43 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-06-13 11:17:42 +0200
commit0554dba69eeb7caff308caf914331e80ed14380c (patch)
tree363ba815db5daea25fa396e204d798cafd8711f2 /apps/files/css
parentc46422b780621d5ac700e7ca2f6ddf7b1386482f (diff)
downloadnextcloud-server-0554dba69eeb7caff308caf914331e80ed14380c.tar.gz
nextcloud-server-0554dba69eeb7caff308caf914331e80ed14380c.zip
Add quota to the files view
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 579cf36e15b..9fcc10caf46 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -747,3 +747,16 @@ table.dragshadow td.size {
#filestable tbody tr.canDrop {
background-color: rgba(255, 255, 140, 1);
}
+
+
+#quota {
+ margin: 0 !important;
+ border: none;
+ div {
+ border-radius: 0;
+ }
+}
+
+#quotatext {
+ padding: 3px;
+}