Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
themes
mww-theme
Commits
521d895b
Commit
521d895b
authored
Mar 12, 2019
by
Gradl, Tobias
Browse files
1273: Implement partial resource concept on model level
Task-Url:
https://pm.winseda.de/issues/1273
parent
bb7d098e
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/application-dme.css
View file @
521d895b
...
...
@@ -130,8 +130,8 @@
text-align: right;
}*/
}
.modal
.modal-dialog
.modal-content
.modal-body
.form-check
{
padding-top
:
calc
(
0.875rem
-
2
px
);
padding-bottom
:
calc
(
0.875rem
+
1px
);
}
padding-top
:
calc
(
0.875rem
+
1
px
);
/*
padding-bottom: calc(0.875rem + 1px);
*/
}
/*!
* Typeahead
...
...
css/application-gs.css
View file @
521d895b
...
...
@@ -129,8 +129,8 @@
text-align: right;
}*/
}
.modal
.modal-dialog
.modal-content
.modal-body
.form-check
{
padding-top
:
calc
(
0.875rem
-
2
px
);
padding-bottom
:
calc
(
0.875rem
+
1px
);
}
padding-top
:
calc
(
0.875rem
+
1
px
);
/*
padding-bottom: calc(0.875rem + 1px);
*/
}
/*!
* Typeahead
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment