diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-30 21:00:17 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-30 21:00:17 -0700 |
commit | 16a2bfa95b5ba487825213239e759e23893cf7ab (patch) | |
tree | 7b66a7121630f99ecd21a9dfd240fadbaecf39f3 /view/theme/redbasic/css | |
parent | 60da235efb53b4e38c91489b500dac75facc4a9b (diff) | |
download | volse-hubzilla-16a2bfa95b5ba487825213239e759e23893cf7ab.tar.gz volse-hubzilla-16a2bfa95b5ba487825213239e759e23893cf7ab.tar.bz2 volse-hubzilla-16a2bfa95b5ba487825213239e759e23893cf7ab.zip |
move tile styles to theme instead of template file
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index aea75df65..9f9ece7c3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1695,3 +1695,26 @@ dl.bb-dl > dd > li { #permcat-index { margin: 10px; } + +.cloud-container { + float: left; + width: 80px; + height: 80px; + margin: 5px; +} + +.cloud-icon i { + font-size: 48px; +} + +.cloud-icon img { + width: 48px; + height: 48px; +} + +.cloud-title { + width: 78px; + height: 36px; + overflow: hidden; +} + |