Skip to content

Commit

Permalink
New metadata form elements added (multiselect and input with cardinal…
Browse files Browse the repository at this point in the history
…ity option). Fixes issues EUDAT-B2SHARE#204 and EUDAT-B2SHARE#161.
  • Loading branch information
peskk3am committed Apr 17, 2014
1 parent 3e623cf commit 5858309
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions simplestore/etc/static/css/simplestore-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
}

#meta-fields {
overflow: visible;
text-align: left;
}

Expand Down Expand Up @@ -298,3 +299,30 @@ a.description:hover span {
border:10px solid #666;
background-color:#666; color:#fff
}

.plus, .minus {
width:30px;
height:30px;
overflow:hidden;
}

.plus {
background: url(/img/plus.png);
}

.minus {
background: url(/img/minus.png);
}

.add_field {
float:left;
width:240px;
}

.collapse.in {
overflow: visible;
}

.multiselect {
width:284px;
}

0 comments on commit 5858309

Please sign in to comment.