Commit 7db4081b3cab73d788f128de429cad0279016c94

Authored by Matheus Figueiredo
1 parent 2e8998ac

Adding CSS to open-data

src/colab/deprecated/templates/open-data.html
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 <a href="/api/search/">http://colab.interlegis.leg.br/api/search/</a></p> 16 <a href="/api/search/">http://colab.interlegis.leg.br/api/search/</a></p>
17 17
18 <h3>{% trans "Parameters:" %}</h3> 18 <h3>{% trans "Parameters:" %}</h3>
19 - <ul> 19 + <ul class="none indent-dois">
20 <li> 20 <li>
21 <h4><i>{% trans "Query" %}</i> - q</h4> 21 <h4><i>{% trans "Query" %}</i> - q</h4>
22 {% blocktrans %}The <i>query</i> is the "question" sent 22 {% blocktrans %}The <i>query</i> is the "question" sent
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 for example <b>collaborator</b> and represents the data stored 25 for example <b>collaborator</b> and represents the data stored
26 by the system, for example <b>jeanferri</b>.{% endblocktrans %} 26 by the system, for example <b>jeanferri</b>.{% endblocktrans %}
27 {% trans "The following is a list of available fields to search:" %}<br/> 27 {% trans "The following is a list of available fields to search:" %}<br/>
28 - <ul> 28 + <ul class="none indent-dois">
29 <li><b>Type</b>: {% trans "wiki, thread, ticket, changeset." %}</li> 29 <li><b>Type</b>: {% trans "wiki, thread, ticket, changeset." %}</li>
30 <li><b>Title</b>: {% trans "page name, title of the discussion or ticket, changeset description." %}</li> 30 <li><b>Title</b>: {% trans "page name, title of the discussion or ticket, changeset description." %}</li>
31 <li><b>Description</b>: {% trans "excerpt from the page or the discussion, description of the ticket or changeset." %}</li> 31 <li><b>Description</b>: {% trans "excerpt from the page or the discussion, description of the ticket or changeset." %}</li>
src/colab/static/css/screen.css
@@ -142,10 +142,14 @@ fieldset&gt;legend { @@ -142,10 +142,14 @@ fieldset&gt;legend {
142 margin: 10px 0; 142 margin: 10px 0;
143 } 143 }
144 144
145 -ul.indent{ 145 +ul.indent {
146 padding-left: 1.5em; 146 padding-left: 1.5em;
147 } 147 }
148 148
  149 +ul.indent-dois {
  150 + padding-left: 3.5em;
  151 +}
  152 +
149 #avatar { 153 #avatar {
150 background-color: #FFF; 154 background-color: #FFF;
151 padding: 9px 12px; 155 padding: 9px 12px;