Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-metadata-author-widget {
2
  display: flex;
3
  flex-direction: column;
4
  border: solid 1px #ced6e3;
5
  border-radius: 0.208em;
6
  width: 100%;
7
  padding: 1em;
8
  margin-top: 1em;
9
 
10
  .h5p-save-author {
11
    border: solid 2px #0a715e;
12
    color: #fff;
13
    background-color: #0a715e;
14
  }
15
  .h5p-save-author:hover {
16
    border-color: #0d826c;
17
    color: #fff;
18
    background-color: #0d826c;
19
  }
20
  .h5p-save-author:active {
21
    border-color: #095345;
22
    color: #fff;
23
    background-color: #095345;
24
  }
25
 
26
  .h5p-author-data {
27
    display: flex;
28
    flex-direction: row;
29
    flex-wrap: nowrap;
30
 
31
    &>.field {
32
      margin-bottom: 0;
33
    }
34
  }
35
 
36
  .field-name-name {
37
    flex-grow: 1;
38
    margin-right: 2%;
39
    overflow: hidden;
40
    white-space: nowrap;
41
    min-width: 49%;
42
  }
43
 
44
  .field-name-role {
45
    margin-top: 0;
46
    margin-right: 2%;
47
    width: 25%;
48
    flex-grow: 1;
49
    overflow: hidden;
50
    white-space: nowrap;
51
  }
52
 
53
  .authorList {
54
    margin-top: 1.5em;
55
    white-space: nowrap;
56
 
57
    li {
58
      display: inline;
59
      margin-right: 0.5em;
60
 
61
      span {
62
        margin-right: 1em;
63
        font-style: italic;
64
      }
65
    }
66
  }
67
 
68
  .h5p-author-list-wrapper {
69
    margin-top: 0.5em;
70
 
71
    ul {
72
      margin: 0;
73
      padding: 0;
74
    }
75
 
76
    li {
77
      display: inline-block;
78
      margin-right: 2em;
79
      list-style: none;
80
      font-weight: bold;
81
      font-size: 0.8em;
82
    }
83
 
84
    .h5p-metadata-role {
85
      font-style: italic;
86
      margin: 0 0.6em;
87
      font-weight: normal;
88
      font-size: 0.85em;
89
      color: #757575;
90
    }
91
 
92
    button {
93
      &:after {
94
        font-family: 'h5p-metadata-icons';
95
        content: "\e902";
96
        font-size: 1em;
97
        position: relative;
98
        top: -0.1em;
99
      }
100
    }
101
  }
102
}