mirador_rails 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3162,7 +3162,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
3162
3162
  }
3163
3163
  .mirador-container .tabContentArea {
3164
3164
  position: relative;
3165
- width: 280px;
3165
+ width: 270px;
3166
3166
  height: 100%;
3167
3167
  float: left;
3168
3168
  background-color: #efefef;
@@ -3175,10 +3175,24 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
3175
3175
  padding: 0;
3176
3176
  margin: 0;
3177
3177
  }
3178
+ .mirador-container .search-results {
3179
+ padding: 0 5px 0 0;
3180
+ margin: 0;
3181
+ position: absolute;
3182
+ height: 100%;
3183
+ }
3184
+ .mirador-container .search-results .search-results-container {
3185
+ overflow-y: scroll;
3186
+ position: absolute;
3187
+ height: 70%;
3188
+ }
3189
+ .mirador-container .search-results .search-results-list .result-wrapper .result-paragraph .highlight {
3190
+ background-color: #ffff00;
3191
+ }
3178
3192
  .mirador-container .toc {
3179
3193
  margin: 0;
3180
3194
  overflow-y: scroll;
3181
- width: 280px;
3195
+ width: 270px;
3182
3196
  padding: 0;
3183
3197
  position: absolute;
3184
3198
  box-sizing: border-box;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mirador_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Reed
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-06 00:00:00.000000000 Z
11
+ date: 2017-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: font-awesome-rails