src/p4l/static/p4l/css/semantictree.css
author cavaliet
Wed, 11 Sep 2013 13:41:47 +0200
changeset 70 2ee11f57e318
parent 67 2ed617d40598
child 86 4effe076e087
permissions -rw-r--r--
language list in directive template
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
65
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     1
@charset "UTF-8";
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     2
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     3
.ui-dialog {
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     4
    height: 415px !important;
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     5
}
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     6
.ui-dialog-content {
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     7
    padding: 0 !important;
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     8
}
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
     9
.jstree ul:first-child {
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
    10
    height: 300px;
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
    11
    overflow-x: hidden;
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
    12
    overflow-y: auto;
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
    13
}
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
    14
/*
80868ae3009c enhance jstree css
cavaliet
parents: 59
diff changeset
    15
.ng-scope {
51
634e0994c1c8 add uri generic
cavaliet
parents: 43
diff changeset
    16
    border: 1px dashed red;
634e0994c1c8 add uri generic
cavaliet
parents: 43
diff changeset
    17
}
37
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    18
.large_25 {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    19
    width: 25px;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    20
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    21
.text_centered {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    22
    text-align: center;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    23
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    24
.text_left_aligned { 
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    25
    text-align: left;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    26
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    27
.text_right_aligned { 
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    28
    text-align: right;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    29
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    30
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    31
.unsemantized {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    32
    color: #ba0000;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    33
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    34
.result_counter {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    35
    color: #C6C6C6;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    36
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    37
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    38
.term-list-label {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    39
    width : 500px;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    40
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    41
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    42
.searchmatch {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    43
    color: #c000c0;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    44
}
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    45
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    46
.jstree-error {
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    47
    font-weight: bold;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    48
    color: red;
7ff73789a851 first step of js/css semantic tree, just to save. it will not be used as this in this project.
cavaliet
parents:
diff changeset
    49
}
43
829d9d4111da semantic tree browser works and queries in settings dict
cavaliet
parents: 38
diff changeset
    50
*/