Providing options for adding to order when existing record search has failed.
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
index 1fa02b2..c9f302d 100644 (file)
@@ -362,6 +362,10 @@ div#reserves,div#checkouts {
        color : Gray;
 }
 
+.single-line {
+       white-space: nowrap;
+}
+
 .ex {
        font-family : "Courier New", Courier, fixed-width;
        font-weight : bold;
@@ -761,11 +765,13 @@ fieldset.rows .inputnote {
        background-color : #FFFF99;
 }
 .content_hidden {
+    visibility:hidden; /* you propably don't need to change this one */
     display:none;
 }
 
 /* the property for the displayed tab */
 .content_visible {
+    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, #neworder a {
@@ -1043,10 +1049,14 @@ div.first fieldset {
        padding : .4em .4em .4em 25px;
  }
  
-.dialog input.approve {
+.dialog input.approve, td input.approve {
        background : #FFF url(../../img/approve.gif) no-repeat 4px center;
        padding : .4em .4em .4em 25px;  
  }
+td input.approve {
+       background-color : #FFC;
+}
 
 .dialog input.deny {
        background : #FFF url(../../img/deny.gif) no-repeat 4px center;
@@ -1397,6 +1407,11 @@ input[type=reset]:active, input[type=button]:active, input.submit:active, button
        border : 1px inset #999999;
 }
 
+ul li input.submit {
+       font-size : 87%;
+       padding : 2px;
+}
+
 .searchhighlightblob {
     font-size:75%;
        font-style : italic;