solr/webapp/solr/css/angular/query.css [73:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

#content #query #form .multiple a.add
{
  background-image: url( ../../img/ico/plus-button.png );
  float: right;
}

#content #query #form .multiple a.rem
{
  background-image: url( ../../img/ico/minus-button.png );
  float: left;
}

#content #query #form #start
{
  float: left;
  width: 45%;
}

#content #query #form #rows
{
  float: right;
  width: 45%;
}

#content #query #form .checkbox input
{
  margin-bottom: 0;
  width: auto;
}

#content #query #form fieldset,
#content #query #form .optional.expanded
{
  border: 1px solid #fff;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 5px;
}

#content #query #form fieldset.common
{
  margin-top: 10px;
}

#content #query #form fieldset legend,
#content #query #form .optional.expanded legend
{
  display: block;
  margin-left: 10px;
  padding: 0px 5px;
}

#content #query #form fieldset legend label
{
  margin-top: 0;
}

#content #query #form fieldset .fieldset
{
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

#content #query #form .optional
{
  border: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



solr/webapp/solr/css/styles/query.css [78:146]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

#content #query #form .multiple a.add
{
  background-image: url( ../../img/ico/plus-button.png );
  float: right;
}

#content #query #form .multiple a.rem
{
  background-image: url( ../../img/ico/minus-button.png );
  float: left;
}

#content #query #form #start
{
  float: left;
  width: 45%;
}

#content #query #form #rows
{
  float: right;
  width: 45%;
}

#content #query #form .checkbox input
{
  margin-bottom: 0;
  width: auto;
}

#content #query #form fieldset,
#content #query #form .optional.expanded
{
  border: 1px solid #fff;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 5px;
}

#content #query #form fieldset.common
{
  margin-top: 10px;
}

#content #query #form fieldset legend,
#content #query #form .optional.expanded legend
{
  display: block;
  margin-left: 10px;
  padding: 0px 5px;
}

#content #query #form fieldset legend label
{
  margin-top: 0;
}

#content #query #form fieldset .fieldset
{
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

#content #query #form .optional
{
  border: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



