bug 3263: Staff Search Results Interface Changes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index 19f5679..75c052c 100644 (file)
-       #addbibliotabs { margin-top : 1em; }
-       a.buttonPlus {
-               font-weight : bold;
-               text-decoration : none;
-       }
-       a.expandfield {
-               color : #000;
-               text-decoration : none;
-       }
-#loading {
-       height: 100%;
-       width: 100%;
-       background-color: #000;
-       position: fixed;
-       left: 0pt;
-       top: 0pt;
-       z-index: 2999;
-       opacity: 0.5;
-}
-
-*html #loading {
-       position : absolute;
-       top : 971px;
-       filter : alpha(opactity=50);
-}
-
-.loading {
-               background : #EEE url("../../img/loading.gif") no-repeat 17px center;
-               border : 2px outset #CCC;
-               color : #000;
-               font-size : 174%;
-               height : 70px;
-               line-height : 70px;
-               left:50%;
-               margin-left:-100px;
-               opacity : 1;
-               padding:12px;
-               padding-left : 20;
-               position:fixed;
-               text-align : center;
-               top:17%;
-               width:200px;
-               z-index: 3000;
-       }
-       * html .loading {
-     position: absolute;
-     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
-}
-       #authoritytabs {
-               margin-top : 1em;
-               margin-bottom : 1em;
-       }
\ No newline at end of file
+#addbibliotabs {
+       margin-top : 1em;
+}
+
+#addbibliotabs .ui-tabs-panel {
+       float : left;
+}
+
+.buttonPlus {
+       font-weight : bold;
+       text-decoration : none;
+}
+
+.buttonMinus {
+       font-weight : bold;
+       text-decoration : none;
+}
+
+a.expandfield {
+       color : #000;
+       text-decoration : none;
+}
+
+#yui-cms-loading {
+       background : #FFFFFF;
+       color : #333333;
+       display : none;
+}
+
+#yui-cms-loading #yui-cms-float {
+       text-align : center;
+       font-size : 175%;
+       background-image : url(../../img/loading.gif);
+       background-repeat : no-repeat;
+       background-position : top;
+       padding-top : 50px;
+}
+
+        
+#authoritytabs {
+       margin-top : 1em;
+       margin-bottom : 1em;
+}
+
+.toptabs .ui-tabs-nav li a {
+       padding : .2em 1.2em;
+}
+
+div.tag {
+    clear: both;
+}
+
+div.subfield_line {
+       padding-bottom : .3em;
+    clear: both;
+}
+
+div.subfield_line label {
+    font-size:89%;
+    float: left;
+        padding-right : .4em;
+    width: 16em;
+    text-align: left;
+    clear:left;
+}
+
+.tag_title {
+       font-size : 90%;
+       padding : .2em 0;
+}
+
+.tagnum {
+       font-size : 110%;
+       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;
+}
+
+.subfield {
+       color : #00698a;
+       float: left;
+       width: 10em;
+       text-align:right;
+}
+
+.subfieldcode {
+       display: block;
+       float: left;
+}
+
+.labelsubfield {
+       float:left;
+}
+
+.input_marceditor {
+       float:left;
+       width:30em;
+}
+
+.indicator {
+    width: 1em;
+}
+
+*html .input_marceditor {
+       width : 15em;
+}
+
+#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
+       font-size : 100%;
+       width : 25%;
+}
+
+#cataloguing_additem_newitem fieldset.rows li {
+       padding-bottom : 3px;
+}
+#cataloguing_additem_newitem .input_marceditor {
+       width : auto;
+}
+.mandatory_marker {
+       color: red;
+}
+