client/app/search/search.css
author rougeronj
Wed, 08 Apr 2015 00:36:37 +0200
changeset 77 ee963d1c409b
parent 54 ccb586464a6f
child 95 46ce67c44723
permissions -rw-r--r--
Add new serializer for the data send by Orpheo. We receive XML so we parse it to json. Then we parse some html to get the proper data of each attribute. Add xmlToJson parser module to requirements.txt
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
28208a0ad8b9 edit slide by url
cavaliet
parents: 2
diff changeset
     1
.search-item {
1
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
     2
  min-height: 250px;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
     3
  border-bottom: 1px solid #000;
6
4be9f21f2df1 show/hide texts
cavaliet
parents: 4
diff changeset
     4
  padding-bottom: 10px;
2
36ccc573af9a clean search resource
cavaliet
parents: 1
diff changeset
     5
}
4
28208a0ad8b9 edit slide by url
cavaliet
parents: 2
diff changeset
     6
.search-item:not(:first-child){
1
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
     7
  padding-top: 10px;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
     8
}
4
28208a0ad8b9 edit slide by url
cavaliet
parents: 2
diff changeset
     9
.search-item img {
6
4be9f21f2df1 show/hide texts
cavaliet
parents: 4
diff changeset
    10
  max-width: 100%;
4be9f21f2df1 show/hide texts
cavaliet
parents: 4
diff changeset
    11
}
4be9f21f2df1 show/hide texts
cavaliet
parents: 4
diff changeset
    12
.search-img-max {
1
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    13
  max-height: 230px;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    14
}
4
28208a0ad8b9 edit slide by url
cavaliet
parents: 2
diff changeset
    15
.search-item p, .search-item a.btn {
1
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    16
    margin: 0 0 5px;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    17
}
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    18
.subtitle {
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    19
    border-top: 1px solid #000;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    20
    border-bottom: 1px dotted #000;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    21
    margin-top: 20px;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    22
    padding: 6px 0 10px;
74bbdd739878 views, path, search...
cavaliet
parents:
diff changeset
    23
}
54
ccb586464a6f clean js and minor update in html and css
rougeronj
parents: 47
diff changeset
    24
.modal-body a{
47
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents: 6
diff changeset
    25
	cursor: pointer;
dd750778535c udate add fonction from a research and add a modal to select the book we want to add the slide
rougeronj
parents: 6
diff changeset
    26
}