diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-09 15:08:50 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-09 15:08:50 +0100 |
commit | cda81e35db3a858b475750a8146b202610fd9da9 (patch) | |
tree | 165acab355c35d21b87cd0e2bda643fd9d3fe08b /view/theme/redbasic | |
parent | 271a41b7ddcd07fbb75e8b287c32b75ec2745c7c (diff) | |
download | volse-hubzilla-cda81e35db3a858b475750a8146b202610fd9da9.tar.gz volse-hubzilla-cda81e35db3a858b475750a8146b202610fd9da9.tar.bz2 volse-hubzilla-cda81e35db3a858b475750a8146b202610fd9da9.zip |
Using bootstrap classes, so other themes/schemas also work. Plus margin when collapsed.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index abafda7b8..45f9021a2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1382,12 +1382,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { border-radius: $radiuspx; } -#jotnets-wrapper { - background-color: rgb(238, 238, 238); - font-size: 120%; - border-radius: 4px; - padding: 7px 10px; - cursor: pointer; +#jotnets-wrapper, #jotnets-collapse { margin-bottom: 18px; } |