Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <machniak@kolabsys.com>2019-03-25 14:43:22 +0300
committerAleksander Machniak <machniak@kolabsys.com>2019-03-25 14:43:22 +0300
commit96df04b020d873362ee1b6b2c131ca3f46a250d9 (patch)
tree8e8ca94f467636001f6046a2a9529792e97e166d /skins/elastic/styles
parente8ff18962764bc4fad85e21638c74b52524ba28b (diff)
Elastic: Small spacing fix
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/forms.less7
1 files changed, 2 insertions, 5 deletions
diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less
index ac7efbea2..3586e5eb9 100644
--- a/skins/elastic/styles/widgets/forms.less
+++ b/skins/elastic/styles/widgets/forms.less
@@ -147,10 +147,6 @@ input.smart-upload {
}
}
- .rulerow {
- margin-bottom: .5rem;
- }
-
&.groupped {
&.readonly {
legend {
@@ -338,9 +334,10 @@ input.smart-upload {
&.rowbuttons {
text-align: right;
+ padding-top: 0;
a {
- margin-right: .5rem;
+ margin-left: .5rem;
& > span {
display: inline;