projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636b437
)
LP2000485 Bootstrap 5: Padding adjustments
author
Stephanie Leary
<stephanie.leary@equinoxoli.org>
Thu, 2 Mar 2023 17:40:27 +0000
(17:40 +0000)
committer
Stephanie Leary
<stephanie.leary@equinoxoli.org>
Thu, 2 Mar 2023 17:40:27 +0000
(17:40 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/app/staff/reporter/simple/sr-field.component.css
patch
|
blob
|
history
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css
patch
|
blob
|
history
Open-ILS/src/eg2/src/styles.css
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/app/staff/reporter/simple/sr-field.component.css
b/Open-ILS/src/eg2/src/app/staff/reporter/simple/sr-field.component.css
index
39003ff
..
bcced98
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/staff/reporter/simple/sr-field.component.css
+++ b/
Open-ILS/src/eg2/src/app/staff/reporter/simple/sr-field.component.css
@@
-1,6
+1,6
@@
.sr-field-container {
border-bottom: 1px solid lightgray;
- padding
-bottom:
.75em;
+ padding
: .5em
.75em;
margin-bottom: .75em;
}
diff --git
a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css
b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css
index
3409eec
..
03b6b0b
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css
+++ b/
Open-ILS/src/eg2/src/app/staff/share/marc-edit/fixed-field.component.css
@@
-8,6
+8,7
@@
max-height: 400px;
overflow-y: auto;
overflow-x: auto;
+ padding: 0;
}
:host .popover-body .menu-entry {
diff --git
a/Open-ILS/src/eg2/src/styles.css
b/Open-ILS/src/eg2/src/styles.css
index
c0a2936
..
3cde9a3
100644
(file)
--- a/
Open-ILS/src/eg2/src/styles.css
+++ b/
Open-ILS/src/eg2/src/styles.css
@@
-429,4
+429,8
@@
a {
border: 0;
margin: 0;
padding: 0;
+}
+
+.popover-body {
+ padding: 0;
}
\ No newline at end of file