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

#content #documents #form
{
  float: left;
  /*width: 21%;*/
}

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

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

#content #documents #form input,
#content #documents #form textarea
{
  margin-bottom: 2px;
  /*width: 98%;*/
}

#content #documents #form #start
{
  float: left;
  /*width: 45%;*/
}

#content #documents #form #rows
{
  float: right;
 /* width: 45%;*/
}

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

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

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

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

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

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

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



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

#content #documents #form
{
  float: left;
  /*width: 21%;*/
}

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

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

#content #documents #form input,
#content #documents #form textarea
{
  margin-bottom: 2px;
  /*width: 98%;*/
}

#content #documents #form #start
{
  float: left;
  /*width: 45%;*/
}

#content #documents #form #rows
{
  float: right;
 /* width: 45%;*/
}

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

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

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

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

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

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

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



