aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-02 21:59:44 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-02 21:59:44 -0700
commitfb2d2c55851ce14fd0bd04b15be0518a86809b41 (patch)
tree2a50f4c79cd097f177f0a1d37a32af8239c62a57 /view/css
parent669e1111187d1d1888358d833c62b5445a2b360b (diff)
parent945ba5d7884770501de6514b2942160fcd883ca4 (diff)
downloadvolse-hubzilla-fb2d2c55851ce14fd0bd04b15be0518a86809b41.tar.gz
volse-hubzilla-fb2d2c55851ce14fd0bd04b15be0518a86809b41.tar.bz2
volse-hubzilla-fb2d2c55851ce14fd0bd04b15be0518a86809b41.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_apps.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/view/css/mod_apps.css b/view/css/mod_apps.css
index 5e98a6a18..cfaf5ef87 100644
--- a/view/css/mod_apps.css
+++ b/view/css/mod_apps.css
@@ -1,6 +1,16 @@
.app-container {
float: left;
width: 125px;
- height: 160px;
+ height: 180px;
padding: 20px;
}
+
+.app-detail {
+ height: 130px;
+ overflow-x: hidden;
+ overflow-y: hidden;
+}
+
+.app-tools {
+ margin-bottom: 0;
+}