accomodated mono and multilingual theme, small css change

Change-Id: I9513534f8d6e775cea314efcee936104c77d3db5
This commit is contained in:
Evgeny Fadeev 2013-07-03 17:38:00 -04:00
parent 476a1b96f0
commit 5c99a2fae8
5 changed files with 27 additions and 16 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.sass-cache .sass-cache
.*.swp

Binary file not shown.

View File

@ -266,6 +266,10 @@ input.cancelSearchBtn {
border: none !important; border: none !important;
color: #888 !important; color: #888 !important;
background: transparent !important; background: transparent !important;
font-size: 23px !important;
height: 32px !important;
line-height: 32px !important;
width: 32px !important;
} }
button, button,
input[type="submit"], input[type="submit"],

View File

@ -332,9 +332,13 @@ input.cancelSearchBtn {
border: none !important; border: none !important;
color: #888 !important; color: #888 !important;
background: transparent !important; background: transparent !important;
font-size: 23px !important;
height: 32px !important;
line-height: 32px !important;
width: 32px !important;
} }
/* line 274, ../sass/extra.scss */ /* line 278, ../sass/extra.scss */
button, button,
input[type="submit"], input[type="submit"],
input[type="button"], input[type="button"],
@ -367,46 +371,46 @@ input[type="reset"],
border-left-color: #bababa !important; border-left-color: #bababa !important;
} }
/* line 294, ../sass/extra.scss */ /* line 298, ../sass/extra.scss */
.comments input[type="submit"], .comments input[type="submit"],
.comments .controls a.button { .comments .controls a.button {
color: #4b4b4b !important; color: #4b4b4b !important;
border: none !important; border: none !important;
} }
/* line 297, ../sass/extra.scss */ /* line 301, ../sass/extra.scss */
.comments input[type="submit"]:hover, .comments input[type="submit"]:hover,
.comments .controls a.button:hover { .comments .controls a.button:hover {
text-decoration: underline; text-decoration: underline;
} }
/* line 301, ../sass/extra.scss */ /* line 305, ../sass/extra.scss */
.comments input[type="submit"] { .comments input[type="submit"] {
color: #1b71bd; color: #1b71bd;
} }
/* line 305, ../sass/extra.scss */ /* line 309, ../sass/extra.scss */
input[type="submit"].link { input[type="submit"].link {
border: none !important; border: none !important;
color: 4b4b4b !important; color: 4b4b4b !important;
} }
/* line 310, ../sass/extra.scss */ /* line 314, ../sass/extra.scss */
#footer { #footer {
margin-top: 10px; margin-top: 10px;
} }
/* line 313, ../sass/extra.scss */ /* line 317, ../sass/extra.scss */
#footer .span-4, #footer .span-4,
#footer .span-8 { #footer .span-8 {
margin: 0; margin: 0;
} }
/* line 316, ../sass/extra.scss */ /* line 320, ../sass/extra.scss */
#footer .span-4 { #footer .span-4 {
width: 17%; width: 17%;
} }
/* line 319, ../sass/extra.scss */ /* line 323, ../sass/extra.scss */
#footer .span-8 { #footer .span-8 {
width: 32%; width: 32%;
} }
/* line 326, ../sass/extra.scss */ /* line 330, ../sass/extra.scss */
#footer a, #footer a,
#footer a:active, #footer a:active,
#footer a:hover, #footer a:hover,
@ -416,30 +420,30 @@ input[type="submit"].link {
font-size: 12px; font-size: 12px;
line-height: 18px; line-height: 18px;
} }
/* line 331, ../sass/extra.scss */ /* line 335, ../sass/extra.scss */
#footer p { #footer p {
margin-top: 14px; margin-top: 14px;
} }
/* line 334, ../sass/extra.scss */ /* line 338, ../sass/extra.scss */
#footer h3 { #footer h3 {
color: #de0000; color: #de0000;
font-size: 16px; font-size: 16px;
margin: 0 0 8px 0; margin: 0 0 8px 0;
padding: 0; padding: 0;
} }
/* line 340, ../sass/extra.scss */ /* line 344, ../sass/extra.scss */
#footer ul { #footer ul {
list-style: none; list-style: none;
margin: 0; margin: 0;
} }
/* line 344, ../sass/extra.scss */ /* line 348, ../sass/extra.scss */
#footer textarea { #footer textarea {
display: block; display: block;
margin: 12px 0 10px; margin: 12px 0 10px;
width: 80%; width: 80%;
} }
/* line 351, ../sass/extra.scss */ /* line 355, ../sass/extra.scss */
.pager, .pager,
.paginator { .paginator {
margin-bottom: 0; margin-bottom: 0;

View File

@ -137,4 +137,6 @@ under the License.
>{% trans %}badges{% endtrans %}</a> >{% trans %}badges{% endtrans %}</a>
{% endif %} {% endif %}
<a class="help" href="{% url "help" %}" title="{% trans %}help{% endtrans %}">{% trans %}help{% endtrans %}</a> <a class="help" href="{% url "help" %}" title="{% trans %}help{% endtrans %}">{% trans %}help{% endtrans %}</a>
{% include 'widgets/language_nav.html' %} {% if settings.MULTILINGUAL %}
{% include 'widgets/language_nav.html' %}
{% endif %}