aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-20 16:05:24 -0800
committerzotlabs <mike@macgirvin.com>2017-11-20 16:05:24 -0800
commit1810edae93565d5340e724b4411520ea18e2b7e0 (patch)
tree4212d3ec60d7dc6241e84fe68891d4bc6f757c93 /view/theme/redbasic/css
parent7f9ab491f29a71387bbbb066b9f6cea083d8813c (diff)
downloadvolse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.gz
volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.tar.bz2
volse-hubzilla-1810edae93565d5340e724b4411520ea18e2b7e0.zip
more work theming the tile view
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b3cd9c9f8..82687db17 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -105,9 +105,6 @@ a,
color: $link_colour;
}
-.cloud-icon.tiles i {
- color: #aaa;
-}
a:hover,
a:focus,
@@ -1735,13 +1732,23 @@ dl.bb-dl > dd > li {
margin: 5px;
}
+.cloud-icon-container {
+ width: 48px;
+ height: 48px;
+ border: 1px solid #eee;
+ border-radius: $radius;
+}
+
.cloud-icon i {
- font-size: 48px;
+ font-size: 32px;
+ color: #aaa;
+ margin-top: 8px;
}
.cloud-icon img {
width: 48px;
height: 48px;
+ border-radius: $radius;
}
.cloud-title {