Bugzilla – Attachment 140553 Details for
Bug 30952
New design for staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30952: Change circulation home page links to buttons
Bug-30952-Change-circulation-home-page-links-to-bu.patch (text/plain), 4.09 KB, created by
Julian Maurice
on 2022-09-13 10:12:02 UTC
(
hide
)
Description:
Bug 30952: Change circulation home page links to buttons
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2022-09-13 10:12:02 UTC
Size:
4.09 KB
patch
obsolete
>From 0194bded5a4f62a647f52c9c1c66454fe945321d Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 12 Sep 2022 16:29:51 +0200 >Subject: [PATCH] Bug 30952: Change circulation home page links to buttons > >Apply the same style to staff home page links > >Issue #18 >--- > koha-tmpl/intranet-tmpl/prog/css/mainpage.css | 14 ++++++++----- > .../prog/css/src/staff-global.scss | 20 ++++++++++++++++--- > koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg | 7 +++++-- > 3 files changed, 31 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >index 2a405da88b..c6abf0688a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >@@ -68,21 +68,25 @@ ul.biglinks-list li a.icon_general { > /* Class used for each module link */ > display: flex; > align-items: center; >- padding: 5px; >- border: 2px solid #71B443; >+ padding: 10px; > border-radius: 6px; > height: 50px; > > text-decoration: none; > font-size: large; > >- color: #fff; >- background-color: #71B443; >+ color: #000; >+ background-color: #e0e0e0; > } > > ul.biglinks-list li a:hover.icon_general { > /* Class used for each module link hover state */ >- border-color: #418940; >+ color: white; >+ background-color: #418940; >+} >+ >+ul.biglinks-list li a.icon_general:hover img { >+ filter: invert(100%); > } > > ul.biglinks-list li a.icon_general .fa-fw { >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 3f19a8b77a..4973a0e63e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4324,15 +4324,29 @@ input.renew { > /* ==== MODULE LINKS - Start ==== */ > .buttons-list { > /* List containing the module links */ >- margin: 30px 0; > padding: 0; >- margin-left: 15px; >+ max-width: 260px; > > li { > /* Standard attributes for the list elements */ > list-style-type: none; >- display: table; > margin-bottom: 15px; >+ >+ a { >+ padding: 10px; >+ background-color: #e0e0e0; >+ border-radius: 6px; >+ color: #101010; >+ display: block; >+ font-size: 110%; >+ font-weight: bold; >+ >+ &:hover { >+ background-color: #418940; >+ color: white; >+ text-decoration: none; >+ } >+ } > } > } > >diff --git a/koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg b/koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg >index ee31a57f37..0ae8df8b09 100644 >--- a/koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg >+++ b/koha-tmpl/intranet-tmpl/prog/img/koha-egg.svg >@@ -21,6 +21,7 @@ > <dc:format>image/svg+xml</dc:format> > <dc:type > rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> >+ <dc:title></dc:title> > </cc:Work> > </rdf:RDF> > </metadata> >@@ -45,7 +46,9 @@ > inkscape:window-x="1680" > inkscape:window-y="42" > inkscape:window-maximized="1" >- inkscape:current-layer="svg921" /> >+ inkscape:current-layer="svg921" >+ inkscape:document-rotation="0" >+ inkscape:pagecheckerboard="true" /> > <style > id="style907">.a{font-family:Bitstream Vera Sans;font-size:40px;}</style> > <text >@@ -68,5 +71,5 @@ > d="m92.9 195c-13.1-1.6-23-7.8-26.2-16.2-1.5-3.9-2-8.5-1.1-8.5 0.2 0 2 1.4 3.9 3.1 4.2 3.7 7.5 5.4 12.7 6.7 11.3 2.7 24.2-3.7 29.8-14.8 2-4 3.3-7.4 3.3-12.3 0-5.1-1.2-8.8-3.2-12.5-4.2-7.9-14.3-16-24.1-19-4.3-1.3-7-1.7-14.3-1.6-14.9 0.1-26.1 4.1-34.5 12.6-8 8-11.5 17.5-11.5 30.8 0 7.5-0.7 8.9-2.1 4.3-2.9-9.8-3.8-33.5-1.8-45.1C26.8 105.6 31.2 92 38.5 77 52 49.1 72.3 27.2 94.7 16.3 105.7 11 113.6 8.9 123.2 8.9c13.3 0 23 3.8 32.5 12.7 21.8 20.5 26.6 61.1 12 103.3-5.9 17.1-18.3 38.9-28.3 49.9-4.4 4.8-14.5 12.3-20.7 15.5-7.4 3.7-17.9 5.6-25.8 4.6z" > fill="#74b01b" > id="path917" >- style="fill:#ffffff;fill-opacity:1" /> >+ style="fill-opacity:1;fill-rule:nonzero;fill:#000000" /> > </svg> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30952
:
136810
|
136812
|
136813
|
136815
|
136816
|
136818
|
136819
|
136820
|
136822
|
136823
|
136825
|
136827
|
136828
|
136830
|
136831
|
136833
|
136834
|
136836
|
136837
|
136839
|
136840
|
136842
|
136844
|
136845
|
136847
|
136848
|
136878
|
136879
|
136880
|
136881
|
136882
|
136883
|
136884
|
136885
|
136886
|
136887
|
136888
|
136889
|
136890
|
136891
|
136892
|
136893
|
136894
|
136895
|
136896
|
136897
|
136898
|
136899
|
136900
|
136901
|
136902
|
136950
|
136951
|
136952
|
136953
|
136954
|
136955
|
136956
|
136957
|
136958
|
136959
|
136960
|
136961
|
136962
|
136963
|
136964
|
136965
|
136966
|
136967
|
136968
|
136969
|
136970
|
136971
|
136972
|
136973
|
136974
|
137408
|
137409
|
137410
|
137411
|
137414
|
137415
|
137416
|
137417
|
137418
|
137419
|
137420
|
137744
|
137767
|
137768
|
137775
|
137776
|
137994
|
138091
|
138092
|
138093
|
138094
|
138095
|
138096
|
138097
|
138098
|
138099
|
138100
|
138101
|
138102
|
138103
|
138245
|
138246
|
138247
|
138293
|
138299
|
138300
|
138302
|
140117
|
140118
|
140119
|
140120
|
140121
|
140122
|
140123
|
140124
|
140125
|
140126
|
140127
|
140128
|
140129
|
140130
|
140131
|
140132
|
140133
|
140134
|
140135
|
140136
|
140137
|
140138
|
140139
|
140140
|
140141
|
140142
|
140143
|
140371
|
140372
|
140373
|
140374
|
140433
|
140435
|
140459
|
140460
|
140512
|
140513
|
140514
|
140515
|
140516
|
140517
|
140519
|
140520
|
140521
|
140522
|
140523
|
140524
|
140525
|
140526
|
140527
|
140528
|
140529
|
140530
|
140531
|
140532
|
140533
|
140534
|
140535
|
140536
|
140537
|
140538
|
140539
|
140540
|
140541
|
140542
|
140543
|
140544
|
140545
|
140546
|
140547
|
140548
|
140549
|
140550
|
140551
|
140552
|
140553
|
140554
|
140555
|
140556
|
140557
|
140558
|
140559
|
140560
|
140566
|
140567
|
140570
|
140571
|
140575
|
140576
|
140577
|
140588
|
140613
|
140617
|
140618
|
140619
|
140620
|
140628
|
140629
|
140635
|
140649
|
140650
|
140651
|
140652
|
140653
|
140654
|
140658
|
140687
|
140976
|
140977
|
141020
|
141024
|
141026
|
141027
|
141041
|
141043
|
141044
|
141047
|
141052
|
141053
|
141054
|
141055
|
141056
|
141057
|
141064
|
141074
|
141075
|
141631
|
141632
|
141633
|
141634
|
141635
|
141636
|
141637
|
141638
|
141639
|
141640
|
141641
|
141642
|
141643
|
141644
|
141645
|
141646
|
141647
|
141648
|
141649
|
141650
|
141651
|
141652
|
141653
|
141654
|
141655
|
141656
|
141657
|
141658
|
141659
|
141660
|
141661
|
141662
|
141663
|
141664
|
141665
|
141666
|
141667
|
141668
|
141669
|
141670
|
141671
|
141672
|
141673
|
141674
|
141675
|
141676
|
141677
|
141678
|
141679
|
141680
|
141681
|
141682
|
141683
|
141684
|
141685
|
141686
|
141687
|
141688
|
141689
|
141690
|
141691
|
141692
|
141693
|
141694
|
141695
|
141696
|
141697
|
141698
|
141699
|
141700
|
141701
|
141702
|
141703
|
141704
|
141705
|
141706
|
141707
|
141708
|
141709
|
141710
|
141711
|
141712
|
141713
|
142604
|
142605