Bug 7388 [SIGNED-OFF] [enh] - round the corners on the side menus in the staff client
To test: apply patch check menus on circulation and bib detail page - corners on the menus to the left should be rounded. Signed-off-by: Magnus Enger <magnus@enger.priv.no> Those rounded corners do look more friendly. I have tested circulation and bib detail page and have found no ill side effects. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
1b3e84c672
commit
57515dfb33
1 changed files with 4 additions and 0 deletions
|
@ -1333,6 +1333,10 @@ div#menu li a {
|
|||
background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
|
||||
background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
|
||||
-moz-border-top-left-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
-moz-border-bottom-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border: 1px solid #000;
|
||||
font-size: 111%;
|
||||
margin: .5em 0;
|
||||
|
|
Loading…
Reference in a new issue