Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
仰若水
frappe
Commits
77f55a0e
Commit
77f55a0e
authored
7 years ago
by
Makarand Bauskar
Committed by
Faris Ansari
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[hotfix] fixed margin for disabled check field (#4293)
parent
75c894f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frappe/public/css/desk.css
+4
-0
frappe/public/css/desk.css
frappe/public/less/desk.less
+5
-0
frappe/public/less/desk.less
with
9 additions
and
0 deletions
+9
-0
frappe/public/css/desk.css
View file @
77f55a0e
...
...
@@ -626,6 +626,10 @@ li.user-progress .progress-bar {
}
.frappe-rtl
.checkbox
.disp-area
{
margin-right
:
-20px
;
margin-left
:
0px
;
}
.checkbox
.disp-area
{
margin-left
:
-20px
;
}
.text-editor
{
height
:
400px
;
...
...
This diff is collapsed.
Click to expand it.
frappe/public/less/desk.less
View file @
77f55a0e
...
...
@@ -484,6 +484,11 @@ li.user-progress {
.frappe-rtl .checkbox .disp-area {
margin-right: -20px;
margin-left: 0px;
}
.checkbox .disp-area {
margin-left: -20px;
}
.text-editor {
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help