From d7db8ba5ff4bb6cce143705707f486ec0f40ec27 Mon Sep 17 00:00:00 2001 From: Andrew Nugged Date: Thu, 19 May 2022 22:06:07 +0300 Subject: [PATCH] Bug 20447: (QA follow-up) Whitespaces in .css file fixes --- .../intranet-tmpl/prog/css/addholding.css | 71 ++++++++++--------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/addholding.css b/koha-tmpl/intranet-tmpl/prog/css/addholding.css index 968aae6899..44ceef2c3f 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/addholding.css +++ b/koha-tmpl/intranet-tmpl/prog/css/addholding.css @@ -59,11 +59,11 @@ li.ui-sortable-helper { } li.ui-sortable-helper ul li { - display: none !important; + display: none !important; } .sortable_subfield .ui-sortable-helper input.flat { - background-color: transparent; + background-color: transparent; } ul li.tag li.subfield_line.ui-sortable-helper::before { @@ -71,21 +71,21 @@ ul li.tag li.subfield_line.ui-sortable-helper::before { } .buttonPlus { - font-weight : bold; - text-decoration : none; + font-weight : bold; + text-decoration : none; } .buttonMinus { - font-weight : bold; - text-decoration : none; + font-weight : bold; + text-decoration : none; } a.expandfield { - text-decoration : none; + text-decoration : none; } .toptabs .ui-tabs-nav li a { - padding : .2em 1.2em; + padding : .2em 1.2em; } .tag { @@ -104,7 +104,7 @@ li.subfield_line { li.subfield_line label { font-size:89%; float: left; - padding-right : .4em; + padding-right: .4em; width: 16em; text-align: left; clear:left; @@ -115,30 +115,30 @@ li.subfield_line label { } .tag_title { - font-size : 90%; - padding : .2em 0; + font-size : 90%; + padding : .2em 0; } .tagnum { - font-size : 130%; - font-weight : bold; - color : #000; - padding : .1em .3em .1em 0; + font-size : 130%; + font-weight : bold; + color : #000; + padding : .1em .3em .1em 0; } a.tagnum { - font-size : 110%; - font-weight : bold; - color : #000; - padding : .1em .3em .1em 0; - text-decoration : none; + font-size : 110%; + font-weight : bold; + color : #000; + padding : .1em .3em .1em 0; + text-decoration : none; } .subfield { - color : #00698a; - float: left; - width: 10em; - text-align:right; + color : #00698a; + float: left; + width: 10em; + text-align:right; } .subfield.subfield_mandatory { @@ -146,16 +146,16 @@ a.tagnum { } .subfieldcode { - display: block; - float: left; + display: block; + float: left; } .labelsubfield { - float:left; + float: left; } .input_marceditor { - float:left; + float: left; width:30em; } @@ -165,33 +165,34 @@ a.tagnum { } #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label { - font-size : 100%; - width : 25%; + font-size : 100%; + width : 25%; } #cataloguing_additem_newitem fieldset.rows li { - padding-bottom : 3px; + padding-bottom : 3px; } + #cataloguing_additem_newitem .input_marceditor { width : auto; } #cataloguing_additem_newitem textarea.input_marceditor { - width : 31em; + width: 31em; } .mandatory_marker { - color: red; + color: red; } .linktools { display: block; white-space: nowrap; } .linktools a { font-size : 75%; display:block;text-decoration:none;} .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; } .linktools a:first-child { border-bottom: 1px solid #DDD; } .linktools a:hover { background-color: #FFC; } -.subfield_controls { margin : 0 .5em; } +.subfield_controls { margin: 0 .5em; } #cataloguing_additem_itemlist { - margin-bottom : 1em; + margin-bottom : 1em; } .yui-gf div.first { width : 19%; -- 2.37.2