Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-metadata-changelog {
2
  width: 100%;
3
}
4
.h5p-metadata-changelog .field-name-change {
5
  &.expanded .content {
6
    display: flex;
7
    flex-wrap: wrap;
8
  }
9
 
10
  .field-name-date {
11
    width: 49%;
12
    margin-bottom: 0.5em;
13
    margin-right: 1%;
14
    margin-top: 0;
15
    span {
16
      width: 100%;
17
    }
18
  }
19
 
20
  .field-name-author {
21
    width: 49%;
22
    margin-bottom: 0.5em;
23
    margin-left: 1%;
24
    margin-top: 0;
25
  }
26
 
27
  .field-name-log {
28
    width: 100%;
29
  }
30
 
31
  .h5p-add-author:before {
32
    content: "+";
33
    margin-right: 0.7em;
34
  }
35
 
36
  .h5p-cancel {
37
    margin-right: 10px;
38
  }
39
 
40
  .h5p-metadata-changelog-buttons {
41
    width: 100%;
42
  }
43
 
44
  .h5p-metadata-logged-changes {
45
    width: 100%;
46
    margin-top: 1em;
47
 
48
    // Hide the change log table while editing
49
    &.editing {
50
      display: none;
51
    }
52
 
53
    .h5peditor-field-description {
54
      margin-bottom: 0;
55
    }
56
  }
57
 
58
  .h5p-metadata-log-wrapper {
59
    margin-top: 1em;
60
    border: solid 1px #ced6e3;
61
    border-radius: 0.208em;
62
    max-height: 15.917rem;
63
    overflow-y: auto;
64
    padding: 0 0.5em;
65
  }
66
 
67
  .h5p-metadata-log {
68
    display: flex;
69
    margin-top: 0.5em;
70
    padding-bottom: 0.5em;
71
 
72
    .h5p-metadata-delete {
73
      margin-left: 2em;
74
 
75
      &:after {
76
        font-family: 'h5p-metadata-icons';
77
        content: "\e902";
78
        font-size: 1.2em;
79
      }
80
    }
81
 
82
    .h5p-metadata-edit {
83
      &:after {
84
        font-family: 'h5p-metadata-icons';
85
        content: "\e904";
86
        font-size: 1.2em;
87
      }
88
    }
89
  }
90
 
91
  .h5p-metadata-log-buttons {
92
    min-width: 3em;
93
    line-height: 2.5;
94
  }
95
 
96
  .h5p-metadata-log:not(:last-child) {
97
    border-bottom: solid 1px #ced6e3;
98
  }
99
 
100
  .h5p-metadata-log-date {
101
    min-width: 25%;
102
    font-size: 0.85em;
103
    font-style: italic;
104
    line-height: 2.5;
105
  }
106
 
107
  .h5p-metadata-description-wrapper {
108
    flex-grow: 1;
109
    font-size: 0.85em;
110
    font-style: italic;
111
  }
112
 
113
  .h5p-metadata-description-wrapper {
114
    font-weight: bolder;
115
  }
116
 
117
  .h5p-metadata-log-author {
118
    font-weight: normal;
119
  }
120
 
121
  .h5p-metadata-new-log-message {
122
    width: 100%;
123
    background: #C5E7E1;
124
    padding: 0.5em;
125
    margin-bottom: 1em;
126
    color: #0a715e;
127
  }
128
}