~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to theme/bootstrapbase/less/moodle/modules.less

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    width: auto;
10
10
}
11
11
 
 
12
// Forum
 
13
 
 
14
.path-mod-forum .forumsearch {
 
15
    input,
 
16
    .helptooltip {
 
17
        margin: 0 3px;
 
18
    }
 
19
}
 
20
 
12
21
.path-mod-forum .forumheaderlist,
13
22
.path-mod-forum .forumheaderlist td {
14
23
    border: none;
15
24
}
16
25
 
 
26
.path-mod-forum .forumheaderlist {
 
27
    thead .header {
 
28
        white-space: normal;
 
29
        vertical-align: top;
 
30
    }
 
31
    thead .header.lastpost {
 
32
        text-align: right;
 
33
    }
 
34
    .discussion {
 
35
        .author, .replies, .lastpost {
 
36
            white-space: normal;
 
37
        }
 
38
        .replies {
 
39
            text-align: center;
 
40
        }
 
41
        .topic, .topic.starter, .picture, .author, .replies, .lastpost {
 
42
            vertical-align: top;
 
43
        }
 
44
    }
 
45
}
 
46
 
 
47
.path-mod-feedback .generalbox div table tbody img {
 
48
    height: 5px; // we should remove the bar height specification in core
 
49
}
 
50
 
17
51
.forumpost {
18
52
    .well;
19
53
    padding: 6px;
 
54
    .header {
 
55
        margin-bottom: 3px;
 
56
    }
 
57
    .picture img {
 
58
        margin: 3px;
 
59
        &.userpicture {
 
60
            margin-left: 3px;
 
61
            margin-right: 10px;
 
62
        }
 
63
    }
 
64
    .content {
 
65
        .posting.fullpost {
 
66
            margin-top: 8px;
 
67
        }
 
68
    }
 
69
    .row {
 
70
        .topic,
 
71
        .content-mask,
 
72
        .options {
 
73
            margin-left: 48px;
 
74
        }
 
75
        &.side {
 
76
            clear: both;
 
77
        }
 
78
    }
 
79
}
 
80
 
 
81
.dir-rtl .forumpost {
 
82
    .picture img {
 
83
        &.userpicture {
 
84
            margin-left: 10px;
 
85
            margin-right: 3px;
 
86
        }
 
87
    }
 
88
    .row {
 
89
        .topic,
 
90
        .content-mask,
 
91
        .options {
 
92
            margin-left: 0;
 
93
            margin-right: 48px;
 
94
        }
 
95
    }
20
96
}
21
97
 
22
98
.forumpost .row .left {
23
 
    width: auto;
 
99
    width: 48px;
24
100
}
25
101
 
26
102
.forumpost .options .commands {
36
112
     margin-bottom: 0 !important;
37
113
}
38
114
 
39
 
#page-mod-forum-discuss .discussioncontrol.displaymode {
40
 
    text-align: left;
41
 
}
42
 
 
43
 
#page-mod-forum-discuss .discussioncontrols .discussioncontrol {
44
 
    float: left;
 
115
#page-mod-forum-discuss .discussioncontrols {
 
116
    width: auto;
 
117
    margin: 0;
45
118
}
46
119
 
47
120
#page-footer {
126
199
    display: none;
127
200
}
128
201
 
129
 
.path-mod-choice .horizontal  .choices {
130
 
    margin: 0;
131
 
    .option {
132
 
        display: inline-block;
133
 
        padding: 10px;
 
202
.path-mod-choice {
 
203
    .horizontal  .choices {
 
204
        margin: 0;
 
205
        .option {
 
206
            display: inline-block;
 
207
            padding: 10px;
 
208
        }
 
209
    }
 
210
    .results .data {
 
211
        white-space: normal;
134
212
    }
135
213
}
136
214
 
144
222
    padding: 5px;
145
223
    text-align: center;
146
224
}
 
225
 
 
226
.path-mod-wiki .wiki_headingtitle,
 
227
.path-mod-wiki .midpad,
 
228
.path-mod-wiki .wiki_headingtime {
 
229
    text-align: inherit;
 
230
}
 
231
 
 
232
.path-mod-wiki .wiki_contentbox {
 
233
    width: 100%;
 
234
}
 
235
 
 
236
// Survey module
 
237
 
 
238
.path-mod-survey {
 
239
    .surveytable {
 
240
        .r0 {background-color: #eee;}
 
241
        .r1 {background-color: #ddd;}
 
242
        .rblock label {text-align: center;}
 
243
    }
 
244
    .resultgraph, .reportsummary, .studentreport, .reportbuttons, .centerpara {
 
245
        text-align:center;
 
246
    }
 
247
}
 
248
// rtl overrides
 
249
.dir-rtl {
 
250
    .path-mod-forum .forumheaderlist {
 
251
        thead .header.lastpost {
 
252
            text-align: left;
 
253
        }
 
254
    }
 
255
}
 
 
b'\\ No newline at end of file'