1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

modified a few styles of pubinfo & <label>

This commit is contained in:
llj
2013-02-26 11:56:53 +08:00
parent 15d9d69c66
commit a5589f1a5c
2 changed files with 6 additions and 6 deletions

View File

@@ -309,6 +309,7 @@ textarea:-moz-placeholder {/* for FF */
.tabnav { .tabnav {
height:37px; height:37px;
border-bottom:1px solid #ddd; border-bottom:1px solid #ddd;
margin-bottom:16px;
} }
.tabnav-tabs { .tabnav-tabs {
display:inline-block; display:inline-block;
@@ -632,7 +633,9 @@ textarea:-moz-placeholder {/* for FF */
#simplemodal-container h4, #simplemodal-container h4,
#simplemodal-container label { #simplemodal-container label {
font-weight:bold; font-weight:bold;
}
#simplemodal-container label {
margin:8px 0 4px;
} }
.simplemodal-close { .simplemodal-close {
margin-left:5px; margin-left:5px;
@@ -1098,9 +1101,6 @@ textarea:-moz-placeholder {/* for FF */
#recycle-btn { #recycle-btn {
background-position:3px -29px; background-position:3px -29px;
} }
#repo-setting-form input[name^="repo"] {
width:100%;
}
#repo-setting-btn { #repo-setting-btn {
background-position:3px -53px; background-position:3px -53px;
} }

View File

@@ -258,9 +258,9 @@
<form id="repo-setting-form" action="" method="post" class="simple-input-popup hide">{% csrf_token %} <form id="repo-setting-form" action="" method="post" class="simple-input-popup hide">{% csrf_token %}
<h3>{% trans "Library Settings" %}</h3> <h3>{% trans "Library Settings" %}</h3>
<label>{% trans "Name" %}</label><br /> <label>{% trans "Name" %}</label><br />
<input type="text" name="repo_name" value="{{ repo.name }}" /><br /> <input type="text" name="repo_name" value="{{ repo.name }}" class="long-input" /><br />
<label>{% trans "Description" %}</label></br /> <label>{% trans "Description" %}</label></br />
<input type="text" name="repo_desc" value="{{ repo.desc }}" /><br /> <input type="text" name="repo_desc" value="{{ repo.desc }}" class="long-input" /><br />
<label>{% trans "History" %}</label><br /> <label>{% trans "History" %}</label><br />
<input type="hidden" name="repo_id" value="{{ repo.id }}" /> <input type="hidden" name="repo_id" value="{{ repo.id }}" />
<input type="radio" name="history" value="full_history" {% if history_limit < 0 %}checked="checked"{% endif %} /> {% trans "Keep full history" %}<br /> <input type="radio" name="history" value="full_history" {% if history_limit < 0 %}checked="checked"{% endif %} /> {% trans "Keep full history" %}<br />