aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index d6031530..516f6fdf 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -497,4 +497,8 @@ footer [class^="icon-"]:hover, footer [class*=" icon-"]:hover {
497/* force height on non-input field in the settings page */ 497/* force height on non-input field in the settings page */
498div.settings div.input-field div, div.settings div.input-field ul { 498div.settings div.input-field div, div.settings div.input-field ul {
499 margin-top: 40px; 499 margin-top: 40px;
500} \ No newline at end of file 500}
501/* but avoid to kill all file input */
502div.settings div.file-field div {
503 margin-top: inherit;
504}