Bug 11897: Stockrotation
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / src / staff-global.scss
index 6be1cf7..8fc9058 100644 (file)
@@ -4032,6 +4032,127 @@ span {
     width: 100% !important;
 }
 
+#stockrotation {
+    h3 {
+        margin: 30px 0 10px 0;
+    }
+    .dialog {
+        h3 {
+            margin: 10px 0;
+        }
+        margin-bottom: 20px;
+    }
+    .highlight_stage {
+        font-weight: bold;
+    }
+}
+
+#catalog_stockrotation .highlight_stage {
+    font-weight: bold;
+}
+
+#stockrotation {
+    #rota_form {
+        textarea {
+            width: 300px;
+            height: 100px;
+        }
+        #name {
+            width: 300px;
+        }
+        fieldset {
+            width: auto;
+        }
+    }
+    #stage_form fieldset, #add_rota_item_form fieldset {
+        width: auto;
+    }
+    .dialog.alert {
+        ul {
+            margin: 20px 0;
+        }
+        li {
+            list-style-type: none;
+        }
+    }
+}
+
+#catalog_stockrotation {
+    .item_select_rota {
+        vertical-align: middle;
+    }
+    h1 {
+        margin-bottom: 20px;
+    }
+}
+
+#stockrotation td.actions, #catalog_stockrotation td.actions {
+    vertical-align: middle;
+}
+
+#stockrotation .stage, #catalog_stockrotation .stage {
+    display: inline-block;
+    padding: 5px 7px;
+    margin: 3px 0 3px 0;
+    border-radius: 5px;
+    background-color: rgba(0, 0, 0, 0.1);
+}
+
+#stage_list_headings {
+    font-weight: bold;
+    span {
+        padding: 3px;
+    }
+}
+
+#manage_stages {
+    ul {
+        padding-left: 0;
+    }
+    li {
+        list-style: none;
+        margin-bottom: 5px;
+        span {
+            padding: 6px 3px;
+        }
+    }
+    .stagename {
+        width: 15em;
+        display: inline-block;
+    }
+    .stageduration {
+        width: 10em;
+        display: inline-block;
+    }
+    .stageactions {
+        display: inline-block;
+    }
+    li:nth-child(odd) {
+        background-color: #F3F3F3;
+    }
+    .drag_handle {
+        margin-right: 6px;
+        cursor: move;
+    }
+    .drag_placeholder {
+        height: 2em;
+        border: 1px dotted #aaa;
+    }
+    h3 {
+        display: inline-block;
+    }
+    #ajax_status {
+        display: inline-block;
+        border: 1px solid #bcbcbc;
+        border-radius: 5px;
+        padding: 5px;
+        margin-left: 10px;
+        background: #f3f3f3;
+    }
+    #manage_stages_help {
+        margin: 20px 0;
+    }
+}
 
 #helper {
     span {