hydra-file-access 5.0.0.pre1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -0
- data/Rakefile +5 -0
- data/app/assets/images/hydra/powered_by_hydra.png +0 -0
- data/app/assets/images/hydra/search-button.png +0 -0
- data/app/assets/javascripts/date-picker/booking/index.html +368 -0
- data/app/assets/javascripts/date-picker/calendarHTML.txt +84 -0
- data/app/assets/javascripts/date-picker/css/datepicker.css +511 -0
- data/app/assets/javascripts/date-picker/css/demo.css +229 -0
- data/app/assets/javascripts/date-picker/index.html +798 -0
- data/app/assets/javascripts/date-picker/js/datepicker.js +2898 -0
- data/app/assets/javascripts/date-picker/js/datepicker.packed.js +1 -0
- data/app/assets/javascripts/date-picker/js/lang/ar.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/cs.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/da.js +10 -0
- data/app/assets/javascripts/date-picker/js/lang/de.js +10 -0
- data/app/assets/javascripts/date-picker/js/lang/en.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/eo.js +13 -0
- data/app/assets/javascripts/date-picker/js/lang/es.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/et.js +23 -0
- data/app/assets/javascripts/date-picker/js/lang/fi.js +7 -0
- data/app/assets/javascripts/date-picker/js/lang/fr.js +69 -0
- data/app/assets/javascripts/date-picker/js/lang/he.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/hu.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/id.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/it.js +11 -0
- data/app/assets/javascripts/date-picker/js/lang/kr.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/lt.js +8 -0
- data/app/assets/javascripts/date-picker/js/lang/lv.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/nl.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/no.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/pl.js +10 -0
- data/app/assets/javascripts/date-picker/js/lang/pt-br.js +11 -0
- data/app/assets/javascripts/date-picker/js/lang/pt.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/ru.js +11 -0
- data/app/assets/javascripts/date-picker/js/lang/se.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/si.js +9 -0
- data/app/assets/javascripts/date-picker/js/lang/tr.js +9 -0
- data/app/assets/javascripts/date-picker/language/index.html +240 -0
- data/app/assets/javascripts/date-picker/media/Thumbs.db +0 -0
- data/app/assets/javascripts/date-picker/media/backstripes.gif +0 -0
- data/app/assets/javascripts/date-picker/media/bg_header.jpg +0 -0
- data/app/assets/javascripts/date-picker/media/bullet1.gif +0 -0
- data/app/assets/javascripts/date-picker/media/bullet2.gif +0 -0
- data/app/assets/javascripts/date-picker/media/cal-grey.gif +0 -0
- data/app/assets/javascripts/date-picker/media/cal.gif +0 -0
- data/app/assets/javascripts/date-picker/media/gradient-e5e5e5-ffffff.gif +0 -0
- data/app/assets/javascripts/hydra/hydra-head.js +195 -0
- data/app/assets/javascripts/hydra/mediashelf.datepicker.js +39 -0
- data/app/assets/javascripts/hydra/mediashelf.placeholder.js +67 -0
- data/app/assets/javascripts/jquery.form.js +1076 -0
- data/app/assets/javascripts/jquery.ui.datepicker.js +1793 -0
- data/app/assets/javascripts/spin.min.js +2 -0
- data/app/assets/stylesheets/hydra/html_refactor.css +79 -0
- data/app/assets/stylesheets/hydra/hydrangea-split-button.css +18 -0
- data/app/assets/stylesheets/hydra/hydrangea.css +288 -0
- data/app/assets/stylesheets/hydra/ie-styles.css +149 -0
- data/app/assets/stylesheets/hydra/styles.css +946 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/app/assets/stylesheets/redmond/jquery-ui-1.8.5.custom.css +572 -0
- data/app/controllers/hydra/application_controller.rb +5 -0
- data/app/controllers/hydra/file_assets_controller.rb +3 -0
- data/app/helpers/application_helper.rb +3 -0
- data/app/helpers/hydra/application_helper_behavior.rb +8 -0
- data/app/helpers/hydra/hydra_helper_behavior.rb +70 -0
- data/app/helpers/hydra_helper.rb +4 -0
- data/app/models/file_asset.rb +5 -0
- data/app/models/uses_default_partials.rb +23 -0
- data/app/views/_add_assets_links.html.erb +14 -0
- data/app/views/_user_util_links.html.erb +24 -0
- data/app/views/generic_content_objects/_contributor_form.html.erb +11 -0
- data/app/views/generic_content_objects/_description_form.html.erb +7 -0
- data/app/views/generic_content_objects/_edit_description.html.erb +23 -0
- data/app/views/generic_content_objects/_new.html.erb +0 -0
- data/app/views/generic_content_objects/_show_description.html.erb +41 -0
- data/app/views/generic_contents/_edit.html.erb +10 -0
- data/app/views/generic_contents/_index.html.erb +21 -0
- data/app/views/generic_contents/_show.html.erb +6 -0
- data/app/views/generic_contents/_show_content.html.erb +7 -0
- data/app/views/generic_images/_edit.html.erb +36 -0
- data/app/views/generic_images/_index.html.erb +24 -0
- data/app/views/generic_images/_show.html.erb +13 -0
- data/app/views/generic_images/_show_all.html.erb +14 -0
- data/app/views/generic_images/_show_content.html.erb +7 -0
- data/app/views/hydra/file_assets/_asset_saved_flash.html.erb +2 -0
- data/app/views/hydra/file_assets/_deletable_result.html.erb +5 -0
- data/app/views/hydra/file_assets/_file_assets_form.html.erb +11 -0
- data/app/views/hydra/file_assets/_index.html.erb +29 -0
- data/app/views/hydra/file_assets/_new.html.erb +6 -0
- data/app/views/hydra/file_assets/_result.html.erb +11 -0
- data/app/views/hydra/file_assets/index.html.erb +5 -0
- data/app/views/hydra/permissions/_edit_person_permissions.html.erb +30 -0
- data/app/views/hydra/permissions/_index.html.erb +46 -0
- data/app/views/hydra/permissions/_new.html.erb +14 -0
- data/app/views/hydra/permissions/_permissions_form.html.erb +23 -0
- data/app/views/hydra/permissions/index.html.erb +1 -0
- data/app/views/hydra/permissions/new.html.erb +1 -0
- data/app/views/mods_assets/_additional_info_form.html.erb +44 -0
- data/app/views/mods_assets/_contributor_form.html.erb +14 -0
- data/app/views/mods_assets/_edit.html.erb +10 -0
- data/app/views/mods_assets/_edit_description.html.erb +73 -0
- data/app/views/mods_assets/_edit_journal.html.erb +57 -0
- data/app/views/mods_assets/_index.html.erb +1 -0
- data/app/views/mods_assets/_index_list.html.erb +37 -0
- data/app/views/mods_assets/_index_table.html.erb +7 -0
- data/app/views/mods_assets/_progress_box.html.erb +82 -0
- data/app/views/mods_assets/_publication_form.html.erb +13 -0
- data/app/views/mods_assets/_show.html.erb +39 -0
- data/app/views/mods_assets/_show_additional_info.html.erb +17 -0
- data/app/views/mods_assets/_show_contributors.html.erb +7 -0
- data/app/views/mods_assets/_show_description.html.erb +35 -0
- data/app/views/mods_assets/_show_file_assets.html.erb +22 -0
- data/app/views/mods_assets/_show_journal.html.erb +42 -0
- data/app/views/mods_assets/_show_permissions.html.erb +15 -0
- data/app/views/mods_assets/_show_publication.html.erb +8 -0
- data/app/views/shared/_delete_asset_confirmation.html.erb +17 -0
- data/config/jetty.yml +7 -0
- data/hydra-file-access.gemspec +39 -0
- data/lib/hydra-file-access.rb +15 -0
- data/lib/hydra/assets.rb +5 -0
- data/lib/hydra/assets_controller_helper.rb +122 -0
- data/lib/hydra/controller/assets_controller_behavior.rb +153 -0
- data/lib/hydra/controller/file_assets_behavior.rb +140 -0
- data/lib/hydra/file_access/engine.rb +12 -0
- data/lib/hydra/file_assets.rb +11 -0
- data/lib/hydra/submission_workflow.rb +139 -0
- data/lib/hydra/ui.rb +6 -0
- data/spec/.gitignore +1 -0
- data/spec/controllers/file_assets_controller_spec.rb +180 -0
- data/spec/fixtures/small_file.txt +1 -0
- data/spec/helpers/access_controls_evaluation_spec.rb +19 -0
- data/spec/helpers/assets_controller_helper_spec.rb +63 -0
- data/spec/helpers/file_assets_helper_spec.rb +116 -0
- data/spec/helpers/hydra_helper_spec.rb +21 -0
- data/spec/helpers/hydra_model_methods_spec.rb +88 -0
- data/spec/integration/file_asset_spec.rb +68 -0
- data/spec/lib/hydra_submission_workflow_spec.rb +141 -0
- data/spec/models/file_asset_spec.rb +25 -0
- data/spec/spec_helper.rb +27 -0
- data/spec/support/Gemfile +12 -0
- data/spec/support/app/models/generic_content.rb +26 -0
- data/spec/support/app/models/sample.rb +33 -0
- data/spec/support/app/models/solr_document.rb +5 -0
- data/spec/support/db/migrate/20111101221803_create_searches.rb +16 -0
- data/spec/support/lib/generators/test_app_generator.rb +39 -0
- data/spec/support/matchers/helper_matcher.rb +14 -0
- data/spec/support/matchers/solr_matchers.rb +60 -0
- data/spec/support/spec/factories/users.rb +11 -0
- data/spec/support/spec/fixtures/hydra_test_generic_content.foxml.xml +138 -0
- data/spec/support/spec/fixtures/hydrangea_fixture_file_asset1.foxml.xml +4946 -0
- data/spec/support/spec/fixtures/hydrangea_fixture_mods_article1.foxml.xml +234 -0
- data/spec/support/spec/fixtures/hydrangea_fixture_mods_article2.foxml.xml +177 -0
- data/spec/support/spec/fixtures/hydrangea_fixture_mods_article3.foxml.xml +170 -0
- data/spec/support/spec/fixtures/hydrangea_fixture_uploaded_svg1.foxml.xml +676 -0
- data/tasks/rspec.rake +55 -0
- metadata +516 -0
|
@@ -0,0 +1,946 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*= require 'hydra/html_refactor'
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
#page {
|
|
6
|
+
width: 1020px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
button.ui-button-icon-only {
|
|
10
|
+
height: 2.5em;
|
|
11
|
+
margin-top: 4px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.select-edit {
|
|
15
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
16
|
+
font-size: 11px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
#re-run-action, #re-run-add-contributor-action {
|
|
20
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
21
|
+
color: blue
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.edit-browse .active {
|
|
25
|
+
font-weight: bold;
|
|
26
|
+
color: #999;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
#cover_container {
|
|
30
|
+
padding: 10px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
#cover_container h1 {
|
|
34
|
+
font-size: 26px;
|
|
35
|
+
margin-bottom: 8px;
|
|
36
|
+
color: #5B4418;
|
|
37
|
+
display: block;
|
|
38
|
+
font-family: Georgia, "Times New Roman", Times, serif;
|
|
39
|
+
font-weight: normal;
|
|
40
|
+
line-height: 1.2em;
|
|
41
|
+
width: 600px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
#cover_container .multipleEdit h1 {
|
|
45
|
+
margin-left: 90px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.msg.error, .msg.notice {
|
|
49
|
+
margin: 0;
|
|
50
|
+
width: 907px;
|
|
51
|
+
font-size: 14px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
#abstract-text {
|
|
55
|
+
color: #CCC;
|
|
56
|
+
font-style: italic;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
#abstract-text:hover {
|
|
60
|
+
color: #090;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
#abstract-text p {
|
|
64
|
+
padding-top: 0;
|
|
65
|
+
color: #333;
|
|
66
|
+
font-style: normal;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.editable-text:hover, .textile-text .text:hover {
|
|
70
|
+
color: #E7C584 !important;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
a:hover.addval, #uvalicense_read_all:hover {
|
|
74
|
+
color: blue
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
a.addval {
|
|
78
|
+
margin-top: 0px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
a.destructive {
|
|
82
|
+
background-image: none;
|
|
83
|
+
width: 40px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
a.destructive:hover {
|
|
87
|
+
background-image: none;
|
|
88
|
+
width: 40px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
th {
|
|
92
|
+
font-weight: bold;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
dl dd {
|
|
96
|
+
margin-left: 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.home_text {
|
|
100
|
+
color: #222;
|
|
101
|
+
float: left;
|
|
102
|
+
font-size: 18px;
|
|
103
|
+
margin-top: 30px;
|
|
104
|
+
padding: 0 25px;
|
|
105
|
+
width: 495px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.home_text h1 {
|
|
109
|
+
color: blue
|
|
110
|
+
font-size: 24px;
|
|
111
|
+
margin: 0;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.home_text h2 {
|
|
115
|
+
color: #777;
|
|
116
|
+
font-size: 20px;
|
|
117
|
+
text-transform: none;
|
|
118
|
+
margin: 0 0 0.67em 0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
li.computing_id {
|
|
122
|
+
display: block;
|
|
123
|
+
width: 100%;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.organization label {
|
|
127
|
+
font-weight: normal;
|
|
128
|
+
font-size: 11px;
|
|
129
|
+
color: #999;
|
|
130
|
+
display: block;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.topic_tag li {
|
|
134
|
+
line-height: 160%;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
div #add-contributor-box {
|
|
139
|
+
margin-bottom: 20px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
table#file_assets {
|
|
143
|
+
margin-bottom: 0;
|
|
144
|
+
width: 735px;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
#keywords {
|
|
148
|
+
/* margin-top: -20px;*/
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
#keywords dt {
|
|
152
|
+
margin-left: 15px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
#container_login {
|
|
157
|
+
margin-top: 8px;
|
|
158
|
+
float: right;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
#container_login a {
|
|
162
|
+
color: #E7C584;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
#submitForRelease {
|
|
166
|
+
background: #DFEFFC;
|
|
167
|
+
color: #336;
|
|
168
|
+
border: 3px solid #627BB0;
|
|
169
|
+
font-size: 16px;
|
|
170
|
+
font-weight: bold;
|
|
171
|
+
line-height: 16px;
|
|
172
|
+
height: 37px;
|
|
173
|
+
width: 100px;
|
|
174
|
+
-webkit-border-radius: 4px 4px 4px 4px;
|
|
175
|
+
-moz-border-radius: 4px 4px 4px 4px;
|
|
176
|
+
border-radius: 4px 4px 4px 4px;
|
|
177
|
+
cursor: pointer;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
#submitForRelease[disabled] {
|
|
181
|
+
background: #DDD;
|
|
182
|
+
border: 3px solid #BBB;
|
|
183
|
+
color: #AAA;
|
|
184
|
+
cursor: default;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
#deleteAsset {
|
|
188
|
+
text-align: right;
|
|
189
|
+
margin-top: 5px;
|
|
190
|
+
margin-bottom: 0px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
#login {
|
|
194
|
+
text-align: left;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
#facets {
|
|
198
|
+
padding: 0;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
#facets div h3 {
|
|
202
|
+
font-size: 13px;
|
|
203
|
+
font-weight: bold;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
#facets div h3:hover {
|
|
207
|
+
cursor: default;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
#facets div ul {
|
|
211
|
+
border-bottom: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
#facets li span.selected {
|
|
215
|
+
color: black;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
body .ui-widget {
|
|
220
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
221
|
+
font-size: 13px;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
#content {
|
|
225
|
+
width: 720px;
|
|
226
|
+
float: right;
|
|
227
|
+
margin-top: -640px;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
#content, .document, #results {
|
|
231
|
+
min-height: 638px;
|
|
232
|
+
background-color: white;
|
|
233
|
+
text-align: left;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
#documents tr.document {
|
|
237
|
+
min-height: 1em;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
#authors {
|
|
241
|
+
float: left;
|
|
242
|
+
display: block;
|
|
243
|
+
clear: both;
|
|
244
|
+
margin-top: 20px;
|
|
245
|
+
padding: 0 25px;
|
|
246
|
+
width: 495px;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
tr.document {
|
|
250
|
+
border-top: 1px solid #C8C8C8;
|
|
251
|
+
border-bottom: 1px solid #C8C8C8;
|
|
252
|
+
border-right: none;
|
|
253
|
+
border-left: none;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.pagination {
|
|
257
|
+
background-color: white;
|
|
258
|
+
border-color: white;
|
|
259
|
+
border-style: solid;
|
|
260
|
+
border-width: 0;
|
|
261
|
+
border-radius: 0;
|
|
262
|
+
width: 100%;
|
|
263
|
+
line-height: 2em;
|
|
264
|
+
padding: 0;
|
|
265
|
+
position: inherit;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.prev_next_links {
|
|
269
|
+
width: 100%;
|
|
270
|
+
text-align: center;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.prev_next_links .disabled {
|
|
274
|
+
display: none;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.prev_next_links .current {
|
|
278
|
+
background-color: black;
|
|
279
|
+
color: white;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.prev_next_links a {
|
|
283
|
+
border-right: 1px solid #666;
|
|
284
|
+
padding: 0 7px;
|
|
285
|
+
margin: 0;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.prev_next_links .next_page, .prev_next_links .prev_page {
|
|
289
|
+
font-weight: bold;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.prev_next_links .next_page {
|
|
293
|
+
border-right: none;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.prev_next_links a:hover {
|
|
297
|
+
background-color: #D1DFFD;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
#documents {
|
|
302
|
+
width: 700px;
|
|
303
|
+
margin: 0 10px 0;
|
|
304
|
+
padding: 0;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
#documents tr.even {
|
|
308
|
+
background: #F0F0F0;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
#documents h3 {
|
|
312
|
+
margin-bottom: 5px;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
#documents table th, table#file_assets tr th {
|
|
316
|
+
border: none;
|
|
317
|
+
font-size: 13px;
|
|
318
|
+
font-weight: bold;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.document_title {
|
|
322
|
+
width: 300px;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.document_author {
|
|
326
|
+
width: 150px;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.document_work {
|
|
330
|
+
width: 120px;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.document_date {
|
|
334
|
+
width: 100px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.document_files {
|
|
338
|
+
width: 30px;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.edit-browse {
|
|
342
|
+
float: right;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
#showUtils {
|
|
346
|
+
margin: 0 10px;
|
|
347
|
+
height: 1em;
|
|
348
|
+
margin-bottom: 1em;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
#showUtils #previousNextDocument {
|
|
352
|
+
float: right;
|
|
353
|
+
margin: 0;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.document_show #cover_container h1 {
|
|
357
|
+
margin-bottom: 0;
|
|
358
|
+
padding-bottom: 0;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.document_show #contributors_list {
|
|
362
|
+
margin-top: 0;
|
|
363
|
+
margin-bottom: 2em;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
#contributors_list ol {
|
|
367
|
+
color: #444;
|
|
368
|
+
font-family: Georgia, "Times New Roman", Times, serif;
|
|
369
|
+
font-size: 18px;
|
|
370
|
+
margin: 0;
|
|
371
|
+
padding: 0;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
#contributors_list .contributor_role {
|
|
375
|
+
display: none;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.document_show fieldset {
|
|
379
|
+
border: none;
|
|
380
|
+
width: 600px;
|
|
381
|
+
padding: 0.5em 0;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.document_show fieldset legend {
|
|
385
|
+
background-color: #EEF3FE;
|
|
386
|
+
border-top: 2px solid #627BB0;
|
|
387
|
+
color: #222;
|
|
388
|
+
font-size: 14px;
|
|
389
|
+
font-weight: bold;
|
|
390
|
+
padding: 0.33em;
|
|
391
|
+
width: 600px;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.document_show .browse_value {
|
|
395
|
+
margin: 0;
|
|
396
|
+
padding: 0;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
#footer {
|
|
400
|
+
width: 100%;
|
|
401
|
+
background-color: white;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
#footer .contact_info {
|
|
405
|
+
float: left;
|
|
406
|
+
margin-bottom: 1.5em;
|
|
407
|
+
text-align: left;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
#footer .aux_links {
|
|
411
|
+
float: right;
|
|
412
|
+
text-align: right;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
#footer_notices {
|
|
416
|
+
clear: both;
|
|
417
|
+
padding-top: 1.5em;
|
|
418
|
+
width: 100%;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
/* FOOTER */
|
|
423
|
+
#footer p{margin:0;}
|
|
424
|
+
#footer .col{float:right;width:600px;text-align:right;}
|
|
425
|
+
#footer .first{float:left;width:360px;text-align:left;}
|
|
426
|
+
#footerHomeLink{font-size:114%;font-weight:bold;line-height:2.2em;color:#FFF;}
|
|
427
|
+
#copyrightLink{font-size:120%;line-height:1em;font-weight:bold;}
|
|
428
|
+
|
|
429
|
+
#footer a:link,
|
|
430
|
+
#footer a:visited{font-weight:bold;color:#E6E8F5;border-bottom:1px solid #839DBF;text-decoration:none;}
|
|
431
|
+
#footer a:hover,
|
|
432
|
+
#footer a:hover{border-bottom:1px solid #FFF;text-decoration:none;background:none;}
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
div .author_browse_row {
|
|
436
|
+
display: block;
|
|
437
|
+
margin-bottom: 1.54em;
|
|
438
|
+
margin: 0px auto 1.54em;
|
|
439
|
+
padding: 0;
|
|
440
|
+
height: 170px;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
div .author_browse_image {
|
|
444
|
+
display: block;
|
|
445
|
+
overflow: hidden;
|
|
446
|
+
position: relative;
|
|
447
|
+
float: left;
|
|
448
|
+
margin-right: 3.5em;
|
|
449
|
+
vertical-align: baseline;
|
|
450
|
+
padding: 6px;
|
|
451
|
+
width: 102px;
|
|
452
|
+
-webkit-border-radius: 4px 4px 4px 4px;
|
|
453
|
+
-moz-border-radius: 4px 4px 4px 4px;
|
|
454
|
+
border-radius: 4px 4px 4px 4px;
|
|
455
|
+
-webkit-background-clip: padding-box;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.author_browse_image a.facet_image {
|
|
459
|
+
display: block;
|
|
460
|
+
width: 100px;
|
|
461
|
+
max-height: 100px;
|
|
462
|
+
overflow: hidden;
|
|
463
|
+
-webkit-border-radius: 2px 2px 2px 2px;
|
|
464
|
+
-moz-border-radius: 2px 2px 2px 2px;
|
|
465
|
+
border-radius: 2px 2px 2px 2px;
|
|
466
|
+
-webkit-background-clip: padding-box;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.author_browse_image img {
|
|
470
|
+
width: 100px;
|
|
471
|
+
min-height: 100px;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
div #actions {
|
|
475
|
+
width: 100%;
|
|
476
|
+
height: 80px;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
div #primary_action {
|
|
480
|
+
width: 25%;
|
|
481
|
+
margin: auto;
|
|
482
|
+
float: left;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
div #secondary_action {
|
|
486
|
+
width: 40%;
|
|
487
|
+
margin: auto;
|
|
488
|
+
float: left;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
div #tertiary_action {
|
|
492
|
+
text-align: left;
|
|
493
|
+
padding: 2px 20px;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
li div .license {
|
|
497
|
+
width: 100%;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
table#file_assets td {
|
|
501
|
+
border: 1px solid #CCC;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
a.destroy_contributor {
|
|
505
|
+
top: 2px;
|
|
506
|
+
right: -15px;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
table#file_assets tr.file_asset td {
|
|
510
|
+
border: none;
|
|
511
|
+
border-bottom: 1px dotted #CCC;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.browse_value {
|
|
515
|
+
margin: 0 30px 10px 10px;
|
|
516
|
+
line-height: 18px;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
#uploader {
|
|
520
|
+
width: 350px;
|
|
521
|
+
float: left;
|
|
522
|
+
margin-right: 20px;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
#delete_dialog_container {
|
|
526
|
+
margin: 10px;
|
|
527
|
+
height: 75px;
|
|
528
|
+
background: #FFF6BF;
|
|
529
|
+
color: #514721;
|
|
530
|
+
padding: 0.8em;
|
|
531
|
+
margin-bottom: 1em;
|
|
532
|
+
border: 2px solid #FFD324;
|
|
533
|
+
text-align: center;
|
|
534
|
+
margin: 10px 0 10px 90px;
|
|
535
|
+
width: 40%;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.msg.error, .msg.alert, .msg.notice, .msg.success, .msg.info {padding:0.8em;margin:0 auto 1em;border:2px solid #ddd;width: 50%;}
|
|
539
|
+
.msg.error, .msg.alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
|
|
540
|
+
.msg.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
|
|
541
|
+
.msg.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
|
|
542
|
+
.msg.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
|
|
543
|
+
.msg.error a, .msg.alert a {color:#8a1f11;}
|
|
544
|
+
.msg.notice a {color:#514721;}
|
|
545
|
+
.msg.success a {color:#264409;}
|
|
546
|
+
.msg.info a {color:#205791;}
|
|
547
|
+
|
|
548
|
+
div#delete_dialog div {
|
|
549
|
+
display: block;
|
|
550
|
+
padding-bottom: 1em;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
div#delete_dialog div.button {
|
|
554
|
+
margin-right: 10px;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
div#delete_dialog div.button input {
|
|
558
|
+
font-size: 13px;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
div#deletable_assets ul li {
|
|
562
|
+
list-style-type: none;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
div#delete_dialog div span {
|
|
566
|
+
font-size: 12px;
|
|
567
|
+
font-weight: bold;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
div#delete_dialog div.button {
|
|
571
|
+
display: inline;
|
|
572
|
+
margin-bottom: 10px;
|
|
573
|
+
margin-top: 10px;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
#cover_container ul {
|
|
577
|
+
margin-top: 5px;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
#title_fieldset input.edit {
|
|
581
|
+
margin-top: 20px;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
ul.step {
|
|
585
|
+
margin-left: 0;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
ul.step > li {
|
|
589
|
+
list-style: none;
|
|
590
|
+
margin-left: 90px;
|
|
591
|
+
margin-bottom: 2em;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
ul .progressItem {
|
|
595
|
+
background-image: url('/images/chkbox_empty.png');
|
|
596
|
+
background-repeat: no-repeat;
|
|
597
|
+
display: block;
|
|
598
|
+
float: left;
|
|
599
|
+
color: #576BA1;
|
|
600
|
+
font-size: 16px;
|
|
601
|
+
font-family: Georgia, "Times New Roman", Times, serif;
|
|
602
|
+
text-align: center;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
/* Hiding validation indicators */
|
|
606
|
+
#bd ul .progressItem {
|
|
607
|
+
background-image: none !important;
|
|
608
|
+
margin-left: 0;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
ul .progressItem small {
|
|
612
|
+
display: block;
|
|
613
|
+
color: #999;
|
|
614
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
615
|
+
font-size: 13px;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
li fieldset {
|
|
619
|
+
margin: 0 0 15px 0;
|
|
620
|
+
padding-left: 0;
|
|
621
|
+
border: none;
|
|
622
|
+
width: 450px;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
li fieldset legend {
|
|
626
|
+
font-weight: bold;
|
|
627
|
+
font-size: 14px;
|
|
628
|
+
color: #222;
|
|
629
|
+
line-height: 20px;
|
|
630
|
+
width: 600px;
|
|
631
|
+
background-color: #eef3fe;
|
|
632
|
+
border-top: 2px solid #627BB0;
|
|
633
|
+
padding: 4px;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
fieldset#citation_fieldset ul li fieldset legend {
|
|
637
|
+
font-weight: normal;
|
|
638
|
+
border-top: none;
|
|
639
|
+
background-color: white;
|
|
640
|
+
padding-bottom: 0;
|
|
641
|
+
line-height: 0.8em;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
.step dl {
|
|
645
|
+
overflow: visible;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.step dl dd {
|
|
649
|
+
float: none;
|
|
650
|
+
width:auto;
|
|
651
|
+
margin-top: 0;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.step dl dd li {
|
|
655
|
+
width: auto;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.step #peer_reviewed {
|
|
659
|
+
margin-left: 5px;
|
|
660
|
+
margin-top: 15px;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.step #availability_fieldset input {
|
|
664
|
+
margin-top: 15px;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.step #availability_fieldset input {
|
|
668
|
+
margin-left: 5px;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.step #peer_reviewed_fieldset label,
|
|
672
|
+
.step #availability_fieldset label {
|
|
673
|
+
font-size: 14px;
|
|
674
|
+
margin-right: 1em;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.step #availability_fieldset legend label {
|
|
678
|
+
font-size: 13px;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
#keywords_fieldset ol {
|
|
682
|
+
margin-top: 15px;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
#embargo_fieldset .datepicker {
|
|
686
|
+
margin-top: 15px;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
legend small {
|
|
690
|
+
float: right;
|
|
691
|
+
color: red;
|
|
692
|
+
font-size: 12px;
|
|
693
|
+
font-weight: normal;
|
|
694
|
+
margin-top: 1px;
|
|
695
|
+
padding-top: 0;
|
|
696
|
+
padding-right: 10px;
|
|
697
|
+
display: inline;
|
|
698
|
+
text-align: right;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
fieldset#citation_fieldset legend small {
|
|
702
|
+
background-color: white;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
legend label {
|
|
706
|
+
white-space: normal;
|
|
707
|
+
display: block;
|
|
708
|
+
width: 600px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
li fieldset label {
|
|
712
|
+
padding-top: 4px;
|
|
713
|
+
font-weight: normal;
|
|
714
|
+
font-size: 13px;
|
|
715
|
+
line-height: 1.1em;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.step dl dd li.computing_id {
|
|
719
|
+
width: 100%;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
li fieldset .field_wrapper label {
|
|
723
|
+
display: block;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
li fieldset .field_wrapper {
|
|
727
|
+
width: 175px;
|
|
728
|
+
float: left;
|
|
729
|
+
margin-bottom: 5px;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
li fieldset a {
|
|
733
|
+
margin-top: 5px;
|
|
734
|
+
font-style: italic;
|
|
735
|
+
display: block;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.person li {
|
|
739
|
+
min-width: 170px;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.document_edit #person_1, .document_edit #person_2, .document_edit #person_3,
|
|
743
|
+
.document_edit #person_4, .document_edit #person_5, .document_edit #person_6,
|
|
744
|
+
.document_edit #person_7, .document_edit #person_8, .document_edit #person_9,
|
|
745
|
+
.document_edit #person_10, .document_edit #person_11, .document_edit #person_12 {
|
|
746
|
+
border-top: 1px dotted #CCC;
|
|
747
|
+
margin-top: 20px;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
a#add_author {
|
|
751
|
+
clear: both;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.multi_inline li label,
|
|
755
|
+
#citation_fieldset li legend {
|
|
756
|
+
color: #222;
|
|
757
|
+
background-color: white;
|
|
758
|
+
padding: 1em 0 0.25em 0;
|
|
759
|
+
font-size: 13px;
|
|
760
|
+
position: static;
|
|
761
|
+
display: block;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
input.edit {
|
|
765
|
+
padding: 4px 5px;
|
|
766
|
+
font-size: 13px;
|
|
767
|
+
margin-right: 30px;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
textarea.edit {
|
|
771
|
+
padding: 4px 5px;
|
|
772
|
+
font-size: 13px;
|
|
773
|
+
margin-top: 15px;
|
|
774
|
+
width: 508px;
|
|
775
|
+
height: 10em;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
.multi_inline ul li, .multi_inline ol li {
|
|
779
|
+
height: auto;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
div#add-contributor-box {
|
|
783
|
+
margin-top: -10px;
|
|
784
|
+
margin-left: 0px;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
#uploads table {
|
|
788
|
+
position: relative;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.fl-inlineEdit-invitation-text {
|
|
792
|
+
display: none;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
input#title_info_main_title,
|
|
796
|
+
ul.step input.editable-edit.edit {
|
|
797
|
+
width: 340px;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
dd.citation li {
|
|
801
|
+
min-width: 50px;
|
|
802
|
+
width: 60px;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
dd.citation ul input.editable-edit.edit {
|
|
806
|
+
width: 45px;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
dd.person ul input.editable-edit.edit {
|
|
810
|
+
width: 240px;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
#citation_fieldset > ul {
|
|
814
|
+
margin-left: 0;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
#citation_fieldset > ul > li {
|
|
818
|
+
list-style: none;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
#citation_fieldset > ul > li > fieldset {
|
|
822
|
+
margin-bottom: 0px;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
#citation_fieldset > ul > li > fieldset > label {
|
|
826
|
+
color: #999;
|
|
827
|
+
font-size: 12px;
|
|
828
|
+
font-weight: normal;
|
|
829
|
+
white-space: nowrap;
|
|
830
|
+
background-color: white;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
input.textile-edit {
|
|
834
|
+
width: 350px;
|
|
835
|
+
height: 220px;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
li.editable-container.field {
|
|
839
|
+
width: 90%;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
ul.optional {
|
|
843
|
+
background: #CECECE;
|
|
844
|
+
margin-left: -10px;
|
|
845
|
+
padding: 20px;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
ul.optional li {
|
|
849
|
+
list-style-image: none;
|
|
850
|
+
list-style: none;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
ul.fulfilled {
|
|
854
|
+
background: white;
|
|
855
|
+
margin-left: inherit;
|
|
856
|
+
padding: 0;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
#note-text > form > textarea, #note-text > textarea,
|
|
860
|
+
#abstract-text > form > textarea, #abstract-text > textarea {
|
|
861
|
+
height: 200px;
|
|
862
|
+
width: 340px;
|
|
863
|
+
padding: 0.1em;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
fieldset#title_fieldset label,
|
|
867
|
+
fieldset#keywords_fieldset label,
|
|
868
|
+
fieldset#notes_fieldset label,
|
|
869
|
+
fieldset#abstract_fieldset label {
|
|
870
|
+
display: none;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
fieldset#embargo_fieldset label,
|
|
874
|
+
fieldset#publication_fieldset label {
|
|
875
|
+
display: block;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.fl-uploader-footer-buttons {
|
|
879
|
+
width: 200px;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.login .button {
|
|
883
|
+
min-width: 135px;
|
|
884
|
+
padding: 2px 10px 2px 10px;
|
|
885
|
+
margin-bottom: 2px;
|
|
886
|
+
color: #264C84;
|
|
887
|
+
font-weight: bold;
|
|
888
|
+
border: 1px solid #DBE8FA;
|
|
889
|
+
background: #A5BDE4;
|
|
890
|
+
-webkit-border-radius: 3px;
|
|
891
|
+
-moz-border-radius: 3px;
|
|
892
|
+
border-radius: 3px;
|
|
893
|
+
background: -webkit-gradient(linear, left bottom, left top, color-stop(1, rgb(248, 250, 255)), color-stop(0.5, rgb(205, 226, 255)), color-stop(0.49, rgb(176, 209, 251)), color-stop(0, rgb(185, 214, 255)));
|
|
894
|
+
background: -moz-linear-gradient(top, #f8faff, #cde2e1 49%, #b0d1fb 50%, #b9d6ff);
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.login {
|
|
898
|
+
overflow: hidden;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.login .button a,
|
|
902
|
+
.login .button a:hover,
|
|
903
|
+
.login .button span {
|
|
904
|
+
display: block;
|
|
905
|
+
min-width: 135px;
|
|
906
|
+
color: #264C84;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.login .button span {
|
|
910
|
+
padding-right: 30px;
|
|
911
|
+
background: url(/images/uva/admin_dropdown.gif) no-repeat right center;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.login .button a:hover {
|
|
915
|
+
color: #002B59;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
.login ul {
|
|
919
|
+
display: none; /*shown on hover*/
|
|
920
|
+
background: #132951;
|
|
921
|
+
border: 1px solid #11264C;
|
|
922
|
+
border-radius: 3px;
|
|
923
|
+
-webkit-border-radius: 3px;
|
|
924
|
+
-moz-border-radius: 3px;
|
|
925
|
+
box-shadow: 1px 1px 2px #333;
|
|
926
|
+
-moz-box-shadow: 1px 1px 2px #333;
|
|
927
|
+
-webkit-box-shadow: 1px 1px 2px #333;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.login ul li {
|
|
931
|
+
min-width: 155px;
|
|
932
|
+
padding: 0;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.login ul li, .login li {
|
|
936
|
+
text-align: left;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.login ul {
|
|
940
|
+
margin: 0;
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
#main_text {
|
|
944
|
+
background: #FFF;
|
|
945
|
+
padding: 1em;
|
|
946
|
+
}
|