Merge branch 'MDL-41989-master' of git://github.com/phalacee/moodle
[moodle.git] / theme / bootstrapbase / less / moodle / modules.less
CommitLineData
8903b17b
BB
1/* modules.less */
2
3// The home for small tweaks to modules that don't require
4// changes drastic enough to pull in the full module css
5// and replace it completely
6// Plus some misc. odds and ends
7
8select {
9 width: auto;
10}
11
12.path-mod-forum .forumheaderlist,
13.path-mod-forum .forumheaderlist td {
14 border: none;
15}
16
17.forumpost {
18 .well;
19 padding: 6px;
20}
21
22.forumpost .row .left {
23 width: auto;
24}
25
26.forumpost .options .commands {
27 margin-left: 0;
28}
29
30.forumpost .subject {
31 font-weight: bold;
32}
33
34// Override hardcoded forum modules styling
35.forumsearch input[type=text] {
36 margin-bottom: 0 !important;
37}
38
39#page-mod-forum-discuss .discussioncontrol.displaymode {
40 text-align: left;
41}
42
43#page-mod-forum-discuss .discussioncontrols .discussioncontrol {
44 float: left;
45}
46
47#page-footer {
48 margin-top: 1em;
49 padding: 1em 0;
50 border-top: 2px solid #eee;
51}
52
53.maincalendar .calendarmonth td,.maincalendar .calendarmonth th {
54 border: 1px dotted #ddd;
55}
56
57.path-grade-report-grader h1 {
58 text-align: inherit;
59}
60
61#page-mod-chat-gui_basic input#message {
62 max-width: 100%;
63}
64
65#page-mod-data-view #singleimage {
66 width: auto;
67}
68
69.path-mod-data form {
70 margin-top: 10px;
71}
72
73.template_heading {
74 margin-top: 10px;
75}
76
77.breadcrumb-button {
78 float: right;
3355b72e 79 margin-top: 4px;
8903b17b
BB
80}
81.dir-rtl .navbar .brand {
82 float: right;
83}
af9c2dcf 84
af9c2dcf
GB
85.navbar-inverse .logininfo a {
86 color: @navbarInverseLinkColor;
87}
88.navbar-inverse .logininfo a:hover {
89 background-color: @navbarInverseLinkBackgroundHover; // "transparent" is default to differentiate :hover/:focus from .active
90 color: @navbarInverseLinkColorHover;
8903b17b
BB
91}
92
93.navbar-fixed-top,
94.navbar-fixed-bottom {
58183f9b 95 z-index: 4030;
8903b17b
BB
96}
97
98.dir-rtl .breadcrumb-button,
99.dir-rtl .navbar .btn-navbar {
100 float: left;
101}
102
103.ie .row-fluid .desktop-first-column {
58183f9b 104 margin-left: 0;
8903b17b
BB
105}
106.langmenu form {
107 margin: 0;
108}
109.container-fluid {
110 max-width: 1680px;
111 margin: 0 auto;
112}
113// contributed by Paul Hibbitts, see http://msdn.microsoft.com/en-us/library/ie/jj583807(v=vs.85).aspx
114canvas {
115 -ms-touch-action: auto;
116}
117
118div#dock {
119 display: none;
120}
121
122.path-mod-choice .horizontal .choices {
123 margin: 0;
124 .option {
125 display: inline-block;
126 padding: 10px;
127 }
128}
129
130.path-mod-lesson .firstpageoptions {
131 margin: auto;
132 min-width: 280px;
133 width: 60%;
134}
01a96461
RW
135
136.path-mod-lesson .centerpadded {
137 padding: 5px;
138 text-align: center;
139}
876c0ac3 140
14cdc257
RW
141.path-mod-wiki .wiki_headingtitle,
142.path-mod-wiki .midpad,
143.path-mod-wiki .wiki_headingtime {
144 text-align: inherit;
876c0ac3 145}
14cdc257
RW
146
147.path-mod-wiki .wiki_contentbox {
148 width: 100%;
149}