Adding inline edit links for additem table. Suggested for Bug 2534
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index 20e7416..0377cca 100644 (file)
-/* addbiblio.css */
+#addbibliotabs {
+       margin-top : 1em;
+}
+
+#addbibliotabs .ui-tabs-panel {
+       float : left;
+}
+
+.buttonPlus {
+       font-weight : bold;
+       text-decoration : none;
+}
+
+.buttonMinus {
+       font-weight : bold;
+       text-decoration : none;
+}
 
-/* MARC editor */
+a.expandfield {
+       text-decoration : none;
+}
 
-/* styles for the 11 buttons that the user can click on */
-/* the design of the active tab button (only 1 at a given time)*/
-.tab_active {
-    color: #6699CC;
-    background-color : #CCCCCC;
-    font-size : 1em;
-    border: 2px inset;
-    font-weight : bold;
-    text-decoration:none;
-    display: inline;
-    text-decoration:none;
-    margin-left:10px;
+#yui-cms-loading {
+       background : #FFFFFF;
+       color : #333333;
+       display : none;
 }
 
-#onlinehelp {
-    float:right;
+#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;
 }
 
-/* the design of the INactives tab buttons (all other tabs) */
-.tab_inactive {
-    background-color : #6699CC;
-    color : #FFFFFF;
-    font-size : 1em;
-    font-weight : bold;
-    display:inline;
-    border: 2px outset;
-    text-decoration:none;
-    margin-left:10px;
+        
+#authoritytabs {
+       margin-top : 1em;
+       margin-bottom : 1em;
 }
 
-/* the button of INactive tabs : we need this one to have white color on links, otherwise, default a look will be choosen */
-#tabs a {
-    color:white;
-    text-decoration:none;
-    padding-right:10px;
-    padding-left:10px;
+.toptabs .ui-tabs-nav li a {
+       padding : .2em 1.2em;
 }
 
-/* specify that we to do when the mouse is on 1 button */
-#tabs a:hover {
-    border: 2px inset;
+div.tag {
+    clear: both;
 }
 
-#tabs {
-    margin-top:45px;
-    margin-bottom:5px;
+div.subfield_line {
+       padding-bottom : .3em;
+    clear: both;
 }
 
-/* styles for the 11 content blocks */
-/* the property for hidden tabs */
-.content_hidden {
-    height:0px; /* you propably don't need to change this one */
-    visibility:hidden; /* you propably don't need to change this one */
-    display:none;
+div.subfield_line label {
+    font-size:89%;
+    float: left;
+        padding-right : .4em;
+    width: 16em;
+    text-align: left;
+    clear:left;
 }
 
-/* the property for the displayed tab */
-.content_visible {
-    height:0px; /* you propably don't need to change this one */
-    visibility:visible; /* you propably don't need to change this one */
-    display:block;
+.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;
 }
 
-/* the style of tag description */
-p.tag {
-    font-weight:bold;
+.mandatory_marker {
+       color: red;
 }
-/* the style of subfield paragraph */
-p.subfield {
-    
-}
\ No newline at end of file
+.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; }