solr/webapp/solr/css/angular/query.css [20:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#content #query
{
  background-image: url( ../../img/div.gif );
  background-position: 22% 0;
  background-repeat: repeat-y;
}

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

#content #query #form label
{
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

#content #query #form input,
#content #query #form select,
#content #query #form textarea
{
  margin-bottom: 2px;
  width: 100%;
}

#content #query #form input,
#content #query #form textarea
{
  width: 98%;
}

#content #query #form .multiple input
{
  float: left;
  width: 80%
}

#content #query #form .multiple .buttons
{
  float: right;
  width: 16%;
}


#content #query #form .multiple a
{
  background-position: 50% 50%;
  display: block;
  height: 25px;
  width: 49%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



solr/webapp/solr/css/styles/query.css [20:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#content #query
{
  background-image: url( ../../img/div.gif );
  background-position: 22% 0;
  background-repeat: repeat-y;
}

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

#content #query #form label
{
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

#content #query #form input,
#content #query #form select,
#content #query #form textarea
{
  margin-bottom: 2px;
  width: 100%;
}

#content #query #form input,
#content #query #form textarea
{
  width: 98%;
}

#content #query #form .multiple input
{
  float: left;
  width: 80%
}

#content #query #form .multiple .buttons
{
  float: right;
  width: 16%;
}


#content #query #form .multiple a
{
  background-position: 50% 50%;
  display: block;
  height: 25px;
  width: 49%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



