diff --git a/themes/blossom/stylesheets/all.css b/themes/blossom/stylesheets/all.css index ee455df05..3df6580fc 100755 --- a/themes/blossom/stylesheets/all.css +++ b/themes/blossom/stylesheets/all.css @@ -500,13 +500,14 @@ div.doaction:last-child { margin-bottom: 0em; } div.speak { + margin-top: 1em; margin-bottom: 0em; } div.admin, div.downloads { margin: 1em 0em 0em 0em; } input + div.doaction, textarea + div.doaction { - padding-top: 0.5em; + margin-top: 1em; } div.search_box { text-align: center; diff --git a/themes/sparrow/stylesheets/all.css b/themes/sparrow/stylesheets/all.css index 81b464233..4c36ce345 100755 --- a/themes/sparrow/stylesheets/all.css +++ b/themes/sparrow/stylesheets/all.css @@ -456,13 +456,14 @@ div.doaction:last-child { margin-bottom: 0em; } div.speak { + margin-top: 1em; margin-bottom: 0em; } div.admin, div.downloads { margin: 1em 0em 0em 0em; } input + div.doaction, textarea + div.doaction { - padding-top: 0.5em; + margin-top: 1em; } div#main > article, div.standalone { box-sizing: border-box; diff --git a/themes/topaz/stylesheets/all.css b/themes/topaz/stylesheets/all.css index 56ce5e3d5..e6d8fcca9 100755 --- a/themes/topaz/stylesheets/all.css +++ b/themes/topaz/stylesheets/all.css @@ -510,13 +510,14 @@ div.doaction:last-child { margin-bottom: 0em; } div.speak { + margin-top: 1em; margin-bottom: 0em; } div.admin, div.downloads { margin: 1em 0em 0em 0em; } input + div.doaction, textarea + div.doaction { - padding-top: 0.5em; + margin-top: 1em; } div.search_box { text-align: center; diff --git a/themes/umbra/stylesheets/all.css b/themes/umbra/stylesheets/all.css index 11f0c9221..1a3d48e69 100755 --- a/themes/umbra/stylesheets/all.css +++ b/themes/umbra/stylesheets/all.css @@ -452,13 +452,14 @@ div.doaction:last-child { margin-bottom: 0em; } div.speak { + margin-top: 1em; margin-bottom: 0em; } div.admin, div.downloads { margin: 1em 0em 0em 0em; } input + div.doaction, textarea + div.doaction { - padding-top: 0.5em; + margin-top: 1em; } div#main > article, div.standalone { box-sizing: border-box;