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=c2115074e6cc855c78d64c4b11838b6a9b9088eb;hb=cb6c40faf78fa25b752c3c51abc98435e9afe4cb;hp=49ed8c3753cdfa6fc87b7ba43b20d9c9b822fd0d;hpb=1e98195b1014f9b0680be9d6ea9e8e8132821158;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 49ed8c3753..c2115074e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1933,3 +1933,59 @@ 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; +} \ No newline at end of file