Bug 9571 - Fix width for textareas in Edit Item screen
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
index c895b74..6972771 100644 (file)
 }
 
 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;
@@ -51,8 +34,10 @@ div.tag {
 }
 
 div.subfield_line {
-       padding-bottom : .3em;
-    clear: both;
+    padding-bottom: .3em;
+    float: left;
+    clear: left;
+    width: 100%;
 }
 
 div.subfield_line label {
@@ -64,6 +49,10 @@ div.subfield_line label {
     clear:left;
 }
 
+.subfieldcode img {
+    cursor: pointer;
+}
+
 .tag_title {
        font-size : 90%;
        padding : .2em 0;
@@ -125,6 +114,66 @@ a.tagnum {
        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;
+}
+
+tr.active td {
+    background-color: #FFFFCC;
+}
+
+tr.active.highlight td {
+    background-color: #FEF4B4;
+}
+
+#loading {
+    background-color: #FFF;
+    cursor: wait;
+    height: 100%;
+    left: 0;
+    opacity: .7;
+    position: fixed;
+    top: 0;
+    width: 100%;
+    z-index: 1000;
+}
+#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