src/p4l/static/p4l/css/p4l.css
author ymh <ymh.work@gmail.com>
Thu, 06 Nov 2014 02:08:12 +0100
changeset 176 a343992c55fd
parent 150 1f277ab0c163
permissions -rw-r--r--
Added tag V00.08 for changeset 1ff6533ba75d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
d184767fdd52 first list view
cavaliet
parents:
diff changeset
     1
/*!
d184767fdd52 first list view
cavaliet
parents:
diff changeset
     2
 * modif from bootstrap for p4l
d184767fdd52 first list view
cavaliet
parents:
diff changeset
     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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
     7
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
     8
1
d184767fdd52 first list view
cavaliet
parents:
diff changeset
     9
.container {
d184767fdd52 first list view
cavaliet
parents:
diff changeset
    10
  margin: 0 auto;
d184767fdd52 first list view
cavaliet
parents:
diff changeset
    11
  width: 950px;
d184767fdd52 first list view
cavaliet
parents:
diff changeset
    12
}
7
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    13
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    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
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    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
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    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
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    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
047675624f45 first step of title search in list of records
cavaliet
parents: 1
diff changeset
    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
047675624f45 first step of title search in list of records
cavaliet
parents: 1
diff changeset
    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
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    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
02008d61c3c8 record view + correct import
cavaliet
parents: 5
diff changeset
    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
fa466993084a get language for sparql request
cavaliet
parents: 7
diff changeset
    32
}
120
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
    33
39
33a413910b75 fisrt version for translate
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    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
2ee11f57e318 language list in directive template
cavaliet
parents: 54
diff changeset
    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
abd73d06615e Save indicator
ymh <ymh.work@gmail.com>
parents: 70
diff changeset
    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
abd73d06615e Save indicator
ymh <ymh.work@gmail.com>
parents: 70
diff changeset
    65
}
85
f87eaeecfc8e small css correction for url display
ymh <ymh.work@gmail.com>
parents: 83
diff changeset
    66
79
d585f6b46b88 new system for object list
cavaliet
parents: 73
diff changeset
    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
d585f6b46b88 new system for object list
cavaliet
parents: 73
diff changeset
    69
}
85
f87eaeecfc8e small css correction for url display
ymh <ymh.work@gmail.com>
parents: 83
diff changeset
    70
83
0ae8f199388b forms css corrected
cavaliet
parents: 82
diff changeset
    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
0ae8f199388b forms css corrected
cavaliet
parents: 82
diff changeset
    74
}
85
f87eaeecfc8e small css correction for url display
ymh <ymh.work@gmail.com>
parents: 83
diff changeset
    75
83
0ae8f199388b forms css corrected
cavaliet
parents: 82
diff changeset
    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
0ae8f199388b forms css corrected
cavaliet
parents: 82
diff changeset
    78
}
0ae8f199388b forms css corrected
cavaliet
parents: 82
diff changeset
    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
fa466993084a get language for sparql request
cavaliet
parents: 7
diff changeset
    88
/* Flags */
fa466993084a get language for sparql request
cavaliet
parents: 7
diff changeset
    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
fa466993084a get language for sparql request
cavaliet
parents: 7
diff changeset
   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
9f6e5abc5e74 add directive for list of objects.
ymh <ymh.work@gmail.com>
parents: 39
diff changeset
   116
9f6e5abc5e74 add directive for list of objects.
ymh <ymh.work@gmail.com>
parents: 39
diff changeset
   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
9f6e5abc5e74 add directive for list of objects.
ymh <ymh.work@gmail.com>
parents: 39
diff changeset
   120
  display: none !important;
9f6e5abc5e74 add directive for list of objects.
ymh <ymh.work@gmail.com>
parents: 39
diff changeset
   121
}
120
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   122
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   127
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   128
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   134
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   135
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   142
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   143
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   147
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   155
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   156
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   159
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   160
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   165
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   166
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   169
}
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   170
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   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
6ec0300b626e - update django
ymh <ymh.work@gmail.com>
parents: 88
diff changeset
   174
}