Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 68... Línea 68...
68
            background-color: #F2F2F2;
68
            background-color: #F2F2F2;
69
            border-bottom: 1px solid #dee2e6;
69
            border-bottom: 1px solid #dee2e6;
70
            padding: 10px;
70
            padding: 10px;
71
            vertical-align: top;
71
            vertical-align: top;
72
        }
72
        }
73
        .text-left {
73
        .text-start {
74
            text-align: left;
74
            text-align: left;
75
        }
75
        }
76
        .text-right {
76
        .text-end {
77
            text-align: right;
77
            text-align: right;
78
        }
78
        }
79
        .float-right {
79
        .float-right {
80
            float: right;
80
            float: right;
81
        }
81
        }
Línea 122... Línea 122...
122
        <thead>
122
        <thead>
123
        <tr>
123
        <tr>
124
            <th width="40px">
124
            <th width="40px">
125
                <img src="{{{ grouppictureurl }}}" class="round" width="40px" height="40px"/>
125
                <img src="{{{ grouppictureurl }}}" class="round" width="40px" height="40px"/>
126
            </th>
126
            </th>
127
            <th class="text-left">
127
            <th class="text-start">
128
                <strong>{{ groupname }}</strong><br>
128
                <strong>{{ groupname }}</strong><br>
129
                {{ coursename }}
129
                {{ coursename }}
130
            </th>
130
            </th>
131
            <th class="nowrap text-right">
131
            <th class="nowrap text-end">
132
                <span class="badge">{{ numberofunreadmessages }}</span> <span class="gray-light">{{#str}} emaildigestunreadmessages, message_email {{/str}}</span>
132
                <span class="badge">{{ numberofunreadmessages }}</span> <span class="gray-light">{{#str}} emaildigestunreadmessages, message_email {{/str}}</span>
133
            </th>
133
            </th>
134
        </tr>
134
        </tr>
135
        </thead>
135
        </thead>
136
        <tbody>
136
        <tbody>