Sign in
dlstatic
/
static-wappnr
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4885e09eb61697c41ee5b2998f41cad90174c907
Authored by
dlstatic
2015-09-10 19:43:29 +0800
1 parent
1e3312b5
Modify collection.less.
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
css/style/collection.css
css/style/collection.less
css/style/collection.css
View file @
4885e09
...
...
@@ -237,9 +237,6 @@
237
237
z-index: 9;
238
238
height: 50px;
239
239
}
240
-.panel-open .labchk {
241
- left: -40px;
242
-}
243
240
.panel-open .labchk .m-radio {
244
241
opacity: 1;
245
242
}
...
...
css/style/collection.less
View file @
4885e09
...
...
@@ -177,7 +177,6 @@
177
177
height: 50px;
178
178
}
179
179
.labchk {
180
- left: -40px;
181
180
.m-radio {
182
181
opacity: 1;
183
182
}
...
...