X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fcss%2Fstaff-global.css;h=7f6a55fc544900e1ef9fe0acb7e97c70e8c7c0d1;hb=7d2839dbd6ea15243c5f41a36a4078d0ca02f7c9;hp=494d97f25c4fdbaac33bbef8fd9aa8633fac7595;hpb=b18ae6dee66f5bbba3d5d78ce6885a6d34cbcecd;p=srvgit diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 494d97f25c..7f6a55fc54 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -17,7 +17,9 @@ a:hover { color : #669ACC; } -a.overdue,.overdue { +a.overdue, +.overdue, +.debit { color : #cc0000; } @@ -252,6 +254,7 @@ td, th { td { background-color : White; + vertical-align : top; } td.borderless { @@ -304,7 +307,7 @@ tr.onissue td { background-color: #FFFFCC; } -tr.highlight.onissue td { +tr.odd.onissue td { background-color: #FFFFE1; } @@ -439,6 +442,7 @@ ul.toolbar { ul.toolbar button { padding-bottom : 2px; + font-family: arial, verdana, helvetica, sans-serif; } .yui-menu-button { @@ -553,6 +557,15 @@ div.yui-b fieldset.brief li.radio input { padding:0.3em 0; } +div.yui-b fieldset.brief fieldset { + margin : 0 .3em; + padding : .5em; +} + +div.yui-b fieldset.brief fieldset legend { + font-size : 85%; +} + fieldset.rows { border-width : 1px; border-bottom : 1px solid #666; @@ -927,13 +940,16 @@ fieldset.rows .inputnote { } #placehold a, -#placehold button { +#placehold button, +#holdfor .first-child { padding-left : 34px; background-image: url("../../img/toolbar-hold.gif"); background-position : center left; background-repeat : no-repeat; } +#holdfor .first-child { padding-left : 17px; } + #editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child { padding-left : 15px; } @@ -1119,6 +1135,10 @@ div.first fieldset { margin : .4em; padding : .4em .4em .4em 25px; } + + .dialog input[type="submit"] { + background : #FFF none; + } .dialog input.approve, td input.approve { background : #FFF url(../../img/approve.gif) no-repeat 4px center; @@ -1195,6 +1215,23 @@ div.message h5 { div.message ul+h4 { margin-top : .7em; } + +div.note { + background: #f4f6fa; + background-repeat : no-repeat; + background-position : left center; + background-image : url("../../img/note.png"); + background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */ + background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */ + background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */ + background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */ + background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */ + background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */ + border : 1px solid #BCBCBC; + padding : .5em .5em .5em 20px; + margin : .5em 0; +} div.results { padding : .7em 0; @@ -1413,6 +1450,11 @@ li.email { padding : .1em 0 .1em 1em; } +/* Hack just for Firefox */ +html>/**/body #searchheader button, x:-moz-any-link, x:default { + padding-bottom : 3px; +} + #searchheader h3 { } @@ -1718,7 +1760,8 @@ tr.reserved td { tr.transfered td { background-color : #e8f0f6; } -.waitinghere { +.waitinghere, +.credit { color : #669900; } @@ -1920,3 +1963,122 @@ ul.budget_hierarchy li:first-child:after { margin : 1em 0; } fieldset.rows+h3 {clear:both;padding-top:.5em;} + +.import_export{ + position:relative; +} +.import_export .import_export_options{ + background: white; + border: 1px solid #CDCDCD; + left: 60px; + padding: 10px; + position: absolute; + top: 0; + z-index: 1; + width: 300px; +} +.import_export_options li{ + display: block; + list-style: none; + padding-top: 10px; +} +.import_export_options .import_export_close { + cursor: pointer; + text-decoration: underline; +} +.import_export_options .export_ok { + padding: 10; + background: #E3E3E3 none; + cursor: pointer; + margin-left: 20px; + border: none; +} +.import_export_options .import_ok { + padding: 10; + background: #E3E3E3 none; + cursor: pointer; + margin-left: 20px; + border: none; +} +.form_import .input_import { + border: 1px solid #bcbcbc; +} +.import_export_options .importing { + padding: inherit; + background: none; +} +.li_close_import_export { + text-align: right; +} + +.importing { + position: relative; +} + +.importing .importing_msg { + padding-left: 10px; + padding-bottom: 10px; +} + +#advanced-search fieldset { + border : 1px solid #EEE; + -moz-border-radius : 3px; + border-radius : 3px; +} + +#advanced-search fieldset.action { + border : 0; +} + +#advanced-search fieldset fieldset { + border : 1px solid #EEE; + margin : 0; + padding : .3em .5em; + -moz-border-radius : 0; + border-radius : 0; +} +#advanced-search fieldset fieldset+fieldset { + border-top : 0; +} +#advanced-search table { + border-spacing : 5px; + border-collapse : separate; + border-width : 0; +} +#advanced-search td { + border : 1px solid #EEE; + padding : 0.3em 0.4em; +} +#circ_circulation_issue { + position: relative; + } + +#clearscreen { + margin-right: 0; + position: absolute; + top:0; + right:0; + } +/* CSS Hack to target Firefox */ +@-moz-document url-prefix() { + #clearscreen { + margin-right : 1em; + top: -1em; + } +} +#clearscreen a { + display:block; + -moz-border-radius: 0 0 0 5px; + border-radius: 0 0 0 5px; + padding : 0 .7em .2em .7em; + background-color : #EEE; + color : #CCC; + text-shadow: 0px -1px 0px #666; + text-decoration: none; + font-size: 160%; + font-weight : bold + } +#clearscreen a:hover { + color : #cc0000; + } +