This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] align checkboxes with text inputs,
fixes
frappe/erpnext#11588
version-14
pratu16x7
7 years ago
parent
a6f0f65763
commit
f4151a3e0b
2 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
frappe/public/css/page.css
+2
-0
frappe/public/less/page.less
+ 2
- 0
frappe/public/css/page.css
View File
@@ -99,6 +99,8 @@
margin: 0px;
margin: 0px;
padding-right: 15px;
padding-right: 15px;
padding-top: 10px;
padding-top: 10px;
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #d1d8dd;
border-bottom: 1px solid #d1d8dd;
background-color: #F7FAFC;
background-color: #F7FAFC;
}
}
+ 2
- 0
frappe/public/less/page.less
View File
@@ -120,6 +120,8 @@
margin: 0px;
margin: 0px;
padding-right: 15px;
padding-right: 15px;
padding-top: 10px;
padding-top: 10px;
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid @border-color;
border-bottom: 1px solid @border-color;
background-color: @panel-bg;
background-color: @panel-bg;
Write
Preview
Loading…
Cancel
Save