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=190c9da20cb72af1577c11f320509e33517d4a8a;hb=cd921163c0b9edf3cbd42cb5d3ca69514d377195;hp=2cb528ed26688e24778736398b10776187534dcb;hpb=1b1972044c7de0e33d8396632d989857eae669be;p=koha_fer 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 2cb528ed26..190c9da20c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -239,7 +239,6 @@ table.invis tr,table.invis td { border : white; } - td, th { border-bottom : 1px solid #BCBCBC; border-left : 1px solid #BCBCBC; @@ -255,6 +254,12 @@ td.borderless { border : 0 none; } +td.data, +th.data { + font-family : "Courier New", Courier, monospace; + text-align : right; +} + th { background-color : #E8E8E8; font-weight : bold; @@ -504,9 +509,13 @@ fieldset.brief ol, fieldset.brief li { list-style-type : none; } -fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint { +.hint { color : #999999; font-size : 95%; +} + +fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint { + font-size : 95%; margin-bottom : .4em; } @@ -523,6 +532,16 @@ div.yui-b fieldset.brief ol { div.yui-b fieldset.brief select { width: 12em; } +div.yui-b fieldset.brief li.radio { + padding : .7em 0; +} +div.yui-b fieldset.brief li.radio label { + display : inline; +} + +div.yui-b fieldset.brief li.radio input { + padding:0.3em 0; +} fieldset.rows { border-width : 1px; @@ -694,8 +713,9 @@ fieldset.rows label.inline { } fieldset.rows .inputnote { + clear : left; float : left; - margin : .5em 0 0 10em; + margin : .5em 0 0 11em; } .ui-tabs-nav li { @@ -807,7 +827,7 @@ fieldset.rows .inputnote { visibility:visible; /* you propably don't need to change this one */ display:block; } -#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a { +#newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child, #periods_menuc .first-child { padding-left : 34px; background-image: url("../../img/toolbar-new.gif"); background-position : center left; @@ -903,7 +923,7 @@ fieldset.rows .inputnote { background-repeat : no-repeat; } -#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child { +#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; } @@ -1473,33 +1493,15 @@ div#header_search input.submit { font-size : 1em; } -input[type=submit], input[type=button] { - border: 1px outset #999999; - border-top-color: #666; - border-left-color: #666; - padding: 0.25em; - background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x; - color: #333333; -} - -input.submit,button.submit { - border: 1px solid #999999; - border-top-color: #666; - border-left-color: #666; - padding: 0.25em; - background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x; - color: #333333; -} - *html input.submit { padding : .1em; } -input[type=submit]:active, input[type=button]:active { +input[type=submit]:active, input[type=button]:active, button.submit:active { border : 1px inset #999999; } -input[type=reset], input[type=button], input.submit, button.submit { +input[type=submit], input[type=reset], input[type=button], input.submit, button.submit { border: 1px outset #999999; border-top-color: #666; border-left-color: #666; @@ -1545,6 +1547,7 @@ a.yuimenuitemlabel:hover { #toplevelnav { float : left; margin-left : .5em; + width : 30em; } ul#toplevelmenu { @@ -1828,15 +1831,37 @@ h1#xml a { text-align : center; width : 180px; } +#cartmenulink { + background: transparent url("../../img/cart-small.gif") 0 3px no-repeat; + padding-left : 15px; +} #cartmenulink span#basketcount span { display : inline; font-size : 90%; font-weight : normal; padding : 0; } +#moremenu { + display : none; +} -#cartmenulink img { - background-image : none; - display : inline; - padding : 3px 6px 0 0; +.results_summary { + display: block; + font-size : 85%; + color: #707070; + padding : 0 0 .5em 0; +} +.results_summary .label { + color: #202020; +} +.results_summary a { + font-weight: normal; +} + +img.spinner { + vertical-align: middle; + padding-right: 0.3em; +} +#cataloguing_additem_itemlist div { + overflow : scroll; } \ No newline at end of file