summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-27 15:59:06 +0100
committerGitHub <noreply@github.com>2018-02-27 15:59:06 +0100
commit77927442a65040389333a0d12b15b8d9eba4d0ae (patch)
tree4ea8b637461456ddcdf1354c150d934f8065c507 /core/css
parent640db3d5fed6ca6d274d64842100fa7216ae1d67 (diff)
parent5f217e2d83c3e6556f2d9ca1ba314b23e84c69c5 (diff)
downloadnextcloud-server-77927442a65040389333a0d12b15b8d9eba4d0ae.tar.gz
nextcloud-server-77927442a65040389333a0d12b15b8d9eba4d0ae.zip
Merge pull request #8496 from nextcloud/ext-strg-design-fixes
External storage design fixes and update
Diffstat (limited to 'core/css')
-rw-r--r--core/css/apps.scss20
1 files changed, 12 insertions, 8 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index becbf63cd6d..10adaee929d 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -845,6 +845,10 @@ kbd {
line-height: 1.6em;
padding: 8px 0;
}
+ > select {
+ margin: 0;
+ margin-left: 6px;
+ }
/* Add padding if contains icon+text */
&:not(:empty) {
padding-right: 10px !important;
@@ -853,17 +857,17 @@ kbd {
width: 16px;
padding: 0 10px;
}
+ /* checkbox/radio fixes */
+ > input.radio + label,
> input.checkbox + label {
padding: 0 !important;
- &::before {
- margin: -2px 12px 0;
- }
+ width: 100%;
}
- > input.radio + label {
- padding: 0 !important;
- &::before {
- margin: -2px 11px 0;
- }
+ > input.checkbox + label::before {
+ margin: -2px 12px 0;
+ }
+ > input.radio + label::before {
+ margin: -2px 11px 0;
}
}
> button {