| author | ymh <ymh.work@gmail.com> |
| Thu, 06 Nov 2014 02:08:12 +0100 | |
| changeset 176 | a343992c55fd |
| parent 150 | 1f277ab0c163 |
| permissions | -rw-r--r-- |
| 1 | 1 |
/*! |
2 |
* modif from bootstrap for p4l |
|
3 |
*/ |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
4 |
html,body { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
5 |
height: 100%; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
6 |
/* The html and body elements cannot have any padding or margin. */ |
| 120 | 7 |
} |
8 |
||
| 1 | 9 |
.container { |
10 |
margin: 0 auto; |
|
11 |
width: 950px; |
|
12 |
} |
|
| 7 | 13 |
|
14 |
.record-table thead td:first-child { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
15 |
width: 190px; |
| 7 | 16 |
} |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
17 |
|
| 7 | 18 |
.record-table tbody td:first-child:first-letter { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
19 |
text-transform: uppercase; |
| 7 | 20 |
} |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
21 |
|
| 4 | 22 |
.table thead td:first-letter { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
23 |
text-transform: uppercase; |
| 4 | 24 |
} |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
25 |
|
| 7 | 26 |
.table thead { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
27 |
font-weight: bold; |
| 7 | 28 |
} |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
29 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
30 |
.two_buttons { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
31 |
min-width: 100px; |
| 20 | 32 |
} |
| 120 | 33 |
|
| 39 | 34 |
footer { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
35 |
padding-bottom: 20px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
36 |
border-top: 1px solid gray; |
| 70 | 37 |
} |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
38 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
39 |
.bottom-5 { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
40 |
margin-bottom: 5px; |
|
88
1753fcef095a
Improve object list behaviour in edit form
ymh <ymh.work@gmail.com>
parents:
85
diff
changeset
|
41 |
} |
|
1753fcef095a
Improve object list behaviour in edit form
ymh <ymh.work@gmail.com>
parents:
85
diff
changeset
|
42 |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
43 |
.after-plus { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
44 |
margin-top: 5px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
45 |
} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
46 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
47 |
.after-plus button { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
48 |
margin-right: 5px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
49 |
} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
50 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
51 |
.rotate { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
52 |
transform: rotate(90deg); |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
53 |
-ms-transform: rotate(90deg); |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
54 |
-webkit-transform: rotate(90deg); |
|
72
dd1d59471697
Language directive applied on all forms. Semantic form hide/display enhanced.
cavaliet
parents:
70
diff
changeset
|
55 |
} |
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
56 |
|
| 71 | 57 |
.spinner { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
58 |
width: 14px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
59 |
height: 14px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
60 |
float: left; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
61 |
background: url("../img/ajax-loader.gif") no-repeat center center; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
62 |
border-radius: 50%; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
63 |
opacity: .7; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
64 |
margin-right: 4px; |
| 71 | 65 |
} |
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
66 |
|
| 79 | 67 |
.grey-bottom { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
68 |
border-bottom: 1px dotted #CCC; |
| 79 | 69 |
} |
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
70 |
|
| 83 | 71 |
.well { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
72 |
margin-bottom: 5px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
73 |
padding: 4px 5px 8px 8px; |
| 83 | 74 |
} |
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
75 |
|
| 83 | 76 |
label { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
77 |
margin-bottom: 0px; |
| 83 | 78 |
} |
79 |
||
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
80 |
.edit-form-row:nth-child(odd) { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
81 |
background: #EEE; |
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
82 |
} |
|
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
83 |
|
|
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
84 |
.break-word { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
85 |
word-wrap: break-word; |
|
85
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
86 |
} |
|
f87eaeecfc8e
small css correction for url display
ymh <ymh.work@gmail.com>
parents:
83
diff
changeset
|
87 |
|
| 20 | 88 |
/* Flags */ |
89 |
.flag { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
90 |
width: 16px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
91 |
height: 11px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
92 |
padding: 0; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
93 |
border: none; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
94 |
background: url("../img/flags.png") no-repeat; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
95 |
/* hack to hide the button text */ |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
96 |
text-indent: -999em; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
97 |
/* Hide the text, works in most modern browsers */ |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
98 |
font-size: 0px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
99 |
/* works well in IE7. still a black line (basically the text) in IE6. */ |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
100 |
/*display: block;*/ |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
101 |
/* Negative text-indent works in IE(6? worked fine in 7) only if this is added. */ |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
102 |
line-height: 0px; /* Another fix for IE6. */ |
| 20 | 103 |
} |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
104 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
105 |
.flag.flag-es { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
106 |
background-position: -16px 0 |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
107 |
} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
108 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
109 |
.flag.flag-fr { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
110 |
background-position: 0 -11px |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
111 |
} |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
112 |
|
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
113 |
.flag.flag-en { |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
114 |
background-position: -16px -11px |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
115 |
} |
| 54 | 116 |
|
117 |
/* css class to avoid angular flicker */ |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
118 |
[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
119 |
{ |
| 54 | 120 |
display: none !important; |
121 |
} |
|
| 120 | 122 |
|
123 |
.version { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
124 |
text-align: right; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
125 |
color: white; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
126 |
font-size: 9px; |
| 120 | 127 |
} |
128 |
||
129 |
.version:hover { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
130 |
color: inherit; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
131 |
text-decoration: none; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
132 |
border-bottom-width: 0px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
133 |
border-bottom-style: none; |
| 120 | 134 |
} |
135 |
||
136 |
#wrapper { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
137 |
min-height: 100%; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
138 |
height: auto !important; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
139 |
height: 100%; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
140 |
/* Negative indent footer by it's height */ |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
141 |
margin: 0 auto -70px; |
| 120 | 142 |
} |
143 |
||
144 |
/* Set the fixed height of the footer here */ |
|
|
150
1f277ab0c163
Correct missing div + margin at the bottonm of the record view and edit page
ymh <ymh.work@gmail.com>
parents:
145
diff
changeset
|
145 |
footer { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
146 |
height: 70px; |
| 120 | 147 |
} |
148 |
||
|
150
1f277ab0c163
Correct missing div + margin at the bottonm of the record view and edit page
ymh <ymh.work@gmail.com>
parents:
145
diff
changeset
|
149 |
#push { |
|
1f277ab0c163
Correct missing div + margin at the bottonm of the record view and edit page
ymh <ymh.work@gmail.com>
parents:
145
diff
changeset
|
150 |
height: 90px; |
|
1f277ab0c163
Correct missing div + margin at the bottonm of the record view and edit page
ymh <ymh.work@gmail.com>
parents:
145
diff
changeset
|
151 |
} |
|
1f277ab0c163
Correct missing div + margin at the bottonm of the record view and edit page
ymh <ymh.work@gmail.com>
parents:
145
diff
changeset
|
152 |
|
| 120 | 153 |
.footer-img { |
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
154 |
padding: 10px 0; |
| 120 | 155 |
} |
156 |
||
157 |
#search-input { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
158 |
padding-right: 24px; |
| 120 | 159 |
} |
160 |
||
161 |
#search-input-cancel { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
162 |
text-indent: -1000em; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
163 |
top: 3px; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
164 |
right: 0.5em; |
| 120 | 165 |
} |
166 |
||
167 |
#langselect { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
168 |
padding-bottom: 10px; |
| 120 | 169 |
} |
170 |
||
171 |
#copyright-version a { |
|
|
145
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
172 |
text-decoration: none; |
|
7c6fe1dab213
Add a screen in the admin to launch commands. Fix bug #4 (https://github.com/IRI-Research/plan4learning/issues/4).
ymh <ymh.work@gmail.com>
parents:
120
diff
changeset
|
173 |
color: inherit; |
| 120 | 174 |
} |