PluginProbe
School Management System – WPSchoolPress / trunk
School Management System – WPSchoolPress vtrunk
2.2.48 2.2.47 2.2.46 2.2.45 2.2.44 2.2.43 2.2.42 2.2.41 2.2.40 2.2.39 2.2.38 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 All 103 releases
wpschoolpress / css / media.css

media.css in School Management System – WPSchoolPress trunk, at css/media.css

213 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @media only screen and (max-device-width: 480px) {
2
3
4
5 .btn-pro.button-group .dropdown { margin-bottom: 15px; padding-left:0px !important; padding-right: 5px;}
6
7
8
9 #student_table_length label select { width:100%; margin-top:15px; }
10
11
12
13 div.dataTables_length label { width: 100%; }
14
15
16
17 .text-right .btn-pro.button-group { float: left; margin-top: 15px;}
18
19
20
21 .box box-info .box-body .float-left { float: none;}
22
23
24
25 .class-filter select { width: 100%;}
26
27
28
29 .box-body .float-left { float: left; width: 100%;}
30
31
32
33
34
35
36
37 }
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53 @media only screen and (max-width: 768px) {
54
55
56
57
58
59
60
61 section.content-header h1{ margin-bottom:15px; }
62
63
64
65 a.sidebar-toggle .gap-academicyear { width: 80%;}
66
67
68
69 .main-footer { text-align: center; padding-bottom:20px;}
70
71
72
73 .class-filter select { width: 66%; }
74
75
76
77 table#subject_table tbody tr td a.EditSubjectLink { margin-bottom: 5px; display: inline-block;}
78
79
80
81 div.dataTables_paginate ul.pagination { margin-bottom: 10px; }
82
83
84
85 .mailbox-header .wpsp-mail-title h2 { margin-bottom: 10px; }
86
87
88
89 #student_table tbody tr td a.ViewStudent, a.viewAttendance { margin-bottom: 10px; display: inline-block;}
90
91
92
93 .box-info .box-body .col-md-12 a.btn-primary { float:left; }
94
95
96
97 table #class_table tbody tr.pointer td a { margin-bottom:10px; }
98
99
100
101 .main-footer { padding: 0px 15px 15px 15px; }
102
103
104
105 div.dataTables_filter { text-align: left;}
106
107
108
109 #student_table_paginate.dataTables_paginate { white-space: nowrap; text-align: center; margin-bottom:10px; }
110
111
112
113 .box-body .class-filter select { width: 100%; }
114
115
116
117 .button-group .btn-pro.button-group .dropdown { padding-left: 0px; }
118
119
120
121 .modal.modal-wide .modal-dialog { width: 95% !important; margin: auto; }
122
123
124
125 section.content-header h1 { margin-bottom: 0px; font-size: 18px; }
126
127
128
129 .content-header > .breadcrumb { top: 0px; }
130
131
132
133 .main-footer { padding: 0px 15px 5px 15px; }
134
135
136
137 .panel-info .panel-body .img-circle { margin: auto; display: inherit;}
138
139
140
141 .box-footer .line_box .col-md-12 label.btnM {
142
143
144
145 display: inline-block; width: 100%;
146
147
148
149 }
150
151
152
153 .no-padding{ padding:0px; }
154
155
156
157 .dataTables_length label {
158
159
160
161 margin-top: 10px;
162
163
164
165 }
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189 }
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213