forked from jleyva/moodle-block_configurablereports
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
155 lines (136 loc) · 4.57 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
.dir-rtl .CodeMirror {
direction: ltr;
text-align: left;
}
/* Left align Custom SQL textarea and SQL help, in RTL mode.
*/
#page-blocks-configurable_reports-editreport.dir-rtl textarea,
#page-blocks-configurable_reports-editreport.dir-rtl .felement.fstatic {text-align: left;direction: ltr;}
/*
#page-blocks-configurable_reports-editreport.dir-rtl #fitem_id_querysql .ftextarea {
float: right;
width: 66%;
margin: 0;
}
*/
#page-blocks-configurable_reports-editreport.dir-rtl #fitem_id_querysql .ftextarea {
float: left;
width: 100%;
display: block;
margin: 0;
}
#page-blocks-configurable_reports-editreport.dir-rtl #fitem_id_querysql .fitemtitle {
width: 100%;
display: block;
float: left;
}
/*
@media (min-width: 1110px) and (max-width: 1220px) {
#page-blocks-configurable_reports-editreport.dir-rtl #fitem_id_querysql .ftextarea {
width: 73%;
}
}
@media (min-width: 1220px) and (max-width: 1440px) {
#page-blocks-configurable_reports-editreport.dir-rtl #fitem_id_querysql .ftextarea {
width: 90%;
}
}
*/
/* Fix table header padding, to show "Sort" arrows
*/
#reportslist th.header {padding: 0 20px;}
/* Fix cell alignment in reports list table
*/
#page-blocks-configurable_reports-managereport .generaltable td.c5 {direction: ltr;}
/* Left align Setting INPUT TEXT boxes
*/
/* Left align Setting INPUT TEXT boxes
*/
#page-admin-setting-blocksettingconfigurable_reports.dir-rtl .settingsform input[type=text],
#page-admin-setting-blocksettingconfigurable_reports.dir-rtl .settingsform input[type=password] {text-align: left;direction: ltr;}
/* Table usability & UI fixes
*/
#page-blocks-configurable_reports-viewreport .generaltable {
border: 1px solid gray;
margin: 0 auto;
}
#page-blocks-configurable_reports-viewreport #calcstable {
width: 80%;
}
#page-blocks-configurable_reports-viewreport .generaltable th.header {
background-color: #f5f5dc;
border-bottom-width: 2px;
}
/* Center align bottom report statistics
*/
#page-blocks-configurable_reports-viewreport #totalrecords,
#page-blocks-configurable_reports-viewreport #lastexecutiontime {
padding: 10px;
text-align: center;
}
#page-blocks-configurable_reports-viewreport .generaltable th.header {
padding-right: 16px;
}
/* Convert "Add report" link to a beautiful button
(Used: http://www.cssbuttongenerator.com/)
*/
.addbutton {text-align: center;}
.linkbutton {
-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
box-shadow:inset 0px 1px 0px 0px #dcecfb;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
background-color:#bddbfa;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #84bbf3;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:30px;
line-height:30px;
width:100px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #528ecc;
}
.linkbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
background-color:#80b5ea;
}.linkbutton:active {
position:relative;
top:1px;
}
#page-blocks-configurable_reports-viewreport .fullreportbutton {
text-align: center;
}
#page-blocks-configurable_reports-managereport .aboutimg {
padding: 0 10px;
width: 16px;
}
/* #page-blocks-configurable_reports-managereport .reportsummary {display: none;} */
#page-blocks-configurable_reports-managereport .contexttagsnav,
#page-blocks-configurable_reports-managereport .tagsnav {
text-align:
center;font-size: 18px;
}
#page-blocks-configurable_reports-managereport .contexttagsnav {margin-bottom: 20px;}
.reportinfo {margin-top: 20px;}