Bug 9571 - Fix width for textareas in Edit Item screen
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index 20e7416..6972771 100644 (file)
-/* addbiblio.css */
+#addbibliotabs {
+       margin-top : 1em;
+}
+
+#addbibliotabs .ui-tabs-panel {
+       float : left;
+}
 
-/* MARC editor */
+.buttonPlus {
+       font-weight : bold;
+       text-decoration : none;
+}
+
+.buttonMinus {
+       font-weight : bold;
+       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;
+a.expandfield {
+       text-decoration : none;
 }
 
-#onlinehelp {
-    float:right;
+#authoritytabs {
+       margin-top : 1em;
+       margin-bottom : 1em;
 }
 
-/* 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;
+.toptabs .ui-tabs-nav li a {
+       padding : .2em 1.2em;
 }
 
-/* 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;
+div.tag {
+    clear: both;
 }
 
-/* specify that we to do when the mouse is on 1 button */
-#tabs a:hover {
-    border: 2px inset;
+div.subfield_line {
+    padding-bottom: .3em;
+    float: left;
+    clear: left;
+    width: 100%;
 }
 
-#tabs {
-    margin-top:45px;
-    margin-bottom:5px;
+div.subfield_line label {
+    font-size:89%;
+    float: left;
+        padding-right : .4em;
+    width: 16em;
+    text-align: left;
+    clear:left;
+}
+
+.subfieldcode img {
+    cursor: pointer;
+}
+
+.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;
+}
+
+#cataloguing_additem_newitem textarea.input_marceditor {
+     width : 31em;
+}
+
+.mandatory_marker {
+       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; }
+.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
+
+#cataloguing_additem_itemlist {
+       margin-bottom : 1em;
+}
+.yui-gf div.first {
+       width : 19%;
+}
+
+.yui-gf .yui-u {
+       width: 79.2%;
+}
+/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
+.floating {
+       -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
+       box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
+    margin-top: 0;
 }
 
-/* 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;
+tr.active td {
+    background-color: #FFFFCC;
 }
 
-/* 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;
+tr.active.highlight td {
+    background-color: #FEF4B4;
 }
 
-/* the style of tag description */
-p.tag {
-    font-weight:bold;
+#loading {
+    background-color: #FFF;
+    cursor: wait;
+    height: 100%;
+    left: 0;
+    opacity: .7;
+    position: fixed;
+    top: 0;
+    width: 100%;
+    z-index: 1000;
 }
-/* the style of subfield paragraph */
-p.subfield {
-    
+#loading div {
+    background : transparent url(../../img/loading.gif) top left no-repeat;
+    font-size : 175%;
+    font-weight: bold;
+    height: 2em;
+    left: 50%;
+    margin: -1em 0 0 -2.5em;
+    padding-left : 50px;
+    position: absolute;
+    top: 50%;
+    width: 15em;
 }
\ No newline at end of file